Top "Grizzly" questions

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

Can not deserialize instance of java.lang.String out of START_OBJECT token

I'm running into an issue where my deployable jar hits an exception that doesn't happen when I run this locally …

java deployment atmosphere grizzly
How to find out incoming RESTful request's IP using JAX-RS on Heroku?

I'm writing a Java RESTful service hosted on Heroku based on an example -> https://api.heroku.com/myapps/…

rest heroku jersey jax-rs grizzly
How to enable CDI inject in web service (jaxrs/jersey) on java se running grizzly?

How do I allow CDI injection of resources into restful web service resources? I am running on standard java using …

java jersey jax-rs cdi grizzly
How to get instance of javax.ws.rs.core.UriInfo

Is there any implementation of javax.ws.rs.core.UriInfo which I can use to create an instance quickly for …

java unit-testing jax-rs jersey-2.0 grizzly
Set Query Parameters on a Jersey Test Call

I have a Jersey based Java servlet: @Path("foo") class Foo { @GET @Path("bar") public Response bar(@QueryParam("key") String …

java jersey jersey-2.0 grizzly
GRIZZLY0023 Glassfish warning

I have deployed 2 web application in java on GlassFish server. I am using Glassfish Server 3.1.2.2. They both have java servlet …

java http glassfish warnings grizzly
jersey 2.2: ContainerResponseFilter and ContainerRequestFilter never get executed

Following the getting started guide on the Jersey website: I executed the following build command: $ mvn archetype:generate -DarchetypeArtifactId=jersey-quickstart-grizzly2 \ …

java rest jersey grizzly
Which NIO library (Netty, Grizzly, kryonet, ...) for simple backend server implementation in Java?

Our frontend is simple Jetty (might be replaced with Tomcat later on) server. Through servlets, we are providing a public …

java rmi netty grizzly kryonet
Basic HTTP authentication with Jersey / Grizzly

I've written a simple REST server using JAX-RS, Jersey and Grizzly. This is how I start the server: URI baseUri = …

java jersey jax-rs http-authentication grizzly
java.lang.NoSuchMethodError: org.glassfish.jersey.server.ApplicationHandler.<init>

I've been trying to debug this issue for a bit now, and searching SO and other websites I haven't been …

java jersey grizzly