Answer Posted / nirmala
1.bean class shouldimplement the inteface specifying that
the typeof the bean(SB,EB,MDB)
2.which in turn extends javax.ejb.EnterpriseBean
3.extends serializable interface
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
What is dependency injection in ejb?
Name the attributes of javax.ejb.ejb.
Define Initial Context?
What is the advantage of using entity bean for database operations, over directly using jdbc api to do database operations? When would I use one over the other?
What is ejb in java?
How to invoke ejb from java client?
Explain the concept of local interfaces?
How many enterprise beans?
What is jar, war, and ear?
What do you mean by ejb?
What is stateless and stateful session bean in ejb?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
Enlist the contents of Container.
How to increase ejb transaction timeout in weblogic?