Re: accessing cayenne sessions

From: Andrus Adamchik (andru..bjectstyle.org)
Date: Wed Apr 05 2006 - 04:00:14 EDT

  • Next message: Andrus Adamchik: "Re: accessing cayenne sessions"

    On Apr 5, 2006, at 2:36 AM, Cypher her wrote:

    > public class MyBasePage extends BasePage
    > {
    >
    > public DataContext getDataContext()
    > {
    > return DataContext.getThreadDataContext();
    > }
    > }
    >
    > and all of my pages should subclass MyBasePage. And I am assuming
    > Tapestry and the servlet container will take care of making sure
    > the Session is consistent throughout the workflow i.e. each user
    > gets a unique DataContext and they maintain the same DataContext
    > from page to page until the session times out..

    Yep, HttpSession is a servlet container feature. It just works.

    Andrus



    This archive was generated by hypermail 2.0.0 : Wed Apr 05 2006 - 04:00:46 EDT