Archive for January 24th, 2006

Easy AOP deployments with AspectJ

Tuesday, January 24th, 2006

Just the other day, I had to deploy some AspectJ code to an app server. I was prepared to go through the usual hoops to get the aspects to deploy properly. Like AspectWerkz and JBoss AOP, you would normally have to put the runtime libraries in the system class path, set some kind of property [...]