• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Best way to develop EJB's ?

 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I've been wondering what the best way is to develop EJB's...
- Who writes them from scratch (or uses templates) and maintains the XML manually ?
- Who uses editors with code generation ?
- Who uses XDoclet ?
- Are their any other ways to do it ?
What kind of development tools are their out there to make developping EJB's butt easy ? What are you using ?
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.mousetech.com/EJBWizard.html
Of course, I'm prejudiced, since I created it and therefore it reflects my needs - though I'm always open to suggestions (It's open source, BTW).
Right now it runs standalone, but it was always intended to be able to hook into IDEs. I'm playing around with an Eclipse integration at the moment.
If money is no object, products with "Enterprise" in their name usually provide an integrated assist. They should, anyway, since many of them cost more than the computer you're using them on.
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The more "greenhorn" you are, the more you should write by hand, IMO.
 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you want to learn...write them by hand .
if you want to develop and deploy them on Websphere then use Rational XDE and WSAD.....
if u want to deploy them on Weblogic..I do not know ..perhaps JBuilder ?
if you want to instrument the J2EE applications use Manage Engine from AdventNet.
ThanX
-Mandan

Originally posted by Dave Van Even:
hi,
I've been wondering what the best way is to develop EJB's...
- Who writes them from scratch (or uses templates) and maintains the XML manually ?
- Who uses editors with code generation ?
- Who uses XDoclet ?
- Are their any other ways to do it ?
What kind of development tools are their out there to make developping EJB's butt easy ? What are you using ?

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic