Community
Participate
Working Groups
This enhancement keep track of the development of a simple example of the new jetty-api for asynchroneous communications. The jetty test webapp demonstrate a simple chat using jetty continuations and jetty websocket support. In OSGi, we can port those demoes to provide a simple web UI for the equinox console.
Initial commit done. Support for 3 different type of UI: - legacy synchroneous HTML form. - continuations (ajax polling aka comet) - websocket. The bundle is committed here in trunk/jetty-osgi/jetty-osgi-equinoxtools It is specific to equinox. Once the bundle org.eclipse.jetty.osgi.equinoxtools is started, http://localhost:8080/equinoxconsole/ (continuation based) http://localhost:8080/equinoxconsole/ws (websocket based) http://localhost:8080/equinoxconsole/sync (html form)
This has been dropped from the jetty-osgi submodule. Jan