GWT Pleso framework
GWT Pleso Framework is a high-level framework based on GWT for creating visual AJAX database front-end user interfaces
ODB-UI prototype
A prototype of user interface for object or semantic databases
GWT + iBATIS
Posted by: Andrij Skaljuk - 16.10.2007, 05:06Tags: gwt, ibatis

In this arcticle you'll find out two ways about how GWT-application could access the database on the server side using iBATIS. This materials will be useful for developers who create GWT-applications such as database front-ends.
Why iBATIS?
Frequently developers have task to create useful and functional user interface applications to manipulate data (we refered this in post about our solution of this problev - GWT-PF). GWT is perfectly applicable for these tasks as good instrument for creating interface and client-server communications. For this purposes GWT has own RPC-interface to remote procedure call or possibility of using JSON-structures to exchange data with server.
But when you have to interact with database on the server-side appears the question about how to unify and automate this process...


