<?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 2 of 2 &#8211; back-end)</title>
	<atom:link href="http://www.spartanjava.com/2008/paginated-lists-made-really-easy-part-2-of-2-back-end/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spartanjava.com/2008/paginated-lists-made-really-easy-part-2-of-2-back-end/</link>
	<description>Simple yet powerful Java programming</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: ricardoz</title>
		<link>http://www.spartanjava.com/2008/paginated-lists-made-really-easy-part-2-of-2-back-end/comment-page-1/#comment-3402</link>
		<dc:creator>ricardoz</dc:creator>
		<pubDate>Wed, 21 Apr 2010 13:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.spartanjava.com/?p=23#comment-3402</guid>
		<description>It&#039;s the same idea, you just have to modify the implementation on the data layer a little to use the new iBatis API. Specifically to set the offset and number of rows you have to use the org.apache.ibatis.session.RowBounds class as a parameter for the selectList method.</description>
		<content:encoded><![CDATA[<p>It&#8217;s the same idea, you just have to modify the implementation on the data layer a little to use the new iBatis API. Specifically to set the offset and number of rows you have to use the org.apache.ibatis.session.RowBounds class as a parameter for the selectList method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul_sns</title>
		<link>http://www.spartanjava.com/2008/paginated-lists-made-really-easy-part-2-of-2-back-end/comment-page-1/#comment-3400</link>
		<dc:creator>Paul_sns</dc:creator>
		<pubDate>Wed, 21 Apr 2010 08:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.spartanjava.com/?p=23#comment-3400</guid>
		<description>Would you have an idea on how to do this in iBatis 3? 

Thanks.</description>
		<content:encoded><![CDATA[<p>Would you have an idea on how to do this in iBatis 3? </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

