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 |
How do you decide whether you should use session, entity or message driven bean?
What is pub/sub model?
What are different Methods and Classes written in a Session Bean
How to import ejb project in eclipse?
why object class is a parent of all classes in java?
How is an entity bean created?
What is ejb container?
what s the difference b/w EJB 2.0 and EJB 3.0 technically
2 Answers Microsoft, Mind Tree, Tech Mahindra,
Describe client view of an Enterprise JavaBeans component?
What were entity beans?
What is persistence?
Where a bean can be used ?