Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Continuations in Jetty 7?

How are continuations supposed to be used in Jetty 7?  When I try to use them, I get !(Jetty || Servlet 3.0 || ContinuationFilter).  I have the ContinuationFilter on, but it seems to have initParameters for jetty6, partial, and faux continuations.  But I also look at ContinuationSupport and it seems to have references to org.mortbay.util.ajax.Continuation which is supposed to be renamed under the move to the org.eclipse package space.  Can anyone give me an example of how to set it up?  I can't seem to find much on the wiki in relation to doing it under Jetty 7. 

Back to the top