Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 499 Bytes

README.markdown

File metadata and controls

10 lines (7 loc) · 499 Bytes

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.