-
Software Development
Some Of My Mostly Used Development Mantras (1/2)
Statement: I assume it works this way! Mantra: assumption is the mother of all fuckups Let’s start with this short…
Read More » -
Enterprise Java
Building a SOAP Webservices Proxy Module using Spring Webservices
Some time ago I wanted to see how easy it is to write a web services proxy (wsproxy) using Spring…
Read More » -
Enterprise Java
WS-Security: using BinarySecurityToken for authentication
As we all know, one goal set by WS-Security is to enforce integrity and/or confidentially on SOAP messages. In case…
Read More » -
Core Java
Splitting Large XML Files in Java
Last week I was asked to write something in Java that is able to split a single 30GB XML file…
Read More » -
Enterprise Java
JMS and Spring: Small Things Sometimes Matter
JmsTemplate and DefaultMessageListenerContainer are Spring helpers for accessing JMS compatible MOM. Their main goal is to form a layer above…
Read More » -
Enterprise Java
Bulk fetching with Hibernate
If you need to process large database result sets from Java you can opt for JDBC to give you the…
Read More » -
Enterprise Java
Migrating from Hibernate 3 to 4 with Spring integration
This week it was time to upgrade our code base to the latest Hibernate 4.x. We postponed our migration (still…
Read More » -
Desktop Java
JavaFX 2 with Spring
I’m going to start this one with a bold statement: I always liked Java Swing, or applets for that matter.…
Read More »