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 |
Enlist the changes in EJB 2.1 ?
Should services be stateless?
what is SessionBean, EntityBean?
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 are the advantages of ejb?
How can enterprise javabeans be accessed from active server pages?
What is EJB server?
What is JAR file?
How can a session bean be configured for transactions of bean-managed?
What is the difference between @requestparam and @pathvariable?
What is the difference between Session bean and Entity bean?one?
What is ejb framework?