restlet as a jax-rs implementation

2009-04-15 Thread Philippe Marschall
Hi I have an existing jax-rs application and would like to use restlet as an implementation. My web.xml currently looks like this: RestletServlet com.noelios.restlet.ext.servlet.ServerServlet org.restlet.attribute.application com.acme.MyApplication Restle

Re: restlet as a jax-rs implementation

2009-04-21 Thread Philippe Marschall
Stephan Koops wrote: > Hi Philippe, > > is "prefix" also the @Path on your root resource class? No. > Than you have to use only "/*" as url-pattern. I can't do that. I can't control how my code is assembled into a web application. And even if I could if it worked only one way that would give i

Re: GSON

2009-05-19 Thread Philippe Marschall
Zsolt Kovacs wrote: > Hi, > > Stephan's answer reminded me that I have stumbled into GSON some time > ago. GSON was created to support specially java object serialisation and > deserialisation using JSON format. I was thinking to use it for my > GAE-Restlet-GWT application, but before I do that

Re: Possible GAE Client issue.

2009-06-25 Thread Philippe Marschall
Matt wrote: > Hi there, > > I'm getting the following error whenever I attempt to use the client class > from within the GAE. > > Client client = new Client(Protocol.HTTP); > Response response = client.get("http://www.google.com";); > > Internal Connector Error (1002) - access denied (java.net.S