Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orbit-dev] servlet API bundle which provides osgi portable java contract

Hello All,

The upcoming OSGi Http Whiteboard spec is based on Servlet 3.1. The spec defines the use of a portable java contract [1] JavaServlet:
Provide-Capability: osgi.contract; osgi.contract=JavaServlet; version:Version=3.1;
 uses:="javax.servlet,javax.servlet.annotation,javax.servlet.descriptor,javax.servlet.http"
How would I got about getting that in the bundle metadata of the Servlet 3.1 API bundle?

[1] http://www.osgi.org/Specifications/ReferenceContract

--
Raymond Augé (@rotty3000)
Senior Software Architect Liferay, Inc. (@Liferay)
Board Member & EEG Co-Chair, OSGi Alliance (@OSGiAlliance)

Back to the top