Re: Apache Commons Weaver

2016-10-14 Thread Dave Newton
Does Weaver explicitly mean you don't need to use the others? I'm wondering about the meaning of this line: > A: Rather than being an alternative to these technologies, Commons Weaver can be thought of as providing a structured environment in which these technologies can be put to use. I.e., the b

Apache Commons Weaver

2016-10-14 Thread Lukasz Lenart
Hi, What do think about using Apache Weaver instead of ASM, Javassist (this requires changes in OGNL) and CGLIB (do we use it at all???)? https://commons.apache.org/proper/commons-weaver/ In most cases Struts just scans classes to find annotations, this should allow reducing dependencies Regar