Java's Enterprise JavaBeans
Yet another distributed networking option available to Java programmers is that of Enterprise JavaBeans (EJBs). EJBs provide a standard distributed component model. Do not confuse EJBs with components called JavaBeans. Standard JavaBeans are similar to controls used in the Microsoft model, and are not Enterprise JavaBeans. EJBs are a distributed technology based in part on RMI. Enterprise JavaBeans are considered RMI objects as well as a JavaBean component.
Defining EJBs is somewhat problematic, because the definition includes other terms that themselves need definitions. It is often helpful to get the definition straight from the horse's mouth. Sun defines Enterprise JavaBeans in the following manner.
The Enterprise ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access