osgi - Using Felix within a Servlet 3.0 server (like Tomcat 7) -


i'm converting application osgi environment. application uses asynchronous servlets (so servlet 3.0.0+) detach incoming requests thread, , queue requests.

as far can see, servlet bridged felix packages use servlet 2.x, can not use servlet 3.0 specific stuff.

is true? there way use asynchronous servlets in felix? if not, planned?

i've tried both felix , equinox.

felix turned out pretty easy, it's matter of injecting servlet 3.0 package framework, on there aren't servlet 2.0 dependencies.

note examples on felix site aren't date.

anyway: i've shared example on github, maybe it's useful somebody:

https://github.com/flyaruu/felix-bridge


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -