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 is Introspection ?
How EJB component can in interact with COM/DCOM components?
What is ejb in java?
Is functional programming stateless?
what is the Relationship between EJB and CORBA architecture?
What are stateless applications?
ejbCreate in Entity bean and create method in EJB home, have the same parameters?
Life Cyle methods in Entity Bean with Bean Managed Persistence
What is ejb application?
What is ejb container in java?
What do you understand by session facade?
What are the callback annotations for the stateless bean?