amar
Joined: 25 Apr 2006 Posts: 179
|
Posted: Fri May 05, 2006 12:12 pm Post subject: Enterprise JavaBeans components |
|
|
The Enterprise JavaBeans (EJB) technology defines a model for the development and deployment of reusable Java server components, called EJB components .
An EJB component is a nonvisual server component with methods that typically provide business logic in distributed applications. A remote client, called an EJB client, can invoke these methods, which typically results in database updates. Since EAServer uses CORBA as the basis for the EJB component support, EJB components running in EAServer can be called by any other type of EAServer client or component, and even CORBA clients using ORBs from other vendors that are compatible with CORBA 2.3.EJB server The EJB server contains the EJB container, which provides the services required by the EJB component. EAServer is an EJB server.
for read more information:
http://ssa.usyd.edu.au/docs/easfg/easfeatp25.htm |
|