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
What are the benefits of ejb?
Is functional programming stateless?
What are ejbs used for?
What are the advantages of java beam?
What is Enterprise JavaBeans Query Language (EJB QL)?
What does @singleton annotation do?
What optimization could I use if the ejb container is the only point of write access to the database?
What is bean in ejb?
Differentiate “find a method” from “select method” in EJB ?
Match the ejb functions given below with the functionality equivalent in sql?
What is ejb in java?
Is it possible to have threading in ejb?
What are the key features of the ejb technology?
What are transaction isolation levels in ejb?
Which is more beneficial: Stateful or Stateless Bean?