maven and tiger

By default the maven compiler plugin assumes you’re working with 1.3 compatible sources. So tiger (java 1.5) sources will throw an UnsupportedClassVersionError. The solution is to configure the maven-compiler plugin in your...

Spring Interceptors

Interceptors are very useful to intercept changes in your web application. Think of switching language, changing user id, … Before Spring you would probably implement this using a filter. Spring has a...

mighty maven

You read my previous post on SCM? Then we can continue by telling you more about maven. A great page to start is the maven project home page. For the quickies there...

use http gzip compression

Looking for a way to speed up my webapps I found the following article: http://www.onjava.com/pub/a/onjava/2003/11/19/filters.html?page=1 At first I got some nullpointer exceptions using the CacheFilter. Had to change the following line of...

notes java agents

resources: start here: http://www-128.ibm.com/developerworks/lotus/library/ls-Java_access_pt1/index.html debugginghttp://www-128.ibm.com/developerworks/lotus/library/notes-eclipse/http://www.domiclipse.com/frunobulax/domiclipse.nsf/pages/tut-debug-config-notes