What is Entity Bean and Session Bean?
Entity beans are persistant objects which represents the
data stored in database.they are also know as database
interactive beans.we have 2 different types of entity beans.
1.cmp
2.bmp
SESSION BEANS are reusable components and contain the logic
for business process.they are usually associated with one
client.they are also called as client interactive beans.
Is This Answer Correct ? | 3 Yes | 0 No |
How to increase ejb transaction timeout in weblogic?
Can stateful session beans are persistent?
Is method overloading allowed in ejb?
how to deploy enterprise javabeans?
When was ejb developed?
What is @autowired required false?
What is the relationship between an EJB component, EJB container, and an application server?
Using Container managed entity bean, how an entity bean can be created?
How entity beans support container managed persistence?
What are the design principles for ejb?
What is mdb?
Explain the concept of connection pooling feature of ejb container?