Plugin For auto generating files
Hello All
I want to develp a plugin whch can generate classes relatd to each layer of the architecture,we have a database table like foo ad want to generate all calsses up to the actionclasses (FooAction,CreateFooAction,DeleteFooAction,FooService,FooEJB,Foo(Interface)) etc , we have a numerous tables like that ,
I just want to make aplugin that can create above classes for each layer on the table name like above
can you help me
Thanks
Please sign in to leave a comment.
Nishant Sonar wrote:
I have a stand-alone java-app that can connect to a database and create
beans and DAO-classes for each table.
--
Dennis Lundberg