• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Favorite Free Tool for JBOSS

 
Ranch Hand
Posts: 428
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 314
2
Android VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 428
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic