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
请先登录再写评论。
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