Archive
Archive for the ‘javascript’ Category
Return usable Joda dates in JSON with Jackson
14 January 2013
Leave a comment
Every sane person ditches the Java Date-api and uses Joda. Okay, sometimes you run into trouble. This time when I was using the Spring @ResponseBody to return JSON and my date got returned as a big hairy monster (some Chronology and things which really scared me).
In this short article I’ll explain how to fix it. Since I try to be concise please feel free to ask me to elaborate.
Categories: English, java, javascript, work
