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 |
What is the difference between stateful and stateless session beans?
What is the purpose of JNDI?
What optimization could I use if the ejb container is the only point of write access to the database?
List down the steps for the demonstration of ejp persistence mechanism.
What does it mean to be stateless?
Can a client interact with an JavaBean directly? Explain?
Enlist the declarative transaction types?
What is ejb and how it works?
how can u integrate ejb and hibernate? How can u call hibernateDAO methods in session bean?
What is the default transaction attribute for an ejb?
Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?
What is the purpose of a transaction monitor?