• 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

JBoss version details and Decision on JBoss Vs Tomcat vs Websphere

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

I am new to the JBoss world, till now i was using Websphere and Tomcat.
Please take some time to answer few of my basis queries.

1) What is the main difference between the Tomcat and JBoss.
I am expecting the difference that will help me choose one over the other.

2) Is JBoss Free? Can i use it in Developer and Production environment without incurring any cost?

3) My Application is not using EJB's, it will be Spring, Struts application. Earlier I was planning for Tomcat 6. But client has demanded "JBoss 4.3".
Is there any good reasons to move to JBoss from Tomcat in this scenario.

4) When we talk about JBoss 4.3, are we talking about the JBoss Enterprise Web Server ?
Or are we talking about JBoss Enterprise Application Platform 4.3

Any additional details/suggestions will be helpful to me.

Thanks in advance.
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


1) What is the main difference between the Tomcat and JBoss.
I am expecting the difference that will help me choose one over the other.


One is a Servlet Container, the other is an Application Server.


2) Is JBoss Free? Can i use it in Developer and Production environment without incurring any cost?


You can get free editions


3) My Application is not using EJB's, it will be Spring, Struts application. Earlier I was planning for Tomcat 6. But client has demanded "JBoss 4.3".
Is there any good reasons to move to JBoss from Tomcat in this scenario.


There are the other services Application Servers provide. JBoss contains Tomcat, so you can just use JBoss as a Servlet Container and run off all the other services you don't need.


 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
4) I assume JBoss Enterprise Application Platform (JBoss EAP), at least that is what I always associate with the 4.3 version (there was no 4.3 version of JBoss AS). I have no idea what the version numbers are for JBoss Enterprise Web Server (which, if I recall correctly, is the paid-prescription variant of JBoss Web, which is a branch of Tomcat).

By the way, this is why I am always very prickly about the use of the term "JBoss" by itself - it is meaningless. The term "JBoss" is a brand name used on a variety of different software and middleware components, all of which are different. I have often been frustrated in answering forum posts where the "JBoss" the poster was talking about was not the one I assumed they meant.

Oh, and one more thought - if your client wants JBoss EAP 4.3, it is not free! The client must pay a licensing fee to use it.
 
I wish to win the lottery. I wish for a lovely piece of pie. And I wish for a tiny ad:
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