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) Please use a recent 2.0 snapshot to make the tutorial work:
http://www.restlet.org/downloads/unstable

Best regards,
Jerome Louvel
--
Restlet ~ Founder and Lead developer ~ http://www.restlet.org
Noelios Technologies ~ Co-founder ~ http://www.noelios.com



-----Message d'origine-----
De : Kevin Daly [mailto:[email protected]] 
Envoyé : jeudi 31 décembre 2009 17:35
À : [email protected]
Objet : RE: Restlet GWT RPC 2.0

To give some more insight on the problem. When I run the code in the
debugger the code fails on line 229 of ClientAdapter.java. 

This line.

userCallback.handle(request, response);

I've looked at it in the debugger and there's no method to handle in the
Proxy Class that I provided, the debugger also show that the class generated
inherits from ClientResource, but I cannot find an implementation of
handle(request, response) in ClientResource or UniformResource (parent
class). 

This seems to be where the problem is occurring. Is this a bug, or am I
doing something wrong?

By the way, Restlet looks excellent and I am looking forward to using it in
2010. Happy New year to the Restlet Team.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=24339
98

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2434068

Reply via email to