Introduction
GWToolbox provides a set of tools that make it GWT programming simpler and intuitive. The main modules are:
Utils
The commons module comes with a Utils sub-module. This module provides common utility classes that can be re-used anywhere in the code to and prevent code duplications. These utility classes are inspired by many well known utility classes that can be found in apache commons, hibernate and the spring framework:
- StringUtils - Provides a set of methods to help handling/manipulating strings
- ArrayUtils - Provide a set of methods to help dealing with arrays.
- CollectionUtils - TODO
Bean Module
Widget Module
IoC Module
Oh dear, more TODOs and empty sections...