what are main features in EJB?
Answers were Sorted based on User's Feedback
Answer / janet
1.EJB architecture is inherently
transactional,distributed,portable,multitired secure.
2.EJB components are serverside components written entirely
in the java.
3.EJB components contain business logic only no system level
programming.
4.System level services such as transactions,security,life
cycle ,threading,persistence etc are automatically managed
by the EJB component by the EJB server.
5.EJB architecture is wire-protocol neutral Any protocol can
be utilized: HTTP,IIOP,DCOM etc.
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / harish
features in EJB2.0 :
Query Language has been introduced.
Container Manager Relationship has been introduced.
Local Interfaces have been introduced.
Message Driven Beans have been introduced.
| Is This Answer Correct ? | 2 Yes | 10 No |
What are the types of enterprise bean?
ejbCreate in Entity bean and create method in EJB home, have the same parameters?
What do you mean by ejbdoclet?
Can tomcat run ejb?
What is ejb and why it is used?
What is the difference between find and select methods in ejb?
What are stateless applications?
Explain the Sotware Architechture of EJB?
What is an entity manager?
Is functional programming stateless?
Name the attributes of javax.ejb.ejb.
How to invoke ejb from java client?