<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TechiePark &#187; servet</title>
	<atom:link href="http://www.techiepark.com/tag/servet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techiepark.com</link>
	<description>everything about web technologies</description>
	<lastBuildDate>Thu, 02 Feb 2012 06:00:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Pagination in JSP/Java</title>
		<link>http://www.techiepark.com/tutorials/pagination-in-jspjava/</link>
		<comments>http://www.techiepark.com/tutorials/pagination-in-jspjava/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 23:28:00 +0000</pubDate>
		<dc:creator>TechiePark</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[pagination]]></category>
		<category><![CDATA[servet]]></category>

		<guid isPermaLink="false">http://laxmangunjikar.wordpress.com/2007/12/13/pagination-in-jspjava/</guid>
		<description><![CDATA[Here i&#8217;m going to write, how to do pagination in Java. The situation is first count how many rows in the database table, then query the database by page size (how many rows you want to display on a web page). In Jsp String pno=request.getParameter(&#34;pno&#34;); // this will be coming from url int pageno=0; if(pno==null) [...]]]></description>
		<wfw:commentRss>http://www.techiepark.com/tutorials/pagination-in-jspjava/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

