JAXB Custom Binding for Joda-Time
I’m extensively using Joda-Time for handling time in my Java development, client or server side. Joda-Time is the codebase of the coming RI implementation of JSR-310 that will hopefully ship in Java 7.
I often need to work with dates in web services implementations, here is the JAXB custom binding lines I use to un/marshall JodaTime types to standard xs:date and xs:dateTime XML Schema types.
Note : I’m using the RI implementation of JAXB spec bundled in Metro.
(more…)
1 comment