Friday, March 13, 2009

What are the basic classes required in the client for invoking an EJB? (EJB)

Question :What are the basic classes required in the client for invoking an EJB? (EJB)
Answer :The home and the remote interfaces, the implementation of the Naming
Context Factory, the stubs and skeletons.
In some App servers the stubs and the skeletons can be dynamically
downloaded from the server

No comments: