A few months ago, we started implementing AJAX into an internal application I maintain at work. We looked at a variety of tools, from Dojo to GWT, and at the time, we really wanted a dynamic loading tree that would load from a database and be able to handle nodes with thousands of children. Our app is built in WebSphere using
Java 1.4 and
JSP. I tried Google Web Toolkit and backed off almost immediately because of it's Java to Javascript compiler. I simply couldn't get it to fit into our WebSphere/VSS environment.
Without going on and on with the details, do you feel that GWT is a good solution for adding AJAX into an existing application? It seems like it'd be great from starting from the ground up.
If you're interested in our AJAX problem, we tried Dojo for a month but could never get it working up to our standards, just hogged way too much memory when displaying thousands of nodes of a tree. So we continued to hack at our CSS solution and made it dynamically load, and that works reasonably well. Now I'm implementing some Yahoo User Interface (yui) on some other parts of the site and it's working great.
Thanks for stopping by the ranch!