Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] websocket examples as bundles?

Scott,

We can deploy the websocket jars in osgi, and using the jetty-osgi
integration bundles, we have deployed and tested the standard
test-jetty-webapp websocket-based chat apps (both the javax.websocket
api and the jetty-specific api). I've successfully tested this in
equinox and felix.

For some getting-started info, see the doco page on the jetty-osgi
integration: http://www.eclipse.org/jetty/documentation/current/framework-jetty-osgi.html

I don't think we publish the webapp artifacts for the test webapps on
maven central any more, but you can either a) build it yourself from
the jetty repo (tests/test-webapps/test-jetty-webapp)  or b) I can
send you the bundle jar.

cheers
Jan



On 22 January 2015 at 17:35, Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:
> Hi Jettiers,
>
> ECF is contemplating using jetty 9's websocket impl for enhancement [1] and
> would like to ask:  are there any jetty websocket examples (server and
> client) that are intended to run on OSGi frameworks (i.e. deployable as
> bundles, using HttpService on server-side, etc)?
>
> Thanksinadvance,
>
> Scott
>
> [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=426186
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/jetty-dev



-- 
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
'Expert Jetty/CometD developer,production,operations advice'


Back to the top