Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Regarding filters and listeners server side equinox with servlet bridge.

Hello,

 

We have a project wherein we embed a servlet container within OSGi and run a web project. Now we need to extend this further and run within an application server. I am planning to use equinox servlet bridge for this. However we have a requirement to have filter and listener within the project. As per the OSGi http specs these are not yet supported.

 

I would like to know if there are any alternatives to achieve this. I am taking a look at https://bugs.eclipse.org/bugs/show_bug.cgi?id=128067 which talks about filter support in OSGi http service however am unsure of how to use it.

 

Also I took a look at the comment from Simon Kaegi for achieving this functionality in the bug above.

 

If you want to look at an approach that works currently to support many of the
Filter and Listener use-cases take a look in the
equinox-incubator/org.eclipse.equinox.http.helper project.”
 
However I am not able to get the org.eclipse.equinox.http.helper project anymore.

 

Could somebody please point to where I can find some more information regarding this.

 

Thanks in advance,

Shashi


Back to the top