Answer Posted / rajendra
EJB or Enterprise Java Beans is a component architecture for
the development and deployment of object-oriented,
distributed, enterprise-level applications. Applications
written using the Enterprise JavaBeans architecture are
scalable, transactional, and multi-user and secure. The
enterprise bean is a component that implements a business
task or business entity and is of two types- entity bean or
a session bean.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is ejb javatpoint?
What is an entity and its types?
What is an ejb context?
Is it possible to have threading in ejb?
What do you mean by timer service and where it is used?
What is an ejb platform?
Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?
What do you understand by annotation in ejb to do the database entity relationships/mappings with examples?
How entity beans support container managed persistence?
What is EJB server provider?
Is having static initializer blocks legal in ejb?
Define ACID Properties?
TX operation funtion executed by?
What is the use of @ejb annotation?
How is consistency maintained by Stateful Session through transaction updates ?