December 2002
Intermediate to advanced
1050 pages
24h 49m
English
As mentioned in the discussion of RMI, RMI is a foundation technology that forms the basis for other Java technologies. RMI is an enabling technology for EJBs. Alternatively, EJBs conceptually extend RMI and add additional capabilities. In fact, EJBs build on and use a number of Java capabilities and technologies, which are reflected in Figure 24-8

Client applications that access EJBs do not access the EJB directly; they access the bean indirectly through a proxy object. A client application uses a naming service to look up the home interface (an EJBHome implementation) for the ...
Read now
Unlock full access