Describe client view of an Enterprise JavaBeans component?
Answer / guest
The client view is provided through two interfaces?the home
interface and the remote interface. These interfaces are
provided by classes constructed by the container when a bean
is deployed, based on information provided by the bean. The
home interface provides methods for creating a bean
instance, while the remote interface provides the business
logic methods for the component. By implementing these
interfaces, the container can intercede in client operations
on a bean, and offers the client a simplified view of the
component.
| Is This Answer Correct ? | 2 Yes | 0 No |
Can Container Managed Bean-Managed Transaction ?
Explain what is an EJB Context?
What is stateless authentication?
Enlist the enterprise beans types?
What is the difference between ejbcreate() and ejbpostcreate?
Explain the architectural relationship between EJB & XML?
What do you mean enterprise javabeans (ejb) container?
Is it possible to have threading in ejb?
Can EJB made to handle multiple transactions?
Can tomcat run ejb?
Can Container managed Bean-Managed Persistence ?
What are the callback annotations for the stateless bean?