EasyBeans
   HOME

TheInfoList



OR:

EasyBeans is an open-source
Enterprise JavaBean Jakarta Enterprise Beans (EJB; formerly Enterprise JavaBeans) is one of several Java APIs for modular construction of enterprise software. EJB is a server-side software component that encapsulates business logic of an application. An EJB web co ...
s (
EJB Jakarta Enterprise Beans (EJB; formerly Enterprise JavaBeans) is one of several Java APIs for modular construction of enterprise software. EJB is a server-side software component that encapsulates business logic of an application. An EJB web co ...
) container hosted by the
OW2 Consortium OW2 is an independent non-profit international consortium dedicated to developing open-source software code infrastructure for middleware information systems. OW2 federates IT vendors and users, universities, and research centers from Europe, ...
. The License used by EasyBeans is the
LGPL The GNU Lesser General Public License (LGPL) is a free-software license published by the Free Software Foundation (FSF). The license allows developers and companies to use and integrate a software component released under the LGPL into their own ...
. EasyBeans is the EJB 3.0 container of the JOnAS application server. EasyBeans is integrated in the JOnAS application server Java EE 5 certified application server. EasyBeans main goal is to ease the development of
Enterprise JavaBean Jakarta Enterprise Beans (EJB; formerly Enterprise JavaBeans) is one of several Java APIs for modular construction of enterprise software. EJB is a server-side software component that encapsulates business logic of an application. An EJB web co ...
s. It uses some new architecture design like the bytecode injection (with ASM ObjectWeb tool),
IoC The International Olympic Committee (IOC; french: link=no, Comité international olympique, ''CIO'') is a non-governmental sports organisation based in Lausanne, Switzerland. It is constituted in the form of an association under the Swiss ...
, POJO and can be embedded in
OSGi OSGi is an open specification and open source project under the Eclipse Foundation. It is a continuation of the work done by the OSGi Alliance (formerly known as the Open Services Gateway initiative), which was an open standards organization for ...
bundles or other frameworks (
Spring Spring(s) may refer to: Common uses * Spring (season), a season of the year * Spring (device), a mechanical device that stores energy * Spring (hydrology), a natural source of water * Spring (mathematics), a geometric surface in the shape of a ...
,
Eclipse An eclipse is an astronomical event that occurs when an astronomical object or spacecraft is temporarily obscured, by passing into the shadow of another body or by having another body pass between it and the viewer. This alignment of three ce ...
plugins, etc.). It aims to provide an EJB 3.0 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 Bean Jakarta Enterprise Beans (EJB; formerly Enterprise JavaBeans) is one of several Java APIs for modular construction of enterprise software. EJB is a server-side software component that encapsulates business logic of an application. An EJB web co ...
s (MDB) are available on EasyBeans.


See also

* JOnAS application server *
Hibernate Hibernation is a state of minimal activity and metabolic depression undergone by some animal species. Hibernation is a seasonal heterothermy characterized by low body-temperature, slow breathing and heart-rate, and low metabolic rate. It most ...
*
OpenEJB OpenEJB is an open-source, embeddable and lightweight Enterprise JavaBeans Container System and EJB Server, released under the Apache License 2.0. OpenEJB has been integrated with Java EE application servers such as Geronimo and WebObjects. His ...


External links


The EasyBeans developer site

The EasyBeans site

JSR 220
(EJB 3.0)
JSR 181
(Web Services Metadata for the Java Platform) {{programming-software-stub OW2 Java enterprise platform