Tomcat企业版 Apache TomEE 1.5 发布

jopen 11年前

Apache TomEE 1.5 已经发布,Apache TomEE,该产品已通过Java EE 6 Web Profile认证,主要由Apache Tomcat、Apache OpenWebBeans、Apache MyFaces、Apache ActiveMQ、Apache OpenJPA和Apache CXF组成。最初被命名为Apache+OpenEJB,后来为了表达包含其他Java EE的组件实现,被重命名为Apache TomEE。

发布更新详细记录:http://tomee.apache.org/tomee-1.5.0-release-notes.html

组件版本更新

增加的新特性:

  • TOMEE-347 Allow switching datasource connection pool
  • TOMEE-331 Optimized scanning via exclusions.list in WEB-INF allows
  • TOMEE-266 Internal EJBs can be secured
  • TOMEE-264 Filter APIs we already provide if they are in a webapp
  • TOMEE-399 Expose Quartz through JMX
  • TOMEE-259 Mojarra integration
  • TOMEE-250 Element <Service> for declaring services generically in the tomee.xml
  • TOMEE-386 Support for META-INF/module.properties file and overriding
  • TOMEE-387 Support for META-INF/application.properties file and overriding
  • TOMEE-280 Deploy-time JPA Enhancement
  • TOMEE-187 New TomEE JAX-RS Distribution
  • TOMEE-377 Configuration of CXF Bus
  • TOMEE-421 JMX management of DataSources
  • OPENEJB-1228 ShrinkWrap Deployment Support
  • OPENEJB-1899 Mockito integration
  Apache TomEE结合了众多开源Java EE的实现,诸如GlassFish、JBoss和Apache Geronimo,同时也是仅有的6个通过认证的JavaEE引擎之一。Apache TomEE的优势主要体现在:
  体积:整个Web Profile仅有24MB。
  内存使用:占用很少的内存,无需在默认情况下增加内存分配来通过TCK(TCK,Technology Compatibility Kit )测试。
  灵活:当以嵌入式模式运行时,服务器可以在2-3秒内完成一个启动/部署/测试/解除部署的周期。
  支持在现有Apache项目中运行开源组件。
  由于它灵巧的体积以及良好的嵌入式性能使得Apache TomEE非常适合在云环境中运行,因为毕竟在云环境中运行的大部分应用都属于小型系统,只有很少一部分较大的实例运行。目前,Apache TomEE已经通过Apache EC2 t1.micro、mi.small以及m1.large的32位认证,预计在不远的将来会通过64位认证。
  Apache TomEE 包含:
  CDI - Apache OpenWebBeans
  EJB - Apache OpenEJB
  JPA - Apache OpenJPA
  JSF - Apache MyFaces
  JSP - Apache Tomcat
  JSTL - Apache Tomcat
  JTA - Apache Geronimo Transaction
  Servlet - Apache Tomcat
  Javamail - Apache Geronimo JavaMail
  Bean Validation - Apache Bean Validation