What is Entity Bean and Session Bean?

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


Please Help Members By Posting Answers For Below Questions

Why do we need ejb in java?

517


How many types of session beans are available in ejb?

520


What is stateless authentication?

521


What is @resource in java?

526


What is stateless programming?

599






What’s the difference between hibernate and ejb 3?

547


What is ejb 3?

529


Is udp stateless?

574


What is a local interface?

548


Differentiate “find a method” from “select method” in EJB ?

530


Define Clone?

595


Can tomcat run ejb?

534


What is ejb container in java?

515


What is Session Bean Interface?

564


can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.

1780