ontology

I’m getting into new material right now. The OWL specification based on RDF and XML should give an idea about what I’m working with these days. And a wiki on Ontology in...

autocasting can be confusing

since java 1.5 there is a very easy autocasting for primitive datatypes to handle them as an object using the wrapper class. An example:List aList = new ArrayList();aList.add(1);aList.add(new Integer(2)); Now what when...

html, css, js resources

A list of great css only designs, all based on the same content:http://www.csszengarden.com A list of css resources:http://www.dezwozhere.com/links.html A graphical index of css layouts to forget all about tables and start using...

hudson

One of the new tools I discovered is Hudson. This is a building system that can build your projects (ant/maven/…) from svn. More information here: https://hudson.dev.java.net/