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
