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 |
An EJB client, can marshall an object of the class java.lang.Class to an EJB?
What is ejb and how it works?
How EJB component can in interact with COM/DCOM components?
What is ejb context?
What is @autowired required false?
What is stateless code?
Why do we need ejb?
What is singleton session bean?
How can enterprise javabeans be accessed from active server pages?
Which is default transaction attribute for the business method of a bean?
How many ejb objects are created for a bean?
what is the Control flow of an Entity?