Re: Restlet 2.0 & GWT 2.0 Dev Mode

2010-01-01 Thread Rob Heittman
I use Eclipse and OSGi manifests, so the Restlet bundles are open in my IDE and declared as dependencies of my GWT project -- I need org.restlet and org.restlet.ext.servlet. But however you get the jars onto the classpath will be fine -- I'll document a few other choices when I write this up offic

Re: Restlet 2.0 & GWT 2.0 Dev Mode

2010-01-01 Thread Bryan Hunt
Rob, How are you registering the ServerServlet with the embedded Jetty that GWT is launching? Bryan On Jan 1, 2010, at 9:18 AM, Rob Heittman wrote: > We should write some now that GWT 2.0 is not a moving target any more. When > working with Jetty and Dev Mode under 2.0 trunk, I have always j

Re: Restlet 2.0 & GWT 2.0 Dev Mode

2010-01-01 Thread Tim Peierls
That answers the question I was trying to formulate, Rob. Yes, please do write it up. The current Restlet-GWT sample projectis already set up for Restlet 2.0 and GWT 2.0 -- I had no t

Re: Restlet 2.0 & GWT 2.0 Dev Mode

2010-01-01 Thread Rob Heittman
We should write some now that GWT 2.0 is not a moving target any more. When working with Jetty and Dev Mode under 2.0 trunk, I have always just used the ServerServlet to attach Restlet to a path. I do not believe it is really possible any more to attach Restlet to the root of the container (/), a

Restlet 2.0 & GWT 2.0 Dev Mode

2010-01-01 Thread Bryan Hunt
I'm starting to look at using Restlet 2.0 with GWT 2.0. The docs for setting up a project: http://wiki.restlet.org/docs_2.0/13-restlet/275-restlet/144-restlet/186-restlet.html talk about setting up the old GWT Hosted Mode. The new Dev Mode seems to be using Jetty instead of Tomcat, and there

RE: Restlet GWT RPC 2.0

2010-01-01 Thread Kevin Daly
Here is the shell.output file for the project running in gwt hosted mode. It seems to be failing at the eval statement. Is this a bug, I would be happy to help fix it if it is. I just need some direction. shell.output Description: Binary data

How to REST in SpringFramework

2010-01-01 Thread gozfidan
Hi, I am new to REST and trying to integrate with my Spring application. I have done some searching bu got stuck. I have changed the web.xml and add RestletServlet-servlet.xml but not sure how to implement Resource? web.xml RestletServlet org.restlet.ext.spring.RestletFra

RE: Restlet GWT RPC 2.0

2010-01-01 Thread Jerome Louvel
Hi Kevin, Happy new year! Quick reply: 1) I suggest that you have a look at this blog post: http://blog.noelios.com/2009/12/17/restlet-a-restful-middleware-for-gwt-gae- and-android/ 2) Have a look at this tutorial: http://wiki.restlet.org/docs_2.0/13-restlet/181-restlet/303-restlet.html 2) Ple