what is ejb
Answers were Sorted based on User's Feedback
EJB is a distributed component which is used to develop the
business applications.It is a technology that is based on
J2EE platform.
EJB is a java object that is implemented to the EJB
specifications.EJB has some special features of addressing
the problems like deployability on various standardised
servers,transactions,persistence etc.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / dhawal
Ejb creates java class that implements object.seralizable
interface using get and set methods we modify the properties
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
What are the callback annotations for the stateless bean?
Can the primary key in the entity bean be a Java primitive type such as int?
What is an entity and its types?
What is the difference between ejb and spring?
What is the difference between session and entity beans? When should I use one or the other?
What are the limitations of using local object?
what are main features in EJB?
What is the meaning of acid in the connection of transaction management?
How can enterprise javabeans be accessed from active server pages?
How is an entity bean created?
What is entity beans in ejb with example?
What are different Methods and Classes written in a Session Bean