Posts Tagged ‘json-lib-ext-spring’

ExtJS and Spring MVC Framework: CRUD DataGrid Example

ExtJS and Spring MVC Framework: CRUD DataGrid Example

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 … AKPC_IDS += "329,";

Spring MVC and AJAX with JSON

Spring MVC and AJAX with JSON

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… AKPC_IDS += "237,";