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 |
What is dependency injection in ejb?
Which is default transaction attribute for the business method of a bean?
What is session bean?
EJB containers supports what kind of transaction attributes?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
What is ejbdoclet?
Can more than a single table be mapped in cmp?
What is ejb bean in java?
What are the services that a container provides for an entity bean?
What are the various methods of an Entity Bean?
Explain Stateful session bean life cycle?
What is ejb technology?