Answer Posted / niranjanravi
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 |
Post New Answer View All Answers
List some key actors in persistence api.
Name the acid properties of a transaction.
How ejb invocation happens?
TX operation funtion executed by?
How does ejb invocation happens?
Why is ftp stateful?
What does @inject mean in java?
What is session bean?
Define ejb Create() and EjbPostCreate()?
Can an ejb send asynchronous notifications to its clients?
what is the Relationship between EJB and CORBA architecture?
What are the design principles for ejb?
What is @autowired required false?
Why is ejb needed?
What is an entity and its types?