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
How to determine, that beans are TX or not?
What do you mean enterprise javabeans (ejb) container?
What is passivation and activation in ejb?
How many types of session beans are available in ejb?
can we stop the execution of a method before completion?
What are transaction isolation levels in ejb?
What is session bean in ejb?
Mention the three levels for applying interceptor methods.
What is meant by ejb?
What’s new in the ejb 2.0 specification?
What is mdb in ejb?
What is EJB server provider?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
What were entity beans?
What is entity bean?