Re: Re: Guard question

2007-09-17 Thread Jeff Walter
You got it Rob. Thanks for your responses. I'll go the authenticate/authorize route. Jeff On 9/16/07, Mitch Stewart [EMAIL PROTECTED] wrote: Your URL looks similar to some work that I have done, and I've gone down the path that Rob has mentioned. I have an extended Guard which overrides

RE: Adapting Restlet to GWT Hosted Mode

2007-09-17 Thread Jerome Louvel
Thanks Rob for the contribution. I've referenced your solution in the Support Google Web Toolkit RFE: http://restlet.tigris.org/issues/show_bug.cgi?id=127 Best regards, Jerome -Message d'origine- De : Rob Heittman [mailto:[EMAIL PROTECTED] Envoyé : mardi 4 septembre 2007 21:48 À

Re: Reusable representations

2007-09-17 Thread Rob Heittman
Very cool, Jerome, I'd almost forgotten about this one. That was how I originally hoped you could make it work. - Original Message - From: Jerome Louvel [EMAIL PROTECTED] To: discuss@restlet.tigris.org Sent: Monday, September 17, 2007 4:16:50 PM (GMT-0500) America/New_York Subject:

RE: Reusable representations

2007-09-17 Thread Jerome Louvel
Hi all, The Message's toString(), getEntityAsDom(), getEntityAsSax() and getEntityAsForm() are provided for a limited set of core Representations. Basically those available in the org.restlet.resource package, not requiring any extension JAR beside the JDK. I agree that it is convenient to be