Top "Grizzly" questions

The Grizzly NIO and Web framework leverage Java™ NIO API capabilities.

jersey and jax-rs RI2 - missing HttpServerFactory

I have a simple project to test JAX-RS services. Yesterday I downloaded jersey-1.7.1 and used com.sun.jersey.api.container.…

java jersey jax-rs grizzly
Grizzly - java.lang.NoSuchMethodError: javax.xml.ws.WebFault.messageName

I have a wsdl file for the Web service. I want to test the interaction between the client and the …

java web-services soap grizzly
Grizzly and ServletContainerContext

I'm trying to get hold of some injected context (for example Session or HttpServletRequest) in a Servlet I've written, running …

java servlets jersey grizzly
SSL with Grizzly and Jersey

I'm trying to get grizzly to use SSL encryption and still work fine with Jersey. I've looked all over the …

java rest ssl jersey grizzly
Node.js vs Java for Comet application

We look to build a high-performance, scalable Comet server, and thought first about using Java Grizzly with GlassFish. But after …

java node.js comet grizzly
Grizzly and Jersey standalone jar

I am trying to package Grizzly with Jersey as a single jar using Maven shade plugin. But I always get …

java maven jersey grizzly
Hello World with Jersey and Grizzly (from User Guide)

I'm looking at the Jersey User Guide and trying to set up a Hello World example using a Jersey web …

java web-services jersey grizzly
Grizzly Standalone Logging

i have setup a standalone grizzly/jersey server using maven and referencing the following dependencies <dependency> <groupId&…

java eclipse maven logging grizzly
Websocket SSL handshake failure

I have spring-boot Tomcat server for secure websocket connections. The server accepts Android 4.4, iOS, Firefox, and Chrome clients without failure …

ssl websocket android-5.0-lollipop grizzly tyrus
Running code before and after all tests in a surefire execution

I have a Grizzly HttpServer that I want to run for the entire duration of a test group execution. Additionally, …

java junit maven-surefire-plugin grizzly