Hi Yuri, I'm not 100% to have understood your point, but let me try an answer.
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 can be shared with other co-hosted apps. Best regards, Jerome > -----Message d'origine----- > De : news [mailto:[EMAIL PROTECTED] De la part de Yuri de Wit > Envoyé : vendredi 4 mai 2007 04:59 > À : [email protected] > Objet : Re: Example of a Restlet Application/Servlet using > both Client and Server > > Jerome Louvel <contact <at> 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 wondering > if this War client > shouldnt be handled in the same way that any other client is > handled by war > deployment: i.e. transparently from the core restlet framework. > > regards, > > -- yuri

