Hi,
I have a system with lots of bad JSPs rife with procedural code. I'd like to advise some of the methods in these JSPs. Was wondering if anyone had attempted this with Spring AOP.
I've done it before with AspectJ by precompiling the JSPs, painful and container specific but it worked.
Thanks


Reply With Quote