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 |
What is ejb application?
Is ejb a framework?
What do you mean by ejb ql?
Define Clone?
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
What is the perpose of EJBs?
In an EJB project, Howmany tables and How many entity beans are used?
What is entity bean?
Enlist the CallBack methods of Session Bean?
Can the primary key in the entity bean be a Java primitive type such as int?
TX operation funtion executed by?
What is Introspection ?