Whoa... quando lavori con Spring, supponi che qualcun altro si sia imbattuto nello stesso problema. Puoi scaricare tutta la generazione JSON lato server, perché tutto ciò che devi fare è:
- Includi i JAR JSON Jackson nella tua app
- Imposta il
RequestMapping
tipo restituito a@ResponseBody(yourObjectType)
Spring convertirà automaticamente il tuo oggetto in JSON. Veramente. Funziona come per magia.
Documento per @ResponseBody
: http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/mvc.html#mvc-ann-responsebody