Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See the examples zip for a dozen embedded testing examples that range from simple @Stateless beans to advanced transaction and security testing.

Collapsed EAR (EJBs in .WARs)

Along the lines of the Tomcat integration where OpenEJB can be plugged into Tomcat, we've expanded the idea to also allow your EJBs to be plugged into your webapp. We call this innovative feature Collapsed EAR. In this style 100% of your classes, including your EJBs, can be packed into your WEB-INF/classes and WEB-INF/lib directories. The result is that your WAR file becomes a replacement for an EAR. Unlike an EAR, all multi-packaging and multi-classloader requirements are stripped away and collapsed down to one archive and one classloader all your components, EJBs or otherwise, can share.

EJB Plugin for Tomcat 6 and 5.5

...