EasyBeans

From Wikipedia, the free encyclopedia

EasyBeans
Image:Logo_easybeans.png
Developer: ObjectWeb
Latest release: 1.0M4 / Oct 18, 2006
OS: Cross-platform
Use: Application server
License: LGPL
Website: www.easybeans.org

EasyBeans is an open-source Enterprise JavaBeans (EJB) container hosted by the ObjectWeb consortium. The License used by EasyBeans is the LGPL. EasyBeans is the EJB3 container of the JOnAS application server.

EasyBeans main goal is to ease the development of Enterprise_JavaBeans. It uses some new architecture design like the bytecode injection (with ASM ObjectWeb tool), IoC, POJO and can be embedded in OSGi bundles or other frameworks (Spring, Eclipse plugins, etc.).

It aims to provide an EJB3 container as specified in the Java Platform Enterprise Edition (Java EE) in its fifth version. It means that Session beans (Stateless or Stateful), Message Driven Beans (MDB) are available on EasyBeans.

[edit] External links


In other languages