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
Define SessionContext ?
What is the difference between ejb and spring?
Is udp stateless?
What is mdb?
What are the key features of the ejb technology?
what is mean by OLE ? Please answer me. Advance thanks.
How does ejb invocation happens?
What’s new in the ejb 2.0 specification?
What optimization could I use if the ejb container is the only point of write access to the database?
What is passivation and activation in ejb?
What do you mean by ejb ql?
How is consistency maintained by Stateful Session through transaction updates ?
How entity beans support container managed persistence?
Write down the steps for the creation of stateless ejb.
What is meant by ejb?