Category Archives: Java/J2EE

Java and J2EE related posts

JMX Notifications with Spring 1

The JMX notification API adds a good management aspect to an application. Bypassing the philosophical question of what is management and how does it differ from the rest of my application code here. Once we’ve decided to add management to our application there is a set of concerns that comes with that decision. Minimal impact [...]

XStream, Spring-WS OXM and Generics – Part 2 0

In a previous post I showed how to combine spring-ws and XStream to produce customizable XML format from a Java object using converters. When performing marshaling/unmarshaling with a large number of domain objects the task of defining aliases, defining attributes vs. elements can be cumbersome and difficult to manage.

XStream, Spring-WS OXM and Generics 2

XStream and spring-ws using java 1.5 generics.