Click here to Skip to main content
15,905,558 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am starting a new project and the certain requirements will be: JSF, JPA, JMS, WebServices Rest and EJB3.1. There will be at least 4 servers. Probably this will be the division: first server for backing beans and JSF. Other two servers for EJB cluster and the last server for the Database Oracle. There will be a chance to enter one more server that will be used as part of EJB Cluster or it will be chosen to work as Web Cluster. It exist a chance to use ESB (JBoss ESB or GlassFish ESB) on future, but it's less important. For this scenarious, could someone give me ideas which is better: GlassFish 3.1 versus JBoss7? The most crucial point about my application is: I will have a lot of CRUD transactions on same time and I will have a lot of conversation state similar to web shopping.
I looked at http://glassfish.java.net/downloads/3.1-final.html[^] and https://docs.jboss.org/author/display/AS7/Getting+Started+Guide[^], and It's sound that GlassFish are more complete than JBoss.
Posted
Updated 20-Sep-11 3:36am
v2

1 solution

Read this[^].
From limited experience, I would go with Glassfish if I had to choose between the two. But first ensure you do need the overhead of the heavier frameworks.

[Sorry to other CPers as it's SO, but the first guy knows what's what]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900