puniverse / comsat

Fibers and actors for web development
docs.paralleluniverse.co/comsat
Other
598 stars 103 forks source link

comsat-jersey-grizzly #88

Open icode opened 7 years ago

icode commented 7 years ago

has grizzly server for jersey?

circlespainter commented 7 years ago

I read Jersey can run on Grizzly but I don't think Grizzly offers a servlets container personality and comsat-jersey-server builds upon comsat-servlet, so I think at present you can't have a fiber-based JAX-RS server on top of Grizzly.

A Grizzly-Quasar integration should be possible to write as well as a Grizzly-Jersey-Quasar one on top but I have no idea of the effort and of the demand; if it's important to you just try and tell how it goes, then some help could arrive from us and other interested people in the community.

Another option could be using Glassfish which has a Grizzly container and being a compliant servlets implementation it could (should?) work with comsat-jersey-server but it's untested.

icode commented 7 years ago

@circlespainter no, grizzly + jersey not use servlet, is a lightweight service. like netty

icode commented 7 years ago

@circlespainter or jersey-server unwith servlet, jersey not must need servlet