what is an ejb object?
Answer Posted / vamsee
Ejb objects are used to access the Business logic methods
defined by the user in the bean. client gets the reference
of the object using JNDI, and cast the object as the
HomeObject and access the methods in the bean.
| Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
Is having static initializer blocks legal in ejb?
What is the default transaction attribute for an ejb?
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
What is the difference between message driven beans and stateless session beans?
What is a local interface?
What do you mean enterprise javabeans (ejb) container?
In what format is the conversational data written to the disk?
How to generate ejb stubs in eclipse?
Name the acid properties of a transaction.
When was ejb developed?
What is the meaning of acid in the connection of transaction management?
What does @inject mean in java?
What are the callback annotations for entity bean?
Why is ejb used?
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.