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 a ejb architecture? and overview of ejb software architecture?
Explain the concept of connection pooling feature of ejb container?
What is the difference between ejb and java beans?
How EJB component can in interact with COM/DCOM components?
Why do we use ejb?
Write the basic requirement of a cmp entity based class in 2.0 from ejb 1.1?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
Is it possible to share an httpsession between a jsp and ejb?
what is the Relationship between EJB and CORBA architecture?
What is ejb and why it is used?
Can you be deported if you are stateless?
Life Cyle methods in Entity Bean with Bean Managed Persistence