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 an ejb send asynchronous notifications to its clients?
What is ejbdoclet?
What is ejb framework?
What do you mean by in-memory replication?
What are stateless applications?
What is session facade in ejb?
Name the acid properties of a transaction.
What is pub/sub model?
Is udp stateless?
Define EAR, WAR and JAR ?
What is ejb and its types in java?
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 is ejb 3?
Explain the concept of local interfaces?
How to determine, that beans are TX or not?