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 are the advantages of java beam?
Life cycle methods in stateless Session Beans?
Is soap stateless or stateful?
What is bean in ejb?
In EBs the DB state is more consistent than SBs why?
List down the steps for the demonstration of ejp persistence mechanism.
What is the procedure for the creation of stateless ejb?
Life cycle methods in stateful session beans?
Name the attributes of javax.ejb.stateful.
Can EJB made to handle multiple transactions?
Can the primary key in the entity bean be a Java primitive type such as int?
How can enterprise javabeans be accessed from active server pages?