I have been working on an enterprise application using GWT for the past year. GWT provides awsome features for building a true AJAX application. After creating several pages I found myself creating a lot of HorizontalPanels inside VerticalPanels and so on. It got very cumbersome to create a framework to ease this pain.
This framework makes it easy to add components to a page and provides other important features like Validation of required fields and Mask components. e.g. Phone mask with the format (xxx) xxx-xxxx.
Most importantly you can build the ability to login to your application with a Login Screen.
As my application grew to over 20 screens, it started taking significant amount of time to load all the components at Login time. This framework has the ability to lazy load the screens when they are required.
The goal of this framework is to make it lot easier to develop enterprise (CRUD) applications using GWT.
Please feel free to give me feedback so I can continue to improve this framework and do my part to give back to the community from which I have taken for so long.
More information at http://GWTiger.org
Thanks,
Addy
Wednesday, August 1, 2007
Subscribe to:
Posts (Atom)