MongoDB
 sql >> Database >  >> NoSQL >> MongoDB

spring mvc resto risposta json e xml

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 è:

  1. Includi i JAR JSON Jackson nella tua app
  2. 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