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 [...]
Categories: Java/J2EE
Tagged: J2EE, JMX, Notificaitons, spring
- Published:
- January 16, 2010 – 1:29 PM
- Author:
- By erez
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.
Categories: Java/J2EE
Tagged: oxm, spring, spring-ws, xstream
- Published:
- December 30, 2009 – 7:22 AM
- Author:
- By erez
XStream and spring-ws using java 1.5 generics.
Categories: Java/J2EE
Tagged: generics, oxm, spring, spring-ws, xstream
- Published:
- December 26, 2009 – 2:54 AM
- Author:
- By erez