Basic types of Enterprise JavaBeans?

Answers were Sorted based on User's Feedback



Basic types of Enterprise JavaBeans?..

Answer / guest

Entity bean
Session bean
Message driven bean

Is This Answer Correct ?    3 Yes 1 No

Basic types of Enterprise JavaBeans?..

Answer / janet

There are two types of Enterprise beans- session beans and
entity beans representing different types of business logic
abstractions.
session beans represent behaviors associated with client
sessions ,they are generally implemented to perform a
sequence of tasks with in the context of a transaction. A
session bean is a logical extension of the client program
,running process on the clients behalf remotely on the server.
Entity bean represent specific data or collection of data
,such as a row in a relational database.Entity bean methods
provided operations for action on the data represented by
the bean.An entity bean is persistent,it servives as long as
its data remains in the database.

Is This Answer Correct ?    1 Yes 0 No

Basic types of Enterprise JavaBeans?..

Answer / harika

EJB's holds the business logic solely.

There are 2 types of EJB

1--> Session ==>Performs task for the client

2--> Message Driven ==> acts as a listener for a message type ,for example Java Message Service API

Is This Answer Correct ?    0 Yes 0 No

Basic types of Enterprise JavaBeans?..

Answer / harika.thota001@gmail.com

EJB's holds the business logic solely.

There are 2 types of EJB

1--> Session ==>Performs task for the client

2--> Message Driven ==> acts as a listener for a message type ,for example Java Message Service API

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More EJB Interview Questions

What are the attributes of transaction in ejb?

0 Answers  


What is activemq used for?

0 Answers  


What is difference between ejb and spring?

0 Answers  


Why should we use ejb?

0 Answers  


What are the system services of ejb container?

0 Answers  






What are the transaction management benefits of the EJB architecture?

1 Answers  


What is ejb and why it is used?

0 Answers  


Is ejb a framework?

0 Answers  


What happens when I change a value in the httpsession from inside an ejb?

0 Answers  


Enlist the enterprise beans types?

0 Answers  


What are the key features of the ejb technology?

0 Answers  


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.

0 Answers  


Categories