|
From: Bryant H. <bry...@ho...> - 2007-07-30 16:29:02
|
Hi, I noticed that ACEGI has a filter chain proxy = (http://www.acegisecurity.org/multiproject/acegi-security/apidocs/org/ace= gisecurity/util/FilterToBeanProxy.html), that allows you configure your = filters in Spring. I was wondering if a similar class existed for = Servlets? I wanted to use the principals of Spring lightweight plugins = (http://www.devx.com/Java/Article/31835) to add/remove servlets and = think an approach for servlets similar to the filter chain proxy would = allow this. Thanks, Bryant |