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
Is ejbCreate() method mandatory while defining a Session Bean?
How many types of session beans are available in ejb?
What are the differences between ejb 3.0 and ejb 2.0?
How do you decide whether you should use session, entity or message driven bean?
How can a session bean be configured for transactions of bean-managed?
What are the various types of entity beam?
What are transaction isolation levels in ejb?
What are ejbs used for?
Is having static initializer blocks legal in ejb?
What is the difference between find and select methods in ejb?
What are the callback annotations for the stateless bean?
What is @autowired required false?
What is an ejb container?
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
What are the advantages of ejb components?