Swato is an opensource framework that help you develop your webapps easier via AJAX.
SWATO has the following features:
- The server side Java library can be easily deployed in all Servlet 2.3+ compatible containers.
- The client side JavaScript library is base on prototype that can help you coding your JavaScript in the OO way.
- Using JSON to marshalling the data of your POJOs on server side.
- Providing a simple interface for your JavaScript code to interactive with the remote POJOs exposed to the client side. (RPC,cross domain access)
- Easy and flexible configuration using <servlet> and <filter> in web.xml and comes with Spring integration.
- Comes with several reusable component (Auto-suggest Textbox, JS Template, JS Logger, etc) that help you develop your web apps easier.
其他Java Ajax:异步JavaScript和XML 开源项目资源: