Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is an implementation of the Http Service Specification as described in chapter 102 of the OSGi Compendium. The goal is to provide a standard and simplified way to register servlets and resources in a Servlet container, and to associate them with URIs. It also implement a non-standard extension for registering servlet filters as well as a whiteboard implementation. Some Complete set of features:

  • Standard Http Service implementation.
  • Extended Http Service implementation that allows for servlet filter registration.
  • Run either with Jetty or inside your own application server using the servlet bridge.
  • A whiteboard implementation for easy registration of servlets and filters.
  • One complete bundle that includes everything to simplify deployment.

...