Hi, during writing the web app for our OFBiz-project I've discovered the Google Webtoolkit (http://code.google.com/webtoolkit/). It looks really nice, especially for implementing AJAX. It's licensed under the Apache 2-license.
The pages are written in Java (like developing AWT/Swing) and wrapped to HTML and the corresponding JavaScript functions. Those pages are passed to the web server as static pages and the RPC stuff in the JavaScripts does the rest on the client-side (fetching data). The RPC services on the server are implemented as Servlets with normal request maps. There seems to be nothing special about it. Up to know I haven't tested anything of Google Webtoolkit myself, so there's no guarantee. ;) I'd just like to hear your opinions. Has anybody worked with Google Webtoolkit and OFBiz? Are there any efforts to integrate Google Webtoolkit into OFBiz? Could anybody imagine serious problems when using Google Webtoolkit? TIA Best regards, Fabian.
