微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

OpenEJB EJB 服务器

程序名称:OpenEJB

授权协议: Apache

操作系统: 跨平台

开发语言: Java

OpenEJB 介绍

OpenEJB是一个嵌入式、轻量级EJB3.0实现的服务器。既可以作为单独运行,也可以嵌入到Tomcat、JUnit、Eclipse、Intellij、Maven、Ant和其它任何IDE与应用程序中。OpenEJB
被用于Apple的WebObjects与Apache的Geronimo应用服务器中。

主要特点包括

  • 支持 EJB 3.0, 2.1, 2.0, 1.1;
  • 支持 JAX-WS
  • 支持 JMS
  • 支持 J2EE 连接器
  • 可以嵌入到 Tomcat 5 和 6 用以增加 EJB 3.0 的特性
  • 通过 JPA 方式实现容器管理的Bean (CMP)
  • 完全支持 Glassfish 的描述符并允许嵌入到 Glassfish 的应用程序中
  • Incredibly flexible jndi name support allows you to specify formats at macro and micro levels and imitate the format of other vendors.
  • Allows for easy testing and debugging in IDEs such as Eclipse, Idea Intellij or NetBeans with no plugins required.
  • Usable in ordinary JUnit or other style test cases without complicated setup or external processes.
  • Validates applications entirely and reports all failures at once, with three selectable levels of detail, avoiding several hours worth of “fix, recompile, redeploy, fail, repeat” cycles.

OpenEJB 官网

http://openejb.apache.org/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐