Hi, my application has many Web bundles, currently I am deploying with pax web WAR Extender. Every web bundle needs javascript GZIP Filter and auth Filter etc... so is there any way to add common filters for all web bundles without specifying in web.xml ? (kind of AOP) currently I am planning to do with white board pattern, to do this I need to add Filter programmatically. I did this with Web Application Bundles (If bundle is web bundle then add filter service using service listener ), any idea how to do this for wars? or any other suggestions ?
-- Thanks Dattu
_______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
