- We design and build extraordinary applications for companies looking to make the next great idea a reality.
- learn more
Server-side Ajax Framework: IT Mill Toolkit 5, now with GWT
I've long been a proponent of server-side Ajax frameworks -- frameworks that store state on the server and use an Ajax engine in the browser to drive the display. The advantages: state and control logic stay on the server, so security compromises that exploit client-side state and logic are more difficult to pull off; developers can work in one language and, for the most part, ignore the fact they are writing a web application. The disadvantages: the server retains a large amount of state, so scaling your application can be problematic.
There's one other large disadvantage to these open source server-side frameworks: for every 100 Java developers who use the framework, there is only 1 of them that can do serious JavaScript development. That means that the lifeblood of these frameworks -- the development of new and cool JavaScript widgets -- is sluggish at best. That has certainly been the case with the best known 3 frameworks: Echo2, ZK and ThinWire (though ZK does wrap a number of Ajax widget libraries, such as Dojo).
Back when GWT was introduced, it struck me that this would be the
perfect way to write the client-side engine, to let the other 99 Java
developers join in. I had the good fortune of being seated next to
Joonas Lehtinen, IT Mill's CEO, at the GWT Conference in SF this past week and was blown away when he demo'd IT Mill Toolkit 5,
his server-side Ajax framework (dual Apache 2.0 and commercial
licenses) that, yep you guessed it, uses GWT for its client-side engine.
One important thing to consider is that IT Mill has extended the
default GWT widgets so that they can be fully "rebranded" with CSS.
They do provide an extensive reference manual that will guide you through developing your own custom components and integrating them with the server side.
I'd like to see the other server-side frameworks follow IT Mill's
lead in using GWT for the client side, but given the amount of effort
that they have put into building their client-side engines, that may be
a ways off.
Technorati Tags: ajax, it mill, gwt, zk, echo2, thinwire
Topics: Echo2, GWT, Server Side, ZK
Leave a comment
About Pathfinder
Recent
- iPhone SDK: UIViewController Testing & TDD
- Icons are evil; so are menus - unless you do them right
- The Truth About Designing For Security
- GWT, Gadgets and OpenSocial, Part 2
- Has Many has_many: A Refactoring Story
- The Hidden Power of Canvas
- Review of fixture_replacement2 plugin
- Chess Game Viewer in GWT
- From JSP to Ruby on Rails: First thoughts on front-end coding conventions
- Helpers and Partials
Archives
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006


