Hi Zsolt, Restlet/GWT should definitely work with GAE. From a GAE point of view, everything will look like compiled Javascript files served statically by your Restlet/GAE application.
On the server-side, you can definitely use Restlet instead of GWT-RPC. The GwtShellServletWrapper is even included in the "org.restlet.gae.jar" file. http://www.restlet.org/documentation/snapshot/gae/org/restlet/util/GwtShellS ervletWrapper.html Let us know if you encounter any difficulty. 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 : Zsolt Kovacs [mailto:[email protected]] Envoyé : jeudi 16 avril 2009 13:11 À : [email protected] Objet : RE: Re: Google AppEngine and Restlet Hi Jerome, In the ligth of this, willl the Restlet GWT extension work on GAE? I am learning GEA and GWT and before I start to investigate, I would appreciate your feedback. Regard, Zsolt > Hi Remi, > > As long as the extension only relies on GAE's white listed JRE > classes, it will work without any modification (example: the > FreeMarker extension). Your dream can come true already :-) > > In the recent version of "org.restlet.gae.jar", the packages are the > same as in "org.restlet.jar" so it should be easy to leverage Restlet > extensions that are compatible with GAE. > > As a result, it should be possible to deploy existing Restlet > applications in GAE without any modification, as long as their are > compatible with GAE's environment of course. > > Best regards, > Jerome Louvel > -- > Restlet ~ Founder and Lead developer ~ <http://www.restlet.org/> > http://www.restlet.org Noelios Technologies ~ Co-founder ~ > <http://www.noelios.com/> http://www.noelios.com > > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=17453 49 ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1746449

