/extjs-spring-sample

Sample application wiring ExtJS with Spring MVC 3.0

Primary LanguageJava

ExtJS - Spring Sample

This application demonstrates wiring ExtJS in to the Spring 3 Framework using Spring MVC with JSON serialization and deserialization of objects.

The ContactController is a fully-RESTful Spring MVC controller which is wired in to a Ext.data.JsonStore with writers configured to send updates to the store as JSON data.

See my blog for more details.