• 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

JBoss vs. (WebLogic and Websphere)

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

I have used JBoss Application server for the last 3 months.
I would like to know what are the differences between these servers: JBoss, WebLogic and WebSphere.

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

JBoss is a Open source product(freeware),whereas WebLogic and WebSphere are paid ones.

Each one has its unique features.

hope this answers your question.

rgds

Rajesh
 
Author
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All the application servers you mention work pretty well, but I've had the most success with JBoss and WebLogic. All these servers are now J2EE 1.4 compliant, so your code will be portable across the servers.

I don't have that much experience on WebSphere, so I'll comment on WebLogic.
WebLogic (which has license fees) has extra features that JBoss doesn't have. WebLogic has an excellent web-based admin console that enables you to configure JMS Queues/Topics, DataSources, and Security Realms - and much more. WebLogic has had an admin console since at least 2002/3.

JBoss, on the other hand, is just beginning to develop an Admin Console - it's still in Alpha (http://jira.jboss.com/jira/browse/JBADMCON). In the meantime, you're required to setup JMS Queues/Topics, DataSources, and Security Realms in XML files that you put in the JBoss deployment directory.

I've been happy with both WebLogic and JBoss, but I use JBoss because I don't have to spend money on license fees (and I just live with the fact that I have to create the deployment descriptors).

I hope this helps.

Tom Marrs
Lead Author, JBoss at Work: A Practical Guide
 
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
I think this has been discussed a few times before in this forum. If you search the archives, you may find a similar discussion.
 
I didn't like the taste of tongue and it didn't like the taste of me. I will now try this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic