[Lift] Re: Lift & (AsyncWeb || ...)

2009-07-25 Thread Timothy Perrett
Hey Marius, I read your email with interest - myself and viktor were only today discussing all the various technologies such as this which are now flooding the wider JEE eco-system and how lift can interoperate with them (or if indeed we need to / should) I think perhaps there is something wider

[Lift] Re: Lift & (AsyncWeb || ...)

2009-07-25 Thread marius d.
On Jul 25, 9:25 pm, Timothy Perrett wrote: > Hey Marius, > > I read your email with interest - myself and viktor were only today > discussing all the various technologies such as this which are now flooding > the wider JEE eco-system and how lift can interoperate with them (or if > indeed we ne

[Lift] Re: Lift & (AsyncWeb || ...)

2009-07-26 Thread marius d.
Looks like AsyncWeb model is pretty straight forward for sending down async responses. It doesn't have suspend/resume but we can create a Response object out of the request and from any thread call commitResponse. With this model Comet should work correctly just fine. Looks like currently AsyncWeb

[Lift] Re: Lift & (AsyncWeb || ...)

2009-07-27 Thread marius d.
I created wip-marius-http-abstractions branch and commits will follow soon. I started the approach of decoupling Lift from HttpServletXXX references and work with our traits HttpRequest, HttpResponse, HttpServiceProvider etc. When Lift runs in a JEE web container the implementation of HttpServiceP

[Lift] Re: Lift & (AsyncWeb || ...)

2009-07-29 Thread David Pollak
Sounds like a worthy goal. Please test it a lot against real world code so we can tell all the things that break. On Mon, Jul 27, 2009 at 12:32 AM, marius d. wrote: > > I created wip-marius-http-abstractions branch and commits will follow > soon. I started the approach of decoupling Lift from H