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

a reusable sap pool

Through SAP JCO we can gather SAP information within Java. I’ll explain the basics here while I’m revealing a library piece by piece. SAP Connection First we need to connect to SAP....

jakarta commons

The jakarta commons project is a great example of reusability. It’s a collection of utilities that can be used independently. The only problem is a lack of documentation. There are some books...

my java resources

The following is a list of my freguently used java resources, I might keep this up to date. java.net javaworld javaboutique java.sun.com developer.com/java onjava.com http://planetjdk.org/ http://www.ibm.com/developerworks/java If anyone has more resources please...