Look at WicketSessionFilter for an idea on how to do that.

Eelco


On 6/14/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> yes, the session of each webapplication/servlet/whatever is stored under a
> separate key in httpsession, so you should be able to retrieve it.
>
>
> -Igor
>
>
> On 6/14/06, Bruno Borges <[EMAIL PROTECTED]> wrote:
> >
> > Matej, I believe we all know that is not possible to share one session
> between two different Web Applications.
> >
> > But the question is: can a Wicket Session be shared between two or more
> Wicket Applications in the _same_ Web Application?
> >
> > ps- maybe WebApplication class should be renamed to WicketApplication? :)
> >
> >
> >
> > On 6/14/06, Matej Knopp <[EMAIL PROTECTED] > wrote:
> > > That are not two web application. Just two different wicket applications
> > > (wicket servlet) in the same webapplication (context).
> > >
> > > There is no way of sharing session between two web applications.
> > >
> > > -Matej
> > >
> > > Vincent Jenks wrote:
> > > > I was wondering this myself actually....how can a session be shared
> > > > between two apps?
> > > >
> > > > On 6/14/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> > > >> take a look at wicket-examples - every example is its own wicket
> > > >> application/servlet and it works like a charm.
> > > >>
> > > >> integration i dont know about, depends on what you mean by
> integration :)
> > > >>
> > > >> -Igor
> > > >>
> > > >>
> > > >>  On 6/14/06, Bruno Borges < [EMAIL PROTECTED]> wrote:
> > > >>> What could be the issues if two or more Wicket applications are
> deployed
> > > >> in the same Web Application?
> > > >>> (two wicket servlets in web.xml; /app1, /app2)
> > > >>>
> > > >>> How easy is to integrate them?
> > > >>>
> > > >>> How should we modularize our applications so a huge project can have
> > > >> modules with teams working independently but not totally isolated?
> > > >>> Thanks
> > > >>>
> > > >>>
> > > >>> --
> > > >>> Bruno Borges
> > > >>> Summa Technologies Inc.
> > > >>> www.summa-tech.com
> > > >>> (11) 8565-7739 - (11) 3846-1622
> > > >>>
> > > >>>
> > > >>> _______________________________________________
> > > >>> Wicket-user mailing list
> > > >>> [email protected]
> > > >>>
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > >>>
> > > >>>
> > > >>>
> > > >>
> > > >>
> > > >>
> > > >> _______________________________________________
> > > >> Wicket-user mailing list
> > > >> [email protected]
> > > >>
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > >>
> > > >>
> > > >>
> > > >
> > > >
> > > > _______________________________________________
> > > > Wicket-user mailing list
> > > > [email protected]
> > > >
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > >
> > >
> > >
> > >
> > > _______________________________________________
> > > Wicket-user mailing list
> > > [email protected]
> > >
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> >
> >
> >
> >
> > --
> >
> > Bruno Borges
> > Summa Technologies Inc.
> > www.summa-tech.com
> > (11) 8565-7739 - (11) 3846-1622
> >
> >
> > _______________________________________________
> > Wicket-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
> >
>
>
>
>
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>


_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to