Earthly Powers
- All
- Fast Infoset
- General
- Java
- REST
A Grizzly Jersey
No not some blog to get the hackles raised on the anti-fur league...
With much help from the very responsive JFA we have upgraded the Grizzly support in Jersey to the latest jars, and we will be moving to version 1.7 as soon as it is released. As part of this upgrade unit tests have been added to ensure quality support.
Now it is really easy to create a Grizzly Jersey Adapter, deploy root resources to it, create a SelectorThread and then start the endpoint:
SelectorThread s = GrizzlyServerFactory.
create("http://locahost:9090");
That is it!
Posted at 10:54AM Dec 05, 2007 by Paul Sandoz in REST | Comments[0]