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:
Comments
Post a Comment