RE: Example of a Restlet Application/Servlet using both Client and Server

2007-05-05 Thread Jerome Louvel
e : news [mailto:[EMAIL PROTECTED] De la part de Yuri de Wit > Envoyé : samedi 5 mai 2007 00:26 > À : discuss@restlet.tigris.org > Objet : Re: Example of a Restlet Application/Servlet using > both Client and Server > > Jerome Louvel noelios.com> writes: > > The WAR client is

Re: Example of a Restlet Application/Servlet using both Client and Server

2007-05-04 Thread Yuri de Wit
Jerome Louvel noelios.com> writes: > The WAR client is special in the sense that is allows access to data > 'relative' to the current application using it (via a dispatcher). > Therefore, it needs to know where the WAR file is located or where it was > unpacked. This is specific for each app and c

RE: Example of a Restlet Application/Servlet using both Client and Server

2007-05-04 Thread Jerome Louvel
s.org > Objet : Re: Example of a Restlet Application/Servlet using > both Client and Server > > Jerome Louvel noelios.com> writes: > > "Automatically create required client connectors" > > http://restlet.tigris.org/issues/show_bug.cgi?id=293 > > thanks

Re: Example of a Restlet Application/Servlet using both Client and Server

2007-05-03 Thread Yuri de Wit
Jerome Louvel noelios.com> writes: > "Automatically create required client connectors" > http://restlet.tigris.org/issues/show_bug.cgi?id=293 thanks, Jerome. One fyi, I came accross line 67 of ApplicationDispatcher and noticed that it has knowledge of a War Client (getWarClient()). I was wonderi

RE: Example of a Restlet Application/Servlet using both Client and Server

2007-05-03 Thread Jerome Louvel
; À : discuss@restlet.tigris.org > Objet : RE: Example of a Restlet Application/Servlet using > both Client and Server > > > Hi Yuri, > > > Looking at Peter's code I had a question about the best way > > to use a client > > connector from within a

RE: Example of a Restlet Application/Servlet using both Client and Server

2007-05-03 Thread Jerome Louvel
Hi Yuri, > Looking at Peter's code I had a question about the best way > to use a client > connector from within a Restlet application. Peter's code is > instantiating a new HTTP client connector and using. All applications hosted within a given component should share the same server and clie

Re: Example of a Restlet Application/Servlet using both Client and Server

2007-05-03 Thread Yuri de Wit
> > -Message d'origine- > > De : news [mailto:news sea.gmane.org] De la part de Peter Murray > > Envoyé : mardi 24 avril 2007 22:09 > > À : discuss restlet.tigris.org > > Objet : Example of a Restlet Application/Servlet using both > > Client and

RE: Example of a Restlet Application/Servlet using both Client and Server

2007-04-24 Thread Jerome Louvel
;origine- > De : news [mailto:[EMAIL PROTECTED] De la part de Peter Murray > Envoyé : mardi 24 avril 2007 22:09 > À : discuss@restlet.tigris.org > Objet : Example of a Restlet Application/Servlet using both > Client and Server > > Thanks, Jerome, for your recent replies on quest

Example of a Restlet Application/Servlet using both Client and Server

2007-04-24 Thread Peter Murray
Thanks, Jerome, for your recent replies on questions about the 1.0.0 release, and for your efforts on Restlet in general. It is truly a useful piece of work. I'd like to share an Restlet-based application that others may find useful as a template or example. It is called "BaseDisseminator" and i