Thanks Duong :)

Here is our official announce:
http://blog.noelios.com/2009/04/11/restlet-in-the-cloud-with-google-app-engi
ne/

BTW, I have plan to enhance this support, for example to support more of the
features of GAE like caching (via JCache API/Memcache). Ideas and
contributions welcome!

Enjoy!
Jerome

-----Message d'origine-----
De : Duong BaTien [mailto:duong.bat...@gmail.com] 
Envoyé : samedi 11 avril 2009 15:33
À : discuss@restlet.tigris.org
Objet : RE: Google AppEngine and Restlet

Wow. Restlet server side may be ready for full action. Thanks for your and
the community efforts.

BaTien
DBGROUPS and BudhNet


On Sat, 2009-04-11 at 14:12 +0200, Jerome Louvel wrote:
> Hi Jonathan,
> 
> Thanks for the pointer. I've just replied there to indicated that 
> Restlet is now supported on GAE!
> 
> See usage instructions here:
> http://wiki.restlet.org/docs_1.2/13-restlet/252-restlet.html
> 
> 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 : Jonathan Hall [mailto:jonrh...@gmail.com] Envoyé : vendredi 10 
> avril 2009 22:08 À : discuss@restlet.tigris.org Objet : Re: Google 
> AppEngine and Restlet
> 
> This came up today on the GAE list, you may want to chime in when the 
> adapation is done so people get the latest information:
> 
> http://groups.google.com/group/google-appengine-java/browse_thread/thr
> ead/f6 01350cd8f4d385/c8dc407d77e5562d?lnk=gst&q=rest#c8dc407d77e5562d
> 
> ...
> 
> You can also run Restlets on GAE with a little workaround:
> 
> Replace initialization of ServletLogger instance with java.util.Logger
> 
> in these 2 source files:
>    - com.noelios.restlet.ext.servlet.ServletContextAdapter
>    - com.noelios.restlet.ext.servlet.ServletConverter
> 
> Now add the Restlet servlet to your deployment descriptor and you 
> should be good to go.
>  <!-- Restlet adapter -->
>   <servlet>
>     <servlet-name>RestletServlet</servlet-name>
>     <servlet-class>com.noelios.restlet.ext.servlet.ServerServlet</
> servlet-class>
>   </servlet>
> 
>   <servlet-mapping>
>     <servlet-name>RestletServlet</servlet-name>
>     <url-pattern>/store/feeds/*</url-pattern>
>   </servlet-mapping>:
> 
> -Anirudh
> 
> 
> 
> Jerome Louvel wrote:
> > Hi all,
> >
> > When using third-party libraries with GAE SDK, you have to be 
> > careful because those libraries are not verified against the 
> > available Java classes (white list). Therefore, it will work locally 
> > but break at
> deployment time!
> >
> > Hint: an adaptation of Restlet for GAE is underway. Stay tuned ;)
> >  
> > 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 : Lars Heuer [mailto:he...@semagia.com] Envoyé : vendredi 10 
> > avril
> > 2009 12:32 À : discuss@restlet.tigris.org Objet : Re: Google 
> > AppEngine and Restlet
> >
> > [...]
> >   
> >> Just out of curiosity: Has someone tried Google AppEngine [1] 
> >> together with Restlet (Servlet connector)?
> >>     
> >
> > I ran a few toy applications against the Google AppEngine SDK and 
> > discovered no problems so far.
> >
> > Best regards,
> > Lars
> > --
> > http://www.semagia.com
> >
> > ------------------------------------------------------
> > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessage
> > Id
> > =16283
> > 83
> >
> > ------------------------------------------------------
> > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessage
> > Id
> > =1630425
> >
> >
> 
> ------------------------------------------------------
> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId
> =16353
> 37
> 
> ------------------------------------------------------
> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId
> =1648036

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

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

Reply via email to