I'm a restlet newbie starting with: http://wiki.restlet.org/docs_2.0/13-restlet/21-restlet/318-restlet/303-restlet.html
I downloaded & imported into eclipse. When I run the app, eclipse complains with: Unable to load server class 'org.restlet.example.gae.serialization.Serialization' One can fix this by editing the project's run properties' arguments thusly: -server com.google.appengine.tools.development.gwt.AppEngineLauncher restlet-gae-2.0.1 lib: 18 jars org.codehaus.jackson_1.4: 2 jars The project is using 8 jar files. 7 of them are in restlet-gae-2.0.1/lib* but the 8th (org.restlet.gwt-2.0snapshot.jar) is not. Where does this file come from? Are there instructions on which jars are needed for different features? Thx for creating this tool! ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2660445

