当前位置: 软件>java软件
EJB 服务器 OpenEJB
本文导语: OpenEJB是一个嵌入式、轻量级EJB3.0实现的服务器。既可以作为单独运行,也可以嵌入到Tomcat、JUnit、Eclipse、Intellij、Maven、Ant和其它任何IDE与应用程序中。OpenEJB 被用于Apple的WebObjects与Apache的Geronimo应用服务器中。 主要特点包括...
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.