• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

EJB

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
PLease Kindly Tell me

Which EJB Server Should I prefer

I have BEA Weblogic Workshop8.1,Sun Java Studio Enterprise 7 2004 Q4,JDeveloper from ORACLE
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
bea weblogic server is nice
 
Ranch Hand
Posts: 293
Mac OS X Netbeans IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WebLogic is quite nice, but you could also try JBoss. Both are very competent app servers.
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'd recommend Resin from Caucho Technology, Inc..
[ July 22, 2005: Message edited by: Tero Ripattila ]
 
Ranch Hand
Posts: 704
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If money is not a problem, I'd recommend weblogic. It is very complex true, but at least it has a great documentation and this can certainly make a difference when you want to become acquainted with a product. For the same very reasons (although I never used it) I believe WebSphere is another very good choice.
Regards.
 
Ranch Hand
Posts: 341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
While people will have reasons for their preference to a particular server, you need to ask yourself, why are you looking for one? If you need a container just to learn EJBs, Sun's reference implementation that comes with the J2EE tutorial should be enough. You may also pick other light weight servers such as Geronimo at http://geronimo.apache.org/ or JBoss (not so light but still light enough, becuase you can start it with "minimal" option). Also if you have jdeveloper, I think it comes with OC4J (Oracle's container). You may also want to think about the hardware specs you have available. Home PCs typically work better with a lighter container.

If you are trying to choose a server for a commercial implementation, you need to consider many factors: enterprise direction, cost, other tools (for compatibility purposes), skills available in house and many more.

Let us know if you have more questions

C
 
I'm so happy! And I wish to make this tiny ad happy too:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic