How EJB and JDBC/SQLJ are related?
Answer / nirmala
in case of EJB,we have CMP and BMP .in (BMP)bean managed
persistency,
bean provider has to make connection, retrive the
values ,assign them to the objects in ejbLoad()
and again the container saves the objects value in the bean
using ejbStore().
in JDBC also we have to ecplicitly do the above feature
manually.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is an EJB Context?
What is entity bean?
What is an ejb context?
Define SessionContext ?
what are required main interfaces in EJB?
What is EJB server provider?
Enlist the CallBack methods of Entity Bean.
What are the limitations of using local object?
What do you mean by abstract schema?
What is Enterprise JavaBeans Query Language (EJB QL)?
Why do we need ejb?
How enterprise beans will handle concurrent and loopback calls on entity beans?