On Feb 17, 2009, at 1:00 PM, Igor Minar wrote:
>
> On Feb 17, 2009, at 12:46 PM, Jeanfrancois Arcand wrote:
>>
>>> import com.sun.enterprise.web.connector.grizzly.Constants;
>>> import
>>> com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask;
>>> import com.sun.enterprise.web.connector.grizzly.LinkedListPipeline;
>>> import com.sun.enterprise.web.connector.grizzly.Pipeline;
>>> import com.sun.enterprise.web.connector.grizzly.Task;
>>> import com.sun.enterprise.web.connector.grizzly.TaskBase;
>>
>> All under com.sun.grizzly.http, with the exception of Pipeline/
>> LinkedListPipeline which has been replaced with ExecutorServices.
>> Is it a big problem?
>
> I'll look tonight. Maybe I could create an adapter or something.
So I had a look at this last night, and I should be able to get it to
work even without Pipeline.
I started working on an inverse grizzly-compat module, which would
allow me to develop against 1.9.x api, but make it run with the
compatibility layer on top of 1.0.x as well.
I'll keep you posted.
/i