Hello, I'm having trouble with the serialization-gae-gwt.zip 2.0 first steps project. I can run it in Eclipse (GWT 2.0.4, GAE 1.4.0 plugins) and it works great but when I deploy it to GAE at, http://my-application-id.appspot.com/, I get a 404 error (Oops! This link appears to be broken. - in Chrome)
If I go to http://my-application-id.appspot.com/contacts/123 I get the JSON response, {"age":40,"firstName":"Scott","homeAddress":{"country":"USA","city":"Mountain View","line1":"10 bd Google","line2":null,"zipCode":"20010"},"lastName":"Tiger"}, so the server side seems to be running. If I go to, http://my-application-id.appspot.com/Org_restlet_example_gae_serialization.html, I get a popup error reading: 'GWT module 'org_restlet_example_gae_serialization' may need to be (re)compiled.' and the page displays just the html without injecting anything. There are no errors in the GEA logs. What am I doing wrong? How can I get the client side up? a. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2691737

