Back Forward EJB

EJB® (Enterprise JavaBean®) is a component software architecture from Sun Microsystems for building Java applications that run on a server. EJBs use a container layer that provides common functions, such as security and transaction support, and delivers a consistent interface to all your applications regardless of the type of server.

PRPC can accept a request from another system using an EJB bean through the Service EJB rule. PRPC can also initiate a request to an EJB bean through the Connect EJB rule.

Java objects that are not EJBs are sometimes called Plain Old Java Objects, or POJOs.

Definitions Java EE
Related topics About Service EJB rules
About Connect EJB rules

Up Definitions