In what way, the client gets a reference to an existing
entity bean?
Answer / guest
A client can get a reference to an existiing entity bean in
several ways:
Receiving the bean as paramater in a method call
Looking the bean uo through a finder method of hte home
interface
| Is This Answer Correct ? | 0 Yes | 0 No |
why object class is a parent of all classes in java?
What is the relationship between an EJB component, EJB container, and an application server?
What is ejb role in j2ee?
What is stateless session?
EJB containers supports what kind of transaction attributes?
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
How to invoke ejb from java client?
what is mean by dll ? Please answer me. Advance thanks.
What are different Methods and Classes written in a Session Bean
Why does EJB needs two interfaces, Home and Remote Interface?
Is it possible to write two ejb’s that share the same remote and home interfaces, and have different bean classes? If so, what are the advantages/disadvantages?
What are the services that a container provides for an entity bean?