Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

IDE for EJB

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Guys,
What's the best IDE for developing EJBs?
Thanks
Mitch
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't think there's a definite answer to that.Go to the specific product site & check out what the IDE has to offer.
I like Visual Age for Java but I haven't worked enough in other IDE's to comment about them.
 
Ranch Hand
Posts: 919
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think that question depends on how you will be running your EJBs. To cite two popular IDEs, Visual Age for Java will integrate best with WebSphere (naturally, IBM and IBM) and WebGain Visual Cafe will integrate best with WebLogic products (WebGain and BEA are technology partners). So if you know where your EJBs will be running, you may have a stronger case for which of the IDEs would be best for you.
If you don't care about the IDE integrating with the EJB server, any of them would likely do the job.
 
Ranch Hand
Posts: 688
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In my opinion, VisualAge is definitely the way to go.
 
George Brown
Ranch Hand
Posts: 919
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use Visual Age and WebLogic at the moment, but although the IDE is great, it doesn't interface well with the EJB server. Don't discount IDE packages like WebGain Studio (Visual Cafe being the revamped IDE) as they do have some great features such as integration with DreamWeaver and StructureBuilder (you can directly integrate your UML with your Java). The integration between the WebGain Cafe and the WebLogic server is pretty slick too.
 
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What benefits are gained by having the IDE and the server running the EJB integrated?
 
George Brown
Ranch Hand
Posts: 919
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think the main ones are that you can test from within the IDE and you can let the IDE auto-generate all the xml, much of the enterprise bean-related java files and all the class files. It just makes the process a load easier.
Of course, if you love to type then you'll want to do it all yourself...
 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
my vote goes to Visual Age for java
 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Visual Age for Java
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are using WebSphere Server then i think VAJ 3.5 has test Envn for testing and also VAJ integrates well with Websphere Studio.
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by mitch tzonev:
Hey Guys,
What's the best IDE for developing EJBs?
Thanks
Mitch


Is there something wrong with Forte/Net Beans Developer?
 
reply
    Bookmark Topic Watch Topic
  • New Topic