Versions Compared

Key

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

...

This is a minimal implementation of the HTTP Service Specification as described in chapter 102 of the OSGi Compendium. The goal is to provide a basic HTTP Service for resource-constrained devices and other use cases where the standard HTTP Service may be overkill. The bundle requires Java 1.4 or above and implements the Servlet 2.4 API.

...

Targets

The Apache Felix Lightweight HTTP Service project is packaged as a minimal jar that only provides the HTTP server and HTTP Service implementation. The OSGi compendium and Servlet API classes will also need to be available within a framework instancecomes in two targets: core and complete. Core provides the minimal server functionality and requires the HTTP Servlet and OSGi HTTP Service APIs to be provided by other bundles at runtime. The complete bundle packages these as well and has no external dependencies. Currently the complete bundle is about 2x the size of core (55Kb vs 98Kb). If space is a concern and the API packages are already provided by other bundles in your environment, the core target makes the most sense. However for easy installation and maintenance, the complete bundle may be the better choice.

Configuration Properties

...