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 » -
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 » -
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 » -
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 » -
What I Learnt about JavaFX Today
In case you haven’t heard, JavaFX 2 is the new Desktop / web / client framework for Java. It’s had…
Read More » -
ZK Web Framework Thoughts
I’ve been asked several times to present some of my opinions about ZK. So, based of my experience of 4…
Read More » -
Configure Java EE applications or “Putting Bien into practice”
A lot has been talked about application configuration in the past. I don’t know who kicked off the debate but…
Read More » -
Red Hat Openshift: Getting started – Java EE6 in the Cloud
For a while now I’m looking into ‘the cloud’. Looking into its features, what it can do, why we should…
Read More » -
JAXB, SAX, DOM Performance
This post investigates the performance of unmarshalling an XML document to Java objects using a number of different approaches. The…
Read More »