What is the difference between session entity and message driven beans ?

What is the difference between session entity and message driven beans ? why beans concept is required?

Questions by baddamramesh10@yahoo.co.in

Showing Answers 1 - 2 of 2 Answers

N.N.Ramesh

  • Apr 24th, 2006
 

The difference between Session entity and message driven bean is, the session entity can not stores the information when the system is switched off. while the message driven bean can stores the information even when the system is switched off. In message driven bean the whole message is transferred at a time. 

  Was this answer useful?  Yes

leodonz

  • Apr 4th, 2007
 

Session Bean :- Used to encapsulate the business data
Entity bean :- Represents the shared business data
Message driven Bean:- Used for Asynchronus Communication

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions