Describe client view of an Enterprise JavaBeans component?
Answer Posted / 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 |
Post New Answer View All Answers
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
What do you mean by timer service and where it is used?
What are transaction isolation levels in ejb?
Is functional programming stateless?
How can a CORBA object, accessed from a EJB?
What are the design principles for ejb?
Define ACID Properties?
What are the components of ejb?
What is ejb and why it is used?
Should services be stateless?
What is ejb and its architecture?
What is a stateless session?
What do you mean by ejb?
What are the key features of the ejb technology?
What is mdb?