what is an ejb object?
Answer Posted / amarajagan
Ejb object is a server-side object,and it conatins business
methods,that is why we need to call ejb object as a business
component.
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
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.
How does ejb container work?
What is @resource in java?
Can beans who are involved in transaction have 'passivation' process?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations?
What does statelessness mean?
What is the procedure of ejb container to handle exceptions?
Are entity beans allowed to create() methods?
can we stop the execution of a method before completion?
Define ACID Properties?
How can enterprise javabeans be accessed from active server pages?
What is an ejb platform?
Explain the concept of local interfaces?
Enlist the contents of Container.
What is bean-managed persistence?