Does anyone have a favorite free tool that will set up a skeleton directory and code for a minimal JBoss/XDoclet/EJB application with minimal front using JSP and a minimal back end of a Session bean? Maybe it would generate the ant file too? JBoss Quick start as a template directory with all this stuff. It seems that there should be some free too that will ask you questions like "Do you want a session bean?" "Stateless?" "Entity bean?" "CMP?" and generate the directories with minimal contents and ant file. Thanks, Siegfried
Darryl A. J. Staflund
Ranch Hand
Joined: Oct 06, 2002
Posts: 303
posted
0
The only free one that I am aware of for JBoss 3.x is an Eclipse plug-in called Lomboz. I handled really used it but it looks good. Darryl
Siegfried Heintze
Ranch Hand
Joined: Aug 11, 2000
Posts: 333
posted
0
Hmmm... thanks I've downloaded eclipse and the plugin you recommended. I cannot find any documentation on the plugin though. I cannot figure how to to make eclipse load the plugin. Can anyone point me to the documentation? Thanks, Sieg