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 client?
Is it possible to have threading in ejb?
What is ejb role in j2ee?
Write down the steps for the creation of stateless ejb.
What is ejb in spring?
What is ejb javatpoint?
Define ejb Create() and EjbPostCreate()?
What is pub/sub model?
How to import ejb project in eclipse?
Enlist the CallBack methods of Entity Bean.
What changes have been made in ejb 2.0 specifications?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
Enlist the contents of Container.
How many enterprise beans?
Can remove() be a Stateless Session bean?