Jump to content

Apache TomEE: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Bert.Roos (talk | contribs)
m Added a link to Tomcat in the introduction section.
Line 14: Line 14:
| website = http://tomee.apache.org
| website = http://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.<ref>{{cite web|url=http://openejb.apache.org/apache-tomee.html|title=Apache TomEE|publisher=[[Apache OpenEJB]]}}</ref> In October 2011, the project obtained certification by [[Oracle Corporation]] as a compatible implementation of the Java EE 6 Web Profile.<ref>{{cite web|url=http://www.marketwatch.com/story/the-apache-software-foundation-announces-apache-tomee-certified-as-java-ee-6-web-profile-compatible-2011-10-04|title=The Apache Software Foundation Announces Apache TomEE Certified as Java EE 6 Web Profile Compatible|publisher=[[MarketWatch]]|date=4 Oct 2011}}</ref><ref>{{cite web|url=http://www.infoworld.com/d/application-development/apache-tomee-web-stack-gains-approval-175341|title=Apache TomEE Web stack gains approval|publisher=[[InfoWorld]]|date=7 Oct 2011}}</ref>
'''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.<ref>{{cite web|url=http://openejb.apache.org/apache-tomee.html|title=Apache TomEE|publisher=[[Apache OpenEJB]]}}</ref> In October 2011, the project obtained certification by [[Oracle Corporation]] as a compatible implementation of the Java EE 6 Web Profile.<ref>{{cite web|url=http://www.marketwatch.com/story/the-apache-software-foundation-announces-apache-tomee-certified-as-java-ee-6-web-profile-compatible-2011-10-04|title=The Apache Software Foundation Announces Apache TomEE Certified as Java EE 6 Web Profile Compatible|publisher=[[MarketWatch]]|date=4 Oct 2011}}</ref><ref>{{cite web|url=http://www.infoworld.com/d/application-development/apache-tomee-web-stack-gains-approval-175341|title=Apache TomEE Web stack gains approval|publisher=[[InfoWorld]]|date=7 Oct 2011}}</ref>


== Components ==
== Components ==

Revision as of 15:52, 10 February 2015

Apache TomEE
Developer(s)Apache Software Foundation
Stable release
1.7.1 / September 17, 2014; 10 years ago (2014-09-17)
Preview release
2.0.0-SNAPSHOT
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

Here a list of the open source components that are included in TomEE.

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.0 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 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 is a second distribution that adds support for Java API for RESTful Web Services (JAX-RS). The full TomEE Plus distribution adds additional support for Java API for XML Web Services (JAX-WS), Java EE Connector Architecture, and Java Messaging Service (JMS).[4]

See also

Other Java EE application servers:

Commercial Support

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

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. ^ "TomEE creator lifts lid on new company Tomitribe".
  6. ^ "Feed the Fish".
  7. ^ "Who Are The Real Heroes Of Open Source?".

Presentations

Apache TomEE Books