Mini GlassFish Review
Project GlassFish is Sun’s effort to produce a high quality and open source JEE5 application server. It is not a small task. They have hundreds of people working on this project and it will serve as the foundation of their future commercial product.
Reason for my interest is mostly JEE5; GlassFish is one of the very […]
Getting Started with Maven 2.0
I’ve always tried to avoid using Maven for complex projects because I thought it would make my already complex build process even more ‘interesting’. I was wrong. Big time.
Yesterday and today I’ve setup many little Maven 2.0 projects for simple standalone tests with Spring and standard web applications. It is really nice to be able […]