Since I’ve got a HTC Hero Android device I started looking at developing for the android platform. It’s all java based and it’s all integrated in eclipse so it shouldn’t be that...
I’m not that into smartphones. I once had a Nokia E51 which I liked because of the small form factor. Later on I switched towards a lighter Nokia 5310 ExpressMusic. Until today…...
I skipped 2008 so I can’t compare with that. This year was a lot about annotations and how they make xml files redundant. In JSF 2.0 for instance the faces-config.xml is optional....
In JSF managed beans you can add messages to the context for use in views. For instance when an error occurs you can add a message to be displayed to the user....
outputText is rendering dates wrong! I created a simple testcase with some dates. The 2 lines per date should print exactly the same date because only difference is that that I’m using...
When nesting the richfaces calendar tag in a paragraph tag ( ) it doesn’t work anymore. For example this code: #{bundle.availabilityDate} <rich:calendar id="validUntilDate" required="true" value="#{glossaryVersionController.glossaryVersion.availabilityDate}" /> resulted in the popup not showing...
When you get a Heap Space error when building with maven you can increase this heap space by setting MAVEN_OPTS. On windows this is done by creating a mavenrc_pre.bat file in your...
In a previous post I got into the PermGen OutOfMemoryError, what it causes and how to fix it. The reason I got into this material is that I’m running into it myself...
Workaround I get this PermGen space OutOfMemoryException sometimes when I do a lot of deployments on the Sun Java System Application Server 9.1_02 (build b04-fcs). The first hit when googling this error...
I have several code samples on this blog and I needed a way to display these with some kind of code highlighting. First queries returned me some blogs that only formatted the...