Swato is an opensource framework that help you develop your webapps easier. It is created by Zhijie Chen
SWATO 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.
Examples:
» Auto Suggest
» CRUD
» Unit Test
» RSS Reader
Step by Step tutorial:
This tutorial explains the setup of SWATO with the Apache Tomcat servlet container more »
Licence:
Apache Software License
Download:
» download SWATO here
For more information on SWATO go here ..