Tag: json-lib-ext-spring

ExtJS and Spring MVC Framework: CRUD DataGrid Example

ExtJS and Spring MVC Framework: CRUD DataGrid Example

March 22, 2010 | By | 59 Comments

This tutorial will walk through how to implement a CRUD (Create, Read, Update, Delete) DataGrid using ExtJS and Spring Framework. What do we usually want to do with data? Create (Insert) Read / Retrieve (Select) Update (Update) Delete / Destroy (Delete) Until ExtJS 3.0 we only could READ data using a dataGrid. If you wanted [...]

Continue Reading

Spring MVC and AJAX with JSON

Spring MVC and AJAX with JSON

February 15, 2010 | By | 31 Comments

This tutorial will walk through how to configure Spring MVC to return a JSON object to client browser. One of the main decisions to be taken while developing AJAX applications is the format of messages passed by the server to the client browser. There are many options to choose from including plain text, XML, CSV [...]

Continue Reading