Developer(s) | Apache Software Foundation |
---|---|
Initial release | April 27, 2012 |
Stable release | |
Preview release | |
Repository | TomEE Repository |
Written in | Java |
Operating system | Cross-platform (JVM) |
Type | Application server |
License | Apache-2.0 |
Website | http://tomee.apache.org |
Apache TomEE (pronounced "Tommy") is the Enterprise Edition of Apache Tomcat (Tomcat + Java/Jakarta EE = TomEE) that combines several Java enterprise projects including Apache OpenEJB, Apache OpenWebBeans, Apache OpenJPA, Apache MyFaces and others. [3] In October 2011, the project obtained certification by Oracle Corporation as a compatible implementation of the Java EE 6 Web Profile. [4] [5]
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: [6]
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 released in October 2011, and the first production-ready version was shipped in April 2012. [7]
Version | Release Date |
---|---|
9.0.0.RC1 | October 31, 2022 [8] |
9.0.0-M7 | May 10, 2021 [9] |
9.0.0-M3 | November 24, 2020 [10] |
9.0.0-M2 | August 07, 2020 [11] |
9.0.0-M1 | June 22, 2020 [12] |
8.0.8 | August 31, 2021 [13] |
8.0.5 | November 24, 2020 [14] |
8.0.4 | August 07, 2020 [15] |
8.0.3 | June 22, 2020 [16] |
8.0.2 | May 26, 2020 [17] |
8.0.1 | Jan 20, 2020 [18] |
8.0.0 | Sep 11, 2019 [19] |
8.0.0-M3 | May 23, 2019 [20] |
8.0.0-M2 | January 25, 2019 [21] |
8.0.0-M1 | October 19, 2018 [22] |
7.1.1 | June 21, 2019 [23] |
7.1.0 | September 7, 2018 [24] |
7.0.6 | June 6, 2019 [25] |
7.0.5 | July 23, 2018 [26] |
7.0.4 | September 26, 2017 [27] |
7.0.3 | March 13, 2017 [28] |
7.0.2 | November 6, 2016 [29] |
7.0.1 | June 23, 2016 [30] |
7.0.0 | May 25, 2016 [31] |
7.0.0-M3 | March 6, 2016 [32] |
7.0.0-M2 | March 1, 2016 [33] |
7.0.0-M1 | December 12, 2015 [34] |
1.7.5 | October 24, 2017 [35] |
1.7.4 | March 7, 2016 [36] |
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 |
Two years after the announcement of Apache TomEE at JavaOne 2011 several Apache TomEE creators united to form Tomitribe, [37] a commercial support company dedicated to the Apache TomEE community and focused on promoting open source values. [38] [39]
Another commercial support company provides enterprise support for Apache TomEE is ManageCat,. [40] ManageCat involves with a lot of Apache Java EE projects to contribute open source Java EE ecosystem.
Jakarta Enterprise Beans is one of several Java APIs for modular construction of enterprise software. EJB is a server-side software component that encapsulates business logic of an application. An EJB web container provides a runtime environment for web related software components, including computer security, Java servlet lifecycle management, transaction processing, and other web services. The EJB specification is a subset of the Java EE specification.
Jakarta EE, formerly Java Platform, Enterprise Edition and Java 2 Platform, Enterprise Edition (J2EE), is a set of specifications, extending Java SE with specifications for enterprise features such as distributed computing and web services. Jakarta EE applications are run on reference runtimes, which can be microservices or application servers, which handle transactions, security, scalability, concurrency and management of the components they are deploying.
A web container is the component of a web server that interacts with Jakarta Servlets. A web container is responsible for managing the lifecycle of servlets, mapping a URL to a particular servlet and ensuring that the URL requester has the correct access-rights. A web container handles requests to servlets, Jakarta Server Pages (JSP) files, and other types of files that include server-side code. The Web container creates servlet instances, loads and unloads servlets, creates and manages request and response objects, and performs other servlet-management tasks. A web container implements the web component contract of the Jakarta EE architecture. This architecture specifies a runtime environment for additional web components, including security, concurrency, lifecycle management, transaction, deployment, and other services.
Apache Tomcat is a free and open-source implementation of the Jakarta Servlet, Jakarta Expression Language, and WebSocket technologies. It provides a "pure Java" HTTP web server environment in which Java code can also run. Thus it is a Java web application server, although not a full JEE application server.
NetBeans is an integrated development environment (IDE) for Java. NetBeans allows applications to be developed from a set of modular software components called modules. NetBeans runs on Windows, macOS, Linux and Solaris. In addition to Java development, it has extensions for other languages like PHP, C, C++, HTML5, and JavaScript. Applications based on NetBeans, including the NetBeans IDE, can be extended by third party developers.
Java Management Extensions (JMX) is a Java technology that supplies tools for managing and monitoring applications, system objects, devices and service-oriented networks. Those resources are represented by objects called MBeans. In the API, classes can be dynamically loaded and instantiated. Managing and monitoring applications can be designed and developed using the Java Dynamic Management Kit.
Apache Geronimo is an open source application server developed by the Apache Software Foundation and distributed under the Apache license.
WebSphere Application Server (WAS) is a software product that performs the role of a web application server. More specifically, it is a software framework and middleware that hosts Java-based web applications. It is the flagship product within IBM's WebSphere software suite. It was initially created by Donald F. Ferguson, who later became CTO of Software for Dell. The first version was launched in 1998. This project was an offshoot from IBM HTTP Server team starting with the Domino Go web server.
Apache Beehive is a discontinued Java Application Framework that was designed to simplify the development of Java EE-based applications. It makes use of various open-source projects at Apache, such as XMLBeans. Apache Beehive uses Java 5, including JSR-175, a facility for annotating fields, methods, and classes so that they can be treated in special ways by runtime tools. It builds on the framework developed for BEA Systems WebLogic Workshop for its 8.1 series. BEA later decided to donate the code to Apache.
Apache Axis is an open-source, XML based Web service framework. It consists of a Java and a C++ implementation of the SOAP server, and various utilities and APIs for generating and deploying Web service applications. Using Apache Axis, developers can create interoperable, distributed computing applications. Axis development takes place under the auspices of the Apache Software Foundation.
WebSphere Application Server Community Edition (WASCE) was a free-of-charge, certified Java EE 6 application server for building and managing Java applications. Until September 30, 2016, it was IBM's supported distribution of Apache Geronimo that usee Tomcat for servlet container and Axis 2 for web services. Another difference from Apache Geronimo is that WASCE came with Db2 and Informix database drivers, better XML parser libraries and contained the latest patches from unreleased upstream versions. Over 30 WASCE developers were committers in the Apache Geronimo project.
GlassFish is an open-source Jakarta EE platform application server project started by Sun Microsystems, then sponsored by Oracle Corporation, and now living at the Eclipse Foundation and supported by OmniFish, Fujitsu and Payara. The supported version under Oracle was called Oracle GlassFish Server. GlassFish is free software and was initially dual-licensed under two free software licences: the Common Development and Distribution License (CDDL) and the GNU General Public License (GPL) with the Classpath exception. After having been transferred to Eclipse, GlassFish remained dual-licensed, but the CDDL license was replaced by the Eclipse Public License (EPL).
OpenJPA is an open source implementation of the Java Persistence API specification. It is an object-relational mapping (ORM) solution for the Java language, which simplifies storing objects in databases. It is open-source software distributed under the Apache License 2.0.
Apache Felix is an open source implementation of the OSGi Core Release 6 framework specification. The initial codebase was donated from the Oscar project at ObjectWeb. The developers worked on Felix for a full year and have made various improvements while retaining the original footprint and performance. On June 21, 2007, the project graduated from incubation as a top level project and is considered the smallest size software at Apache Software Foundation.
Apache CXF is an open source software project developing a Web services framework. It originated as the combination of Celtix developed by IONA Technologies and XFire developed by a team hosted at the now defunct host CodeHaus in 2006. These two projects were combined at the Apache Software Foundation. The name "CXF" was derived by combining "Celtix" and "XFire".
Jive is a commercial Java EE-based Enterprise 2.0 collaboration and knowledge management tool produced by Jive Software. It was first released as "Clearspace" in 2006, then renamed SBS in March 2009, then renamed "Jive Engage" in 2011, and renamed simply to "Jive" in 2012.
Jakarta RESTful Web Services, is a Jakarta EE API specification that provides support in creating web services according to the Representational State Transfer (REST) architectural pattern. JAX-RS uses annotations, introduced in Java SE 5, to simplify the development and deployment of web service clients and endpoints.
The JBoss Enterprise Application Platform is a subscription-based/open-source Java EE-based application server runtime platform used for building, deploying, and hosting highly-transactional Java applications and services developed and maintained by Red Hat. The JBoss Enterprise Application Platform is part of Red Hat's Enterprise Middleware portfolio of software. Because it is Java-based, the JBoss application server operates across platforms; it is usable on any operating system that supports Java. JBoss Enterprise Application Platform was originally called JBoss and was developed by the eponymous company JBoss, acquired by Red Hat in 2006.
OpenEJB is an open-source, embeddable and lightweight Enterprise JavaBeans Container System and EJB Server, released under the Apache License 2.0. OpenEJB has been integrated with Java EE application servers such as Geronimo and WebObjects.
WildFly, formerly known as JBoss AS, or simply JBoss, is an application server written by JBoss, now developed by Red Hat. WildFly is written in Java and implements the Java Platform, Enterprise Edition specification. It runs on multiple platforms.