Archive for February, 2010

Book Review: Ext JS 3.0 Cookbook by Jorge Ramon

Book Review: Ext JS 3.0 Cookbook by Jorge Ramon

February 24, 2010 | By | 4 Comments

In an effort to start off my New Year’s resolution of reading more technical books, today I am  going  to publish my first book review of this year. Let’s see how many books I am going to read until December/2010. I am going to start writing a review about the Ext JS 3.0 Cookbook by [...]

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

ExtJS: How to Export DataGrid to Excel

ExtJS: How to Export DataGrid to Excel

February 8, 2010 | By | 47 Comments

This tutorial will walk through how to export data from ExtJS DataGrid directly to Excel. Sometimes the user wants to export the data from the datagrid to an excel file. There is an ExtJS third party plugin that does it for you. There are some “issues” you have to be aware of before you start: [...]

Continue Reading