Questions tagged [grizzly]

The Grizzly NIO and Web framework leverage Java™ NIO API capabilities. Grizzly's helps developers to build scalable and robust servers using NIO and we are also offering extended framework components: Web Framework (HTTP/S), Bayeux Protocol, Servlet, HttpService OSGi and Comet.

The Grizzly NIO and Web framework leverage Java™ NIO API capabilities. Grizzly's helps developers to build scalable and robust servers using NIO and is also offering extended framework components: Web Framework (HTTP/S), Bayeux Protocol, Servlet, HttpService OSGi and Comet.

Resources:

482 questions
-1
votes
2 answers

What is the best approach to build a Java standalone app that functions like a UNIX process?

I need to build a Java app to run like a daemon on UNIX (FreeBSD). The app would need to start up just like any UNIX process. After starting, it sits there and wait for commands from the master host/server. Commands are fed to this app via RESTful…
ikevin8me
  • 4,253
  • 5
  • 44
  • 84
-2
votes
1 answer

How include css in html with jersey / grizzly

This is what my project look like : src/main/java -- main.java src/main/resources -- webapp -- -- css -- -- js -- -- images -- -- pages -- -- -- home.html Actually my maven project works with jersey and grizzly. I can call my services (Rest) and…
Skulker
  • 87
  • 3
  • 9
1 2 3
32
33