Exforsys
+ Reply to Thread
Results 1 to 2 of 2

can anyone explain what are Entity,Session and

This is a discussion on can anyone explain what are Entity,Session and within the Java forums, part of the Programming Talk category; can anyone explain what are Entity,Session and...

  1. #1
    qute_boy_2004 is offline Junior Member Array
    Join Date
    Mar 2007
    Answers
    1

    can anyone explain what are Entity,Session and

    can anyone explain what are Entity,Session and


  2. #2
    java_programmer is offline Junior Member Array
    Join Date
    Mar 2007
    Answers
    1
    Entity is used for storage access... Statefull / Stateless Sessions contain / execute a activity or business process..MDBs handle inbound messages... Example: JMS message is sent from a Web Server application requesting account details for a user from the backend host, a MDB is triggered on the inbound traffic, MDB calls up the Session EJB Customer account details service, Session calls a collection of security / role access, web services, jdbc and / or entity beans to grab the data, MDB mediates the reply and responds to the reply queue.In my souces I've included a link to a book on this subject.

    www.redbooks.ibm.com


Latest Article

Network Security Risk Assessment and Measurement

Read More...