-
Core Java
Make your JAXB cleaner with the MOXy implementation
The principle advantage of using JAXB when marshalling and demarshalling XML is the programming model. Simply annotate a few POJOs…
Read More » -
Enterprise Java
Java EE 6 vs. Spring Framework: A technology decision making process
In the last few month we’ve went through this decision making process: which technology stack to choose for enterprise development…
Read More » -
Enterprise Java
EJB Lookup in a Vaadin Application
It has been a long time since the last Service Locator I have implemented. I thought it wouldn’t be necessary…
Read More » -
Enterprise Java
Domain modeling with Spring Data Neo4j
Hi all, Willie here. Last time I told you that I’m building the Skybase CMDB using Neo4j and Spring Data…
Read More » -
Desktop Java
Integrating JavaFX 2.0 with Swing and SWT
One of the improvements in JavaFX with JavaFX 2.0 has been greater ease of interoperability with Swing and SWT. Several…
Read More » -
Core Java
Using a memory mapped file for a huge matrix
Overview Matrices can be really large, sometimes larger than you can hold in one array. You can extend the maximum…
Read More » -
Scala
First steps into Scala
For over a full year now, I’ve been looking into Scala. I have heard many people talk about it passionately…
Read More » -
Software Development
Technology Related Classic Mistakes
In my last blog I looked at Product Related Classic Mistakes from Rapid Development: Taming Wild Software Schedules by Steve…
Read More » -
Software Development
Personal gains from contributing to Open Source
Many may find it difficult to understand why certain people spend a lot of their spare time producing stuff without…
Read More »