RE: Adapting Restlet to GWT Hosted Mode

2007-09-17 Thread Jerome Louvel
: discuss@restlet.tigris.org Objet : Re: Adapting Restlet to GWT Hosted Mode Thanks, Tom, I started with that, but there were resourceRef problems in my application when mounting the ServerServlet anywhere other than root under GWT. Operations like getBaseRef() and did not return

Re: Adapting Restlet to GWT Hosted Mode

2007-09-04 Thread Tom McGee
I just used this web.xml: ?xml version=1.0 encoding=UTF-8? web-app context-param param-nameorg.restlet.application/param-name param-valueplay.json.TestApplication/param-value /context-param listener

Re: Adapting Restlet to GWT Hosted Mode

2007-09-04 Thread Rob Heittman
if I can quantify any problems. It might be specific to our GWT version. - Rob - Original Message - From: Tom McGee [EMAIL PROTECTED] To: discuss@restlet.tigris.org Sent: Tuesday, September 4, 2007 1:20:38 PM (GMT-0500) America/New_York Subject: Re: Adapting Restlet to GWT Hosted

Adapting Restlet to GWT Hosted Mode

2007-09-03 Thread Rob Heittman
Just thought I would post this to the list because I hadn't seen it documented anywhere else. In Hosted Mode, the configuration of Google Web Toolkit is optimized to facilitate use and testing of its own RPC mechanism. We have GWT applications, but do not use GWT-RPC, since we have flexible