Answer Posted / 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 |
Post New Answer View All Answers
How does ejbs work?
Elucidate callback in ejb?
What is Enterprise JavaBeans (EJB)?
Where is ejb used?
What is the meaning of acid in the connection of transaction management?
What are the components of session beam?
can we stop the execution of a method before completion?
What are the system services of ejb container?
What do you mean by timer service and where it is used?
How ejb invocation happens?
what is the Relationship between EJB and CORBA architecture?
Explain the concept of ejb ql?
Define Context?
Enlist the CallBack methods of Session Bean?
In what format is the conversational data written to the disk?