dev@glassfish.java.net

Re: [v3 action] pom.xml and osgi.bundle review reqeust

From: Sahoo <Sahoo_at_Sun.COM>
Date: Mon, 06 Jul 2009 22:40:46 +0530

Tim Quinn wrote:
> Sahoo wrote:
>> In general, there should not be a direct dependency on kernel. Can
>> you explain why you want such a dependency?
> Yes.
>
> To support Java Web Start for app clients the AppClientDeployer
> injects GrizzlyService so it can register and unregister GrizzlyAdapters.
>
> That's how I understood this is done. Is there an alternative?
>
So, you want a RequestDispatcher to be injected or you need
GrizzlyService specifically? If former is the case, then dependency on
glassfish-api should be enough.

Sahoo