weblogic « Filter « JSP-Servlet Q&A





1. Servlet Filters and Threading?    stackoverflow.com

I am building a webservice on Weblogic 10.3.3 and I am using a servlet filter to log the request to a database. I do not want the filter to slow down ...

2. how to implement a singleton - in weblogic    stackoverflow.com

I tried implementing a singleton class method , which is invoked by a filter class. The filter class and the rest of the classes , are added to WLS as a shared ...