<< 31 March 2005 | Home | 02 April 2005 >>

Aspect to trace method calls in Java using AspectJ

I have never used aspects but some day it might come i handy --> Tracing an application using AspectJ

Tags :

Using in JSTL under JBoss

I kept getting "No suitable driver found" errors when trying to use the <sql:query /> tag from Tomcat 5 under JBoss 4.x (the issue would be the same in the JBoss 3.2.x codestream). I was able to do the JNDI lookup for the datasource using a scriptlet but not using the tag.

Read more...

Tags :