EasyBeans is an implementation of an EJB3 container. It aims to provide an implementation for the full EJBCore API. For the persistence matter, it relies on Hibernate EJB 3, Oracle TopLink Essentials, or Apache OpenJPA.
| Tags | Software Development Embedded Systems Libraries Java Libraries |
|---|---|
| Licenses | LGPL |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Release Notes: This version is included in the OW2 JOnAS Java EE 5 certified application server.


No changes have been submitted for this release.


Release Notes: The project now uses the maven2 tool. It can be used in Tomcat/Jetty or JOnAS. OSGi bundles are available and were tested on Apache Felix and Eclipse Equinox. Persistence is done with Hibernate EntityManager or Apache OpenJPA.


Release Notes: EAR deployment (and undeployment) is now supported in JOnAS, Tomcat, and Jetty. For JOnAS, if the EAR contains EJB 2.1 components, they will be deployed in the EJB 2.1 container. The WAR files of the EAR will be deployed in the Tomcat or Jetty Web container. An ear example is provided in this version. The timer service which is based on the Quartz component is supported. A timer example is provided. OpenJPA is supported as a persistence provider.


Release Notes: All issues reported on the mailing list since 1.0M1 have been fixed. A new HowTo is available about using GWT (Google Web Toolkit) and EasyBeans.