Re: question about DWR integration

2006-10-28 Thread Yujun Liang
Mailing List" >To: "Struts Users Mailing List" >Subject: Re: question about DWR integration >Date: Wed, 25 Oct 2006 22:46:43 +1000 > >You can use WebContextFactory > http://getahead.ltd.uk/dwr-demo/javadoc/uk/ltd/getahead/dwr/WebContextFactory.htmlto >get a >

Re: question about DWR integration

2006-10-25 Thread Ilya Liubovich
eply-To: "Struts Users Mailing List" To: "Struts Users Mailing List" Subject: Re: question about DWR integration Date: Wed, 25 Oct 2006 22:46:43 +1000 You can use WebContextFactory http://getahead.ltd.uk/dwr-demo/javadoc/uk/ltd/getahead/dwr/WebContextFactory.htmlto get a WebCon

Re: question about DWR integration

2006-10-25 Thread Frank W. Zammetti
. > Is it possible, without modifying the URL, and the servlet? > > Thanks much, Lig > >>From: "Frank W. Zammetti" <[EMAIL PROTECTED]> >>Reply-To: "Struts Users Mailing List" >>To: Struts Users Mailing List >>Subject: Re: question a

Re: question about DWR integration

2006-10-25 Thread Yujun Liang
o some processing on all of the requests, before control gets to the servlet. Is it possible, without modifying the URL, and the servlet? Thanks much, Lig >From: "Frank W. Zammetti" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" >To: Struts Users Mailing Lis

Re: question about DWR integration

2006-10-25 Thread Ilya Liubovich
ng on all of the requests, before control gets to the servlet. Is it possible, without modifying the URL, and the servlet? Thanks much, Lig From: "Frank W. Zammetti" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: Struts Users Mailing List Subject: Re: quest

Re: question about DWR integration

2006-10-24 Thread Frank W. Zammetti
Hi Lig, I think you would want to do two things... first, abstract out your authorization code from the RP into a filter... you should be able to slap this in front of vanilla Struts and get the same effect (perhaps with a little tweaking, since I'm not familiar with your implementation). Ne