I'm just now trying to upgrade to 1.3 having used 1.2.4 (and earlier) for
over a year now.

Normally I would have done this, in the WebApplication class:

  @Override
  public ISessionFactory getSessionFactory()
  {
        return new ISessionFactory()
        {
          public Session newSession()
          {
                return new UserSession(NavitopiaApp.this);
          }
        };
  }

...is that concept now entirely gone?  This doesn't appear to be outlined in
the migration guide at all and I have no clue how to implement this, at this
point.

Thanks!


Eelco Hillenius wrote:
> 
>> Thanks..certainly makes sense...just a question on the meta-data facilty
>> though, am just wondering as to how would we be using the same in the
>> context (as you said) where components are not aware of the Session
>> type...if you ilustrate it with an example that would be great, am just
>> trying to understand the context where the components would need a direct
>> interaction with the session..
> 
> Look at WebRequestCycle#newClientInfo and
> WebPage#PageMapChecker#renderHead.
> 
> Eelco
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Wicket---Session-Manamagement-tp13354659p16193777.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to