What are the attributes of transaction in ejb?
No Answer is Posted For this Question
Be the First to Post Answer
What are the design goals of EJB Architecture?
How many types of session beans are available in ejb?
ejbCreate in Entity bean and create method in EJB home, have the same parameters?
Where is ejb used?
What are the callback annotations for the stateless bean?
What are the services that a container provides for an entity bean?
What transaction attributes does Java Bean containers support?
What is the difference between session and entity beans? When should I use one or the other?
What optimization could I use if the ejb container is the only point of write access to the database?
How can I call one EJB from inside of another EJB?
What is the procedure of ejb container to handle exceptions?
Name the attributes of javax.ejb.ejb.