Apache TomEE

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Michaelmalak (talk | contribs) at 21:47, 23 August 2018 (added initial release to infobox). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Apache TomEE
Developer(s)Apache Software Foundation
Initial releaseApril 27, 2012; 12 years ago (2012-04-27)
Stable release
1.7.5 / October 24, 2017; 6 years ago (2017-10-24)
Preview release
7.0.5 / July 23, 2018; 5 years ago (2018-07-23)
Repository
Written inJava
Operating systemCross-platform (JVM)
TypeWeb Application Server
LicenseApache License 2.0
Websitehttp://tomee.apache.org

Apache TomEE (pronounced "Tommy") is the Java Enterprise Edition of Apache Tomcat (Tomcat + Java EE = TomEE) that combines several Java enterprise projects including Apache OpenEJB, Apache OpenWebBeans, Apache OpenJPA, Apache MyFaces and others.[1] In October 2011, the project obtained certification by Oracle Corporation as a compatible implementation of the Java EE 6 Web Profile.[2][3]

Components

TomEE includes the following open-source components:

Component Description
Apache Tomcat HTTP server and Servlet container supporting Java Servlet and JavaServer Pages (JSP).
Apache OpenEJB Open-source Enterprise JavaBeans (EJB) container system.
Apache OpenWebBeans Open-source Java Contexts and Dependency Injection (CDI) implementation.
Apache OpenJPA Open-source Java Persistence API (JPA) 2.1 implementation.
Apache Geronimo Transaction Open-source Java Transaction API (JTA) 1.2 implementation.
Apache MyFaces Open-source Java Server Faces (JSF) implementation.
Apache ActiveMQ Open-source Java Message Service (JMS) implementation.
Apache CXF Web Services frameworks with a variety of protocols - such as SOAP, XML/HTTP, RESTful HTTP.
Apache Derby Full-fledged relational database management system (RDBMS) with native Java Database Connectivity (JDBC) support.

TomEE JAX-RS, a second distribution, adds support for Java API for RESTful Web Services (JAX-RS).

The full TomEE Plus distribution adds additional support for:[4]

History

The OpenEJB project was started by Richard Monson-Haefel and David Blevins in 1999 as an open source implementation of the Enterprise JavaBeans specification. Blevins continued to develop OpenEJB and integrate components of this project with Apache Geronimo. In 2003, the OpenEJB component became a project operating under the auspices of the Apache Software Foundation at which time it was rewritten with a focus on leveraging Tomcat as an embedded web container. A beta version of TomEE was releases in October 2011, and the first production-ready version was shipped in April 2012.[5]

Versions

Version Release Date
7.0.5 July 23, 2018[6]
7.0.4 September 26, 2017[7]
7.0.3 March 13, 2017[8]
7.0.2 November 6, 2016[9]
7.0.1 June 23, 2016[10]
7.0.0 May 25, 2016[11]
7.0.0-M3 March 6, 2016[12]
7.0.0-M2 March 1, 2016[13]
7.0.0-M1 December 12, 2015[14]
1.7.5 October 24, 2017[15]
1.7.4 March 7, 2016[16]
1.7.3 December 4, 2015
1.7.2 May 18, 2015
1.7.1 September 12, 2014
1.7.0 August 10, 2014
1.6.0.2 May 6, 2014
1.6.0.1 April 16, 2014
1.6.0 November 17, 2013
1.5.2 March 17, 2013
1.5.1 December 14, 2012
1.5.0 September 28, 2012
1.0.0 April 27, 2012
1.0.0 Beta 2 January 17, 2012
1.0.0 Beta 1 October 2, 2011

Commercial Support

Two years after the announcement of Apache TomEE at JavaOne 2011 several Apache TomEE creators united to form Tomitribe,[17] a commercial support company dedicated to the Apache TomEE community and focused on promoting open source values.[18][19]

Another commercial support company provides enterprise support for Apache TomEE is ManageCat,.[20] ManageCat involves with a lot of Apache Java EE projects to contribute open source Java EE ecosystem.

See also

References

  1. ^ "Apache TomEE". Apache OpenEJB.
  2. ^ "The Apache Software Foundation Announces Apache TomEE Certified as Java EE 6 Web Profile Compatible". MarketWatch. 4 Oct 2011.
  3. ^ "Apache TomEE Web stack gains approval". InfoWorld. 7 Oct 2011.
  4. ^ "Apache TomEE comparison".
  5. ^ "Apache TomEE". Apache Software Foundation.
  6. ^ "Apache TomEE 7.0.5 released". 23 July 2018.
  7. ^ "Apache TomEE 7.0.4 released". 26 September 2017.
  8. ^ "Apache TomEE 7.0.3 released". 13 March 2017.
  9. ^ "Apache TomEE 7.0.2 released". 6 November 2016.
  10. ^ "Apache TomEE 7.0.1 released". 23 June 2016.
  11. ^ "Apache TomEE 7.0.0 released". 25 May 2016.
  12. ^ "Apache TomEE 7.0.0-M3 released". 6 Mar 2016.
  13. ^ "Apache TomEE 7.0.0-M2 released". 1 Mar 2016.
  14. ^ "TomEE 7.0.0-M1 is here!". 12 Dec 2015.
  15. ^ "Release Notes - ASF JIRA". issues.apache.org. Retrieved 2018-02-05.
  16. ^ "Apache TomEE 1.7.4 released". 7 Mar 2016.
  17. ^ "TomEE creator lifts lid on new company Tomitribe".
  18. ^ "Feed the Fish".
  19. ^ "Who Are The Real Heroes Of Open Source?".
  20. ^ "ManageCat, Cloud Management and Monitoring".

External links