0

How can I use the enhanced dojox grid in Spring MVC application?

The org.springframework.js.resources jar file seems to have this dojo package. Can some one suggest links for this implementation?

Florent
  • 12,310
  • 10
  • 49
  • 58
Praveen
  • 41
  • 1
  • 6
  • Maybe using the [following stackoverflow](http://stackoverflow.com/questions/8448855/making-dojo-grid-sort-with-spring-and-json) thread or these [one](http://stackoverflow.com/questions/11606200/spring-mvc3-with-dojogrid-and-xhrget). The Dojo Docs about REST services is translated inside the Spring world with @ResponseBody annotation just before your controller method and @RequestMapping(method=RequestMethod.GET, produces=application/json) – BendaThierry.com Sep 07 '12 at 15:06
  • The [Dojo Docs about REST Services](http://livedocs.dojotoolkit.org/dojox/data/JsonRestStore#implementing-a-rest-server) and the Spring Reference for RequestMapping with 3.1.2.RELEASE version, which provide the "produces=application/json" attribute. – BendaThierry.com Sep 07 '12 at 15:12

0 Answers0