EJB Questions:
-----------------------
Give some examples of services offered by a EJB container?. What's the advantage of component model of software design?
How does the EJB container manage to intercept calls to a remote object and apply transactions, security?
Can an Entity EJB be dedicated to a single client?
What protocol is used when a EJB client communicates with a EJB server?
What's the difference btw EJB and CORBA models?