Tag Archives: oxm

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.