<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Spring MVC and AJAX with JSON</title>
	<atom:link href="http://loianegroner.com/2010/02/spring-mvc-and-ajax-with-json/feed/" rel="self" type="application/rss+xml" />
	<link>http://loianegroner.com/2010/02/spring-mvc-and-ajax-with-json/</link>
	<description>My development notes</description>
	<lastBuildDate>Fri, 03 Sep 2010 11:55:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ona</title>
		<link>http://loianegroner.com/2010/02/spring-mvc-and-ajax-with-json/comment-page-1/#comment-293</link>
		<dc:creator>Ona</dc:creator>
		<pubDate>Thu, 26 Aug 2010 21:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=237#comment-293</guid>
		<description>Excellent. I was looking for something to simple to get started. Do you have the complete project for distribution? Thanks.</description>
		<content:encoded><![CDATA[<p>Excellent. I was looking for something to simple to get started. Do you have the complete project for distribution? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammed Shariq</title>
		<link>http://loianegroner.com/2010/02/spring-mvc-and-ajax-with-json/comment-page-1/#comment-266</link>
		<dc:creator>Mohammed Shariq</dc:creator>
		<pubDate>Tue, 20 Jul 2010 09:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=237#comment-266</guid>
		<description>Thanks for this post I was able to fix my problem using your post. One question regarding this why cant we directly add the jsonView bean in the main configuration file ?</description>
		<content:encoded><![CDATA[<p>Thanks for this post I was able to fix my problem using your post. One question regarding this why cant we directly add the jsonView bean in the main configuration file ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel Kral</title>
		<link>http://loianegroner.com/2010/02/spring-mvc-and-ajax-with-json/comment-page-1/#comment-215</link>
		<dc:creator>Pavel Kral</dc:creator>
		<pubDate>Thu, 27 May 2010 08:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=237#comment-215</guid>
		<description>There is also GSON library,http://code.google.com/p/google-gson/ which give you more control for (de)serialization of objects (it help to tune json manipulation if you use inheritance etc.) Personally I prefer this library.</description>
		<content:encoded><![CDATA[<p>There is also GSON library,http://code.google.com/p/google-gson/ which give you more control for (de)serialization of objects (it help to tune json manipulation if you use inheritance etc.) Personally I prefer this library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark R</title>
		<link>http://loianegroner.com/2010/02/spring-mvc-and-ajax-with-json/comment-page-1/#comment-203</link>
		<dc:creator>Mark R</dc:creator>
		<pubDate>Wed, 12 May 2010 10:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=237#comment-203</guid>
		<description>Hi,

May I know, what does the 

[modelMap.put(&quot;rows&quot;, service.generateColumns());]

service.generateColumns() looks like?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>May I know, what does the </p>
<p>[modelMap.put("rows", service.generateColumns());]</p>
<p>service.generateColumns() looks like?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Huizar</title>
		<link>http://loianegroner.com/2010/02/spring-mvc-and-ajax-with-json/comment-page-1/#comment-183</link>
		<dc:creator>Jose Huizar</dc:creator>
		<pubDate>Sun, 11 Apr 2010 19:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=237#comment-183</guid>
		<description>Very good article. Thanks for taking the time for doing this.</description>
		<content:encoded><![CDATA[<p>Very good article. Thanks for taking the time for doing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aries satriana</title>
		<link>http://loianegroner.com/2010/02/spring-mvc-and-ajax-with-json/comment-page-1/#comment-130</link>
		<dc:creator>aries satriana</dc:creator>
		<pubDate>Fri, 26 Feb 2010 07:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=237#comment-130</guid>
		<description>prefer use XStream and jettison :).
Anyway good article .

Rgds,
AR</description>
		<content:encoded><![CDATA[<p>prefer use XStream and jettison <img src='http://loianegroner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .<br />
Anyway good article .</p>
<p>Rgds,<br />
AR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thai Dang Vu</title>
		<link>http://loianegroner.com/2010/02/spring-mvc-and-ajax-with-json/comment-page-1/#comment-117</link>
		<dc:creator>Thai Dang Vu</dc:creator>
		<pubDate>Wed, 17 Feb 2010 15:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=237#comment-117</guid>
		<description>I never use json-lib so I cannot tell about it. But I used flexjson and jackson.

flexjson: AFAIK, flexjson is only a one-way java object to json string transformation. If you use flexjson, your json string will also contain information that you rarely need (e.g. you json string will contain the class name of your java object).

jackson: 2-way java object  json string. So you can send a javascript object to the server and have the information in that javascript object populated to the java object. And your json string doesn&#039;t have the class name inside :) How to create a json string from the browser? Just use JSON.stringify(a_js_object). Jackson is used in Spring 3.0. So I pick jackson over json-lib (I think Spring chose the best json library for them).</description>
		<content:encoded><![CDATA[<p>I never use json-lib so I cannot tell about it. But I used flexjson and jackson.</p>
<p>flexjson: AFAIK, flexjson is only a one-way java object to json string transformation. If you use flexjson, your json string will also contain information that you rarely need (e.g. you json string will contain the class name of your java object).</p>
<p>jackson: 2-way java object  json string. So you can send a javascript object to the server and have the information in that javascript object populated to the java object. And your json string doesn&#8217;t have the class name inside <img src='http://loianegroner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  How to create a json string from the browser? Just use JSON.stringify(a_js_object). Jackson is used in Spring 3.0. So I pick jackson over json-lib (I think Spring chose the best json library for them).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
