Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gemini-dev] org.osgi.service.http.HttpService in Gemini-Web

Hi all,

I followed this wiki article [1] and was able to start Gemini
successfully. According to the Gemini project page Gemini project is
an effort support OSGi web applications enterprise spec.

After starting gemini i searched for the registered services to find
out the OSGi service, "org.osgi.service.http.HttpService" - (i could
not find it). Even though there is not relationship between OSGi web
application spec (AFAIK) and OSGi httpService, it is desirable to have
this service exposed via the web-container.

I believe that the Gemini developers have intentionally not supported
this service. If so what is the rationale behind that ? If I have some
bundles that make use "org.osgi.service.http.HttpService" to register
servlets, how should i make use of Gemini ? should i create a new
web-app that makes use of servlet bridge.

[1] http://wiki.eclipse.org/Gemini/Web


Thanks in advance,
--Pradeep


Back to the top