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
can we stop the execution of a method before completion?
What are the advantages of ejb components?
Why do we use ejb?
What’s the difference between hibernate and ejb 3? Don’t you think ejb 3 is just a clone of hibernate?
What is ejb container in java?
How to increase ejb transaction timeout in weblogic?
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?
Name the attributes of javax.ejb.ejb.
What is difference between stateless and stateful?
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 is ejb in java with example?
What is session bean in ejb?
Where is ejb used?
Why do we need ejb in java?
What is ptp model?