<?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>blog &#187; parameter</title>
	<atom:link href="http://blog.pariyani.com/archives/tag/parameter/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.pariyani.com</link>
	<description>Pariyani&#039;s Blog</description>
	<lastBuildDate>Tue, 01 Nov 2016 09:39:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JSF application with SEO friendly links</title>
		<link>http://blog.pariyani.com/archives/27</link>
		<comments>http://blog.pariyani.com/archives/27#comments</comments>
		<pubDate>Mon, 17 May 2010 11:39:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[parameter]]></category>
		<category><![CDATA[SEO friendly links]]></category>
		<category><![CDATA[simplified navigation]]></category>
		<category><![CDATA[urlrewrite]]></category>

		<guid isPermaLink="false">http://blog.pariyani.com/?p=27</guid>
		<description><![CDATA[Having SEO friendly or bookmark links with your JSF application. To have a look at the converted links have a look at my application which is running on jsf <a href="http://www.usedgaadi.in/cars/">www.usedgaadi.in</a>]]></description>
			<content:encoded><![CDATA[<p>Nowadays having SEO friedly links is very important if you want to list higher on the search engines. And with JSF this can be a big pain in the a**. There is an extension available called prettyfaces. For my applicaiton i thought of first using prettyfaces rather then developing my own enhancement to save me some time. But then i ended up developing my own prettyfaces:) as i wanted some extra functionality specific to my application which wasn&#8217;t possible using prettyfaces.</p>
<p>So i have my own custom tag called  this tag along with some other params takes in the href paramter and rewrites it to a SEO friendly link and outputs it.</p>
<p>Then when this link is clicked you need to convert it back to the normal link for example with parameters. For that you need to have a servlet defined in your web.xml which gets the SEO friendly URL rewrites it to a normal url and then dispatches it to your faces servlet.</p>
<p>If you want to have a look at my application using this enhancement to convert the links to SEO friendly links visit <a href="http://www.usedgaadi.in/cars/">www.usedgaadi.in</a>, its running on JSF!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.pariyani.com/archives/27/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
