 |
Welcome to SWATO...
Swato is an open source Java web development framework that aims to simplify the development of web applications using the AJAX model.
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 can work in various browsers that are HttpXMLRequest? supported.
- Using JSON to marshalling the data of your POJOs on server side. So that you can access the remote data in any JavaScript environment (HTML, XUL, SVG…) easily by either hard coding or integrating with kinds of mature JavaScript libraries.
- Providing a simple interface for your JavaScript code to interactive with the remote POJOs exposed to the client side. (RPC and more…)
- Easy and flexible configuration using and in web.xml and comes with (but not depends on) Spring integration.
- Comes with several reusable component (Auto-complete Textbox, Live Form, Live List, etc) that help your develop your web apps rapidly.
|