Android 3.0 (honeycomb) preview

Here are a couple of screenshots of the Android 3.0 SDK preview made on my laptop running Windows 7 and the Android SDK. Android 3.0 is the long awaited Android version targetted at Tablets. Can’t wait to see the first Tablets coming out with Android 3.0 like the Motorola Xoom or the Toshiba Tablet. Booting [...]

[Read the complete article...]

Wicket 1.4.15 and Spring 3.0.5 with Maven

In this article I’ll describe how to get started with Spring 3.0.5 and the latest apache-wicket version with Maven. Easiest way is to generate your project skeleton using Maven using with the Wicket archetype. See this page how to generate the project using a maven archetype: http://wicket.apache.org/start/quickstart.html. Or just run the command below: Add wicket-spring [...]

[Read the complete article...]

Maven 3 support for Hudson

Finally a Hudson version that supports Maven 3! Olivier Lamy has put out a version on his site as a Christmas present: Hudson War 1.389 Version 1.389 was release on 24th of december and is still a snapshot version. I tried version 1.389 with Maven 3.0.1 and seems to be working fine. Now I can [...]

[Read the complete article...]

Apache mod_proxy abuse

This week I learned the hard way that you have to watch out with apache mod_proxy, especially when you are using the option ProxyRequests On and ProxyPass, my Apache server was being abused as a proxy! What happened? Last week I noticed that my Apache access.log was growing rapidly, 400MB each day?! Looking at the [...]

[Read the complete article...]

Atlassian Crowd 2.1.0 – JDK 1.5 incompatibility

Yesterday we tried to update our Atlassian Crowd server to 2.1.0. Crowd is a SSO and identity management solution from Atlassian. Updating Crowd normally is a breeze, but not this time. At my current client we run Crowd on JBoss 4.2.0.GA with a Sun JDK 1.5.0_22. We did a compatibility check if Crowd 2.1.0 is [...]

[Read the complete article...]