<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: How to convince the SmartGWT ListGrid to automatically fetch from the server only the data it displays</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/</link>
	<description>Zagura's blog</description>
	<pubDate>Fri, 30 Jul 2010 05:38:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.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>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'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>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'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>
