Release Notes: A feature to create new classes has been added. One can now create FooDao/FooDaoImpl just by typing "foo". Also, template functionality has been added. One can generate log/print statements, hql, etc. One can copy a class as well. For example, from FooAction one can generate BarAction just by highlighting Foo and typing Ctl-Alt-Shift-C and typing bar.


Release Notes: The UI for the template and database template have been cleaned up. The unit test feature also has been enhanced and cleaned up.


Release Notes: This release adds a new "create variable" dialog and an way to create SQL from a database.


Release Notes: New templates have been added. Template import/export has been added.


Release Notes: A feature to create new classes has been added. One can now create FooDao/FooDaoImpl just by typing "foo". Also, template functionality has been added. One can generate log/print statements, hql, etc. One can copy a class as well. For example, from FooAction one can generate BarAction just by highlighting Foo and typing Ctl-Alt-Shift-C and typing bar.


Release Notes: The facility for creating a similar feature can be invoked from the implementation classes even though it is configured with the interfaces. This way one does not have jump to the interface just for creating similar classes. Junit tests can be created automatically while creating a similar action. Junit test are created in the same project. The capability to easily add new private fields has been added.