简体   繁体   中英

What are the leading EJB platform providers, such as WebSphere, etc.?

I am looking at this question from someone with a Microsoft background. If I wanted to get to know the EJB world, who are the leading players in terms of implementations?

Open source implementations of the EJB spec would be Glassfish from Sun, Geronimo from Apache, JBOSS from JBOSS.org (the open source version, not the Red Hat one), or OpenEJB running under Tomcat.

If you have cash to burn on licenses, try WebLogic from Oracle/BEA or WebSphere from IBM.

If money is no object, I think WebLogic is the best tool on the market.

If money is a concern, I think Glassfish gives you the best chance of being on the bleeding edge of the standard implementation.

The leading commercial providers are Weblogic (now owned by Oracle) and Websphere.

By far the most commonly used application server is JBoss, which is free. Other free app servers include Glassfish and Geronimo.

IMHO there is increasingly little reason to use a full-blown app server. Spring+JPA/Hibernate in a WEb container like Tomcat or Jetty is far more common. As of EJB 3.1 you will be able to deploy EJBs in a Web container.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM