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

0
1 comment
Avatar
Permanently deleted user

Nishant Sonar wrote:

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


I have a stand-alone java-app that can connect to a database and create
beans and DAO-classes for each table.

--
Dennis Lundberg

0

Please sign in to leave a comment.