Jboss
JBoss Application Server (JBoss AS) is a free software/open-source Java EE-based, Cross-platform Application Server.
Weblogic
WebLogic Server is a Java EE application server from Oracle
Others
Example |
---|
I am running an application on jboss 7 and weblogic 12 when i make a soap call on weblogic is more restrictive than jboss from question Generic WS client for Weblogic |
If your application is self-sufficient i would recommend going for tomcat as jboss is much more resource intensive as well as weblogic moreover weblogic costs some money from question How many maximum concurrent users can a tomcat instance, jboss instance and weblogic instance handle? |
I had worked on jboss for a year and on weblogic for more than a year now my experience with the web logic is good compared to jboss weblogic is more stable and robust it can handle more than 3000 concurrent requests without throwing a single exception where jboss failed to do so and admin console for the weblogic is excellent but i think weblogic is more complex then jboss from question Weblogic or JBoss? |
Well glassfish is more right than jboss and weblogic business-bean-classes should all have jboss and weblogic business-bean-classes own ejb-local-interface from question @Local interface with many realisation |