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

Opinions about EJB-aware IDEs

 
Ranch Hand
Posts: 783
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

What are your views on using an EJB-aware IDE that builds some of the bean or interface code for you when developing EJBs? I am currently NOT using one because I am studying for my SCBCD exam (and you are expected to know how to write the interfaces and bean code yourself). But after I pass the exam, I may consider using one... Normally I do not use code that is automatically generated because I prefer to have more of a hand in the development, but I am willing to give it a try if other developers have had good experiences with them.
 
Author
Posts: 234
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Paul,

I'd recommend XDoclet for EJB development. The JBoss IDE (plugin for Eclipse) is supposed to understand XDoclet but I have not had good expirence with it.

There is an example of using XDoclet on my blog here and if you don't want the presentation you can just grab the code here. The focus of this presentation and its code is on JSF but I used XDoclet to generate the EJB stuff.

Hope this helps!
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to know more about the JBoss plugin. Anyone had positive experience with it?
 
First, you drop a couch from the plane, THEN you surf it. Here, take this tiny ad with you:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic