1. Jersey filters in non-servlet container stackoverflow.comI am running Jersey in a non-servlet container (Netty). For servlet-based containers, I can plug in a request filter using :
|
2. CDI Injection Outside Filters and Servlets in a Servlet 3.0 Container stackoverflow.comI finally decided to have a look at Weld in Tomcat. When I deploy my app I see in the log: "Tomcat 7 detected, CDI injection will be available in Servlets and ... |
3. Filter called sveral times by Tomcat container stackoverflow.comI would like some help in understanding a particular behaviour of java Filters: I wrote a simple Filter which gets all user requests and, if a non-logged user requires a restricted ... |