Showing posts with label eclipse. Show all posts
Showing posts with label eclipse. Show all posts

Friday, July 4, 2008

Fast Code Eclipse Plugin



Fast Code Eclipse Plugin has been released in beta mode. It can downloaded from http://fast-code.sourceforge.net/


It's capabilities are many e.g
  • Automatically create DAO to Service and Service to Action, e.g. FooDAO to FooService and FooService to FooAction.
  • Automatically create one DAO to another with different name, e.g. FooDAO (with methods getFoo, saveFoo, etc) to BarDAO (with methods getBar, saveBar, etc).
  • Also create spring based configurations.
  • etc.
Details documentation can be found at the project homepage above. Questions, comments, suggestions etc can be sent to fastcodejava (a t) g m a i l.

New bugs or issues can also be posted in the bugs database : http://sourceforge.net/tracker/?func=add&group_id=229124&atid=1076630.

The plugin is not quite complete, but I have released a preliminary version which can be used.