Jerome Louvel <contact <at> 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 can be shared with other
> co-hosted apps.

Hi Jerome, 

Its not that important, just an fyi.

My only point was that the WAR client exists specifically for WAR deployments
but the code that deals with it exists in the core framework which is used by
both WAR and standalone deployments.

I was just wondering if the WAR client shouldnt be added to the Component by the
ServerServlet (WAR deployment only) instead of an "if" statement in the
ApplicationDispatcher. To my knowledge the WAR Client is a client like any other
and should be dispatched in the same way (or am I missing something?).

thanks,

-- yuri

Reply via email to