| Starting with May 25, 2009 Pax Web Extender has been merged into Pax Web. The following information is only valid for versions before and including 0.5.1. |
|
Unknown macro: {ops4j-roundrect}
Pax Web Extender Whiteboard is an extender bundle that ease the pain of registering servlets, resources, filters and listeners and keeping track of Http Service availability. Keeping track of Http Service availabilityThere are many situations that you have to handle as a bundle developer to keep track of http service availability:
Pax Web Extender handles all of this cases for you. You just have to have a servlet How does it work:
What Extender will do:
How does it help on servlet registrationUsually you will have to register servlets by getting an http service and registering each servlet you have with the http service. This is all you have to do to register a servlet. As you can see there is no necessity to lookup a http service or to track it's availability. Nice to know: your bundle will not have to import/depend on Http Service packages.
How does it help on resource registrationUsually you will have to register resources by getting an http service and registering each resource dir you have with the http service. Don't forget to import org.ops4j.pax.web.extender.whiteboard package. This is all you have to do to register resources. As you can see there is no necesity to lookup a http service or to track it's availablity. The resources are served upon exact match, so listing directories in this fashion is not supported right now. Note: your bundle must import org.ops4j.pax.web.extender.whiteboard package. How does it help on filter registrationFilters can be registered against URL Patterns and/or against Servlets (identified using their names).
How does it help on listener registration
Web elementsBy web elements we mean any of http context, servlet, resources, filter, listener. Other resources
Issue trackerIssues, bugs, and feature requests can be submitted to the issue tracking system. Unknown macro: {ops4j-roundrect}
System requirements
Manual installation
[Pax Runner] installationSource codehttps://scm.ops4j.org/repos/ops4j/projects/pax/web-extender/whiteboard ( or browse via FishEye ) |
Unknown macro: {ops4j-roundrect}
Pax Web Extender 0.4.0 has been released.
Checkout release notes for details.
Labels: pax-web-extender-war, news, web, pax-web-extender-whiteboard, release, pax-web-extender, pax, extender
Pax Web Extender 0.2.0 has been released. Checkout the change log page for details. For users of version 0.1.0, please pay attention to the fact that package names, symbolic name, maven groupId/artifactId has been changed in order to accommodate future additions. Sorry for inconvenience. First version (0.1.0) of Pax Web Extender has been released. Highlights: Pax Web Extender
Pax Web Extender is a set of utilities related to web development under OSGi.
|

