RE: which is better way for web application using RESTlet?

2009-01-04 Thread Gan123
targeting. Thanks in Advance. ~Ganesh -- View this message in context: http://n2.nabble.com/which-is-better-way-for-web-application-using-RESTlet--tp1498498p2096016.html Sent from the Restlet Discuss mailing list archive at Nabble.com. -- http

Re: which is better way for web application using RESTlet?

2008-11-18 Thread Jonathan Hall
@restlet.tigris.org *Objet :* Re: which is better way for web application using RESTlet? I concur, Restlet on OSGi is interesting to play with ... maybe a candidate for a research-oriented project, or something with a very future forward vision. I don't think it's a serious option for production work right

RE: which is better way for web application using RESTlet?

2008-11-18 Thread Jerome Louvel
://www.noelios.com -Message d'origine- De : Jonathan Hall [mailto:[EMAIL PROTECTED] Envoyé : mardi 18 novembre 2008 14:20 À : discuss@restlet.tigris.org Objet : Re: which is better way for web application using RESTlet? Hi Jerome, I think I came across badly. I wasn't referring

RE: which is better way for web application using RESTlet?

2008-11-17 Thread Jerome Louvel
@restlet.tigris.org Objet : Re: which is better way for web application using RESTlet? I concur, Restlet on OSGi is interesting to play with ... maybe a candidate for a research-oriented project, or something with a very future forward vision. I don't think it's a serious option for production work right

which is better way for web application using RESTlet?

2008-11-14 Thread Gan123
the web server, where as the second approach we use restlet webcontainer for our application launch.. am i right? if not clarify me, as tell me which way is suggested and best Thanks in advance -- View this message in context: http://n2.nabble.com/which-is-better-way-for-web-application-using-RESTlet

Re: which is better way for web application using RESTlet?

2008-11-14 Thread Rob Heittman
for our application launch.. am i right? if not clarify me, as tell me which way is suggested and best Thanks in advance -- View this message in context: http://n2.nabble.com/which-is-better-way-for-web-application-using-RESTlet--tp1498498p1498498.html Sent from the Restlet Discuss mailing

Re: which is better way for web application using RESTlet?

2008-11-14 Thread keke
-is-better-way-for-web-application-using-RESTlet--tp1498498p1498498.html Sent from the Restlet Discuss mailing list archive at Nabble.com. -- Cheers, Keke - We paranoid love life

Re: which is better way for web application using RESTlet?

2008-11-14 Thread Thierry Boileau
Hello, Restlet is designed to follow the REST style of architecture. One base concept of REST is the component. A component is somewhere in the Internet and is able to communicate with other components via connectors, that is to say client and server connectors. Transposed to the Restlet, you

Re: which is better way for web application using RESTlet?

2008-11-14 Thread Thierry Boileau
in context: http://n2.nabble.com/which-is-better-way-for-web-application-using-RESTlet--tp1498498p1498498.html Sent from the Restlet Discuss mailing list archive at Nabble.com. -- Cheers, Keke - We paranoid love life

Re: which is better way for web application using RESTlet?

2008-11-14 Thread keke
is suggested and best Thanks in advance -- View this message in context: http://n2.nabble.com/which-is-better-way-for-web-application-using-RESTlet--tp1498498p1498498.html Sent from the Restlet Discuss mailing list archive at Nabble.com. -- Cheers, Keke

Re: which is better way for web application using RESTlet?

2008-11-14 Thread Jonathan Hall
application launch.. am i right? if not clarify me, as tell me which way is suggested and best Thanks in advance -- View this message in context: http://n2.nabble.com/which-is-better-way-for-web-application-using-RESTlet--tp1498498p1498498.html Sent from the Restlet Discuss

Re: which is better way for web application using RESTlet?

2008-11-14 Thread Rob Heittman
I concur, Restlet on OSGi is interesting to play with ... maybe a candidate for a research-oriented project, or something with a very future forward vision. I don't think it's a serious option for production work right now ... I'd stick with either the Servlet or Standalone modes for production