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 BDK?
Should services be stateless?
Can the primary key in the entity bean be a Java primitive type such as int?
How can I access ejb from asp?
What is the use of @ejb annotation?
What is singleton session bean?
What is Session Bean Interface?
What are the various types of entrepreneur java bean?
Is ejb be called from another ejb? If yes then how?
What is the difference between Session bean and Entity bean?one?
Explain the architectural relationship between EJB & XML?
How do you implement the Local Interfaces ?