cometd-jetty
Submitted by gregwilkins on Thu, 06/05/2008 - 02:34.
The Jetty Webserver provides the java cometd servlet. There are currently two implementations:
- Jetty 6.1x
- Provides the semi-portable ContinuationCometdServlet, which implements the cometd-java API using Jetty's Continuation mechanism to achieve scalability. The servlet will run on any servlet container, but the scalability features will only work on Jetty.
- Jetty 7
- Provides the portable SuspendingCometdServlet, written against the proposed servlet-3.0 suspendable requests API. Currently this api is only available via the jetty-7 prerelease. But eventually it will be available in all servlet-3.0 and this servlet will move to be part of cometd-java.
»
- Printer-friendly version
- Login or register to post comments