What are the various methods of an Entity Bean?
setEntityContext()
unsetEntityContext()
ejbCreate()
ejbRemove()
ejbActivate()
ejbPassivate()
ejbLoad()
ejbStore()
ejbFind()
ejbHome()
| Is This Answer Correct ? | 0 Yes | 0 No |
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 is the Relationship between EJB and CORBA architecture?
How to determine, that beans are TX or not?
Does spring use ejb?
What is ejb in weblogic?
Explain the important elements of ejb?
What is Entity Bean and Session Bean?
In an EJB project, Howmany tables and How many entity beans are used?
How does a container, manage access, from multiple transactions on an entity bean?
Explain ejbhome and ejbobject in ejb?
What do you mean by ‘hot deployment’ ?
What are the different types of ejb?