<?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: Paginated lists made really easy (part 1 of 2 &#8211; front-end)</title>
	<atom:link href="http://www.spartanjava.com/2008/paginated-lists-made-really-easy-part-1-of-2-front-end/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spartanjava.com/2008/paginated-lists-made-really-easy-part-1-of-2-front-end/</link>
	<description>Simple yet powerful Java programming</description>
	<lastBuildDate>Tue, 09 Mar 2010 10:38:04 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ricardoz</title>
		<link>http://www.spartanjava.com/2008/paginated-lists-made-really-easy-part-1-of-2-front-end/comment-page-1/#comment-641</link>
		<dc:creator>ricardoz</dc:creator>
		<pubDate>Wed, 25 Mar 2009 14:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.spartanjava.com/?p=12#comment-641</guid>
		<description>@sunil: you probably don&#039;t have an element with &quot;carList-items&quot; as ID. Review your HTML.</description>
		<content:encoded><![CDATA[<p>@sunil: you probably don&#8217;t have an element with &#8220;carList-items&#8221; as ID. Review your HTML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunil</title>
		<link>http://www.spartanjava.com/2008/paginated-lists-made-really-easy-part-1-of-2-front-end/comment-page-1/#comment-637</link>
		<dc:creator>Sunil</dc:creator>
		<pubDate>Wed, 25 Mar 2009 06:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.spartanjava.com/?p=12#comment-637</guid>
		<description>I have configured the Pagination in my application but 
$(&quot;#carList-items&quot;).html(listHTML); statement is not exexute alert will be dispaly &#039;null&#039;, please suggest the solution.

Thanks &amp; Reagards
-Sunil Patil</description>
		<content:encoded><![CDATA[<p>I have configured the Pagination in my application but<br />
$(&#8221;#carList-items&#8221;).html(listHTML); statement is not exexute alert will be dispaly &#8216;null&#8217;, please suggest the solution.</p>
<p>Thanks &amp; Reagards<br />
-Sunil Patil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ricardoz</title>
		<link>http://www.spartanjava.com/2008/paginated-lists-made-really-easy-part-1-of-2-front-end/comment-page-1/#comment-46</link>
		<dc:creator>ricardoz</dc:creator>
		<pubDate>Fri, 10 Oct 2008 11:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.spartanjava.com/?p=12#comment-46</guid>
		<description>@ak: I&#039;ll post part 2 in a few days, it&#039;s been sitting on my desktop waiting for a final touch for more than a few weeks now :P

Regarding caching on the server side, it will always depend on the type of back-end you have. If you delegate paging and sorting to the storage component (ie. database) caching might be actually obtrusive. If on the other hand you manage paging and sorting via Java it&#039;s a very good idea to cache all and ask the database for it just once.</description>
		<content:encoded><![CDATA[<p>@ak: I&#8217;ll post part 2 in a few days, it&#8217;s been sitting on my desktop waiting for a final touch for more than a few weeks now :P</p>
<p>Regarding caching on the server side, it will always depend on the type of back-end you have. If you delegate paging and sorting to the storage component (ie. database) caching might be actually obtrusive. If on the other hand you manage paging and sorting via Java it&#8217;s a very good idea to cache all and ask the database for it just once.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ak</title>
		<link>http://www.spartanjava.com/2008/paginated-lists-made-really-easy-part-1-of-2-front-end/comment-page-1/#comment-39</link>
		<dc:creator>ak</dc:creator>
		<pubDate>Mon, 06 Oct 2008 10:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.spartanjava.com/?p=12#comment-39</guid>
		<description>Good stuff - stumbled on it as I was looking for something almost exactly like this.

Shouldn&#039;t the solution implement caching ont the server to reduce access time for display-only lists - specially with dynamic sorting feature to be provided?

Waiting for part # 2 - is it out yet ?!</description>
		<content:encoded><![CDATA[<p>Good stuff &#8211; stumbled on it as I was looking for something almost exactly like this.</p>
<p>Shouldn&#8217;t the solution implement caching ont the server to reduce access time for display-only lists &#8211; specially with dynamic sorting feature to be provided?</p>
<p>Waiting for part # 2 &#8211; is it out yet ?!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
