<?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: How to convince the SmartGWT ListGrid to automatically fetch from the server only the data it displays</title>
	<atom:link href="http://www.zagura.ro/index.php/2009/06/16/how-to-convince-the-smartgwt-listgrid-to-automatically-fetch-from-the-server-only-the-data-it-displays/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zagura.ro/index.php/2009/06/16/how-to-convince-the-smartgwt-listgrid-to-automatically-fetch-from-the-server-only-the-data-it-displays/</link>
	<description>Zagura's blog</description>
	<lastBuildDate>Mon, 17 Oct 2011 21:52:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Benjamin Lvovsky</title>
		<link>http://www.zagura.ro/index.php/2009/06/16/how-to-convince-the-smartgwt-listgrid-to-automatically-fetch-from-the-server-only-the-data-it-displays/#comment-9270</link>
		<dc:creator>Benjamin Lvovsky</dc:creator>
		<pubDate>Wed, 17 Jun 2009 01:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.zagura.ro/index.php/2009/06/16/how-to-convince-the-smartgwt-listgrid-to-automatically-fetch-from-the-server-only-the-data-it-displays/#comment-9270</guid>
		<description>Good stuff, thank you! That&#039;s what I was looking for.

I think if someone (maybe me?) would provide a good sample for full data integration, not just fetch, and maybe to use it with Spring that would cover most important data integration business cases.</description>
		<content:encoded><![CDATA[<p>Good stuff, thank you! That&#8217;s what I was looking for.</p>
<p>I think if someone (maybe me?) would provide a good sample for full data integration, not just fetch, and maybe to use it with Spring that would cover most important data integration business cases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Kendrick</title>
		<link>http://www.zagura.ro/index.php/2009/06/16/how-to-convince-the-smartgwt-listgrid-to-automatically-fetch-from-the-server-only-the-data-it-displays/#comment-9266</link>
		<dc:creator>Charles Kendrick</dc:creator>
		<pubDate>Tue, 16 Jun 2009 23:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.zagura.ro/index.php/2009/06/16/how-to-convince-the-smartgwt-listgrid-to-automatically-fetch-from-the-server-only-the-data-it-displays/#comment-9266</guid>
		<description>Hi Zagura,

Actually none of that transformRequest/Response implementation is necessary, just use RestDataSource:

    http://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/data/RestDataSource.html

It gives you a JSON format that your server should return that supports not only data paging, but also sort direction, filter criteria, the other 3 operation types (updates, removes and adds) along with validation error handling, unrecoverable error handling, all without writing any client-side code.

The commercial versions go a step further where there&#039;s no need write any code at all to get immediate an immediate full-CRUD connection to a SQL Database or Hibernate bean.

    http://www.smartclient.com/smartgwtee/showcase/</description>
		<content:encoded><![CDATA[<p>Hi Zagura,</p>
<p>Actually none of that transformRequest/Response implementation is necessary, just use RestDataSource:</p>
<p>    <a href="http://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/data/RestDataSource.html" rel="nofollow">http://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/data/RestDataSource.html</a></p>
<p>It gives you a JSON format that your server should return that supports not only data paging, but also sort direction, filter criteria, the other 3 operation types (updates, removes and adds) along with validation error handling, unrecoverable error handling, all without writing any client-side code.</p>
<p>The commercial versions go a step further where there&#8217;s no need write any code at all to get immediate an immediate full-CRUD connection to a SQL Database or Hibernate bean.</p>
<p>    <a href="http://www.smartclient.com/smartgwtee/showcase/" rel="nofollow">http://www.smartclient.com/smartgwtee/showcase/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

