Submitted Questions

  • 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?

    leodonz

    • Apr 4th, 2007

    Session Bean :- Used to encapsulate the business dataEntity bean :- Represents the shared business dataMessage driven Bean:- Used for Asynchronus Communication

    N.N.Ramesh

    • Apr 25th, 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 i...