<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>WebMoli - Rediscover the Basics &#187; JSF</title>
	<atom:link href="http://webmoli.com/tag/jsf/feed/" rel="self" type="application/rss+xml" />
	<link>http://webmoli.com</link>
	<description></description>
	<lastBuildDate>Sun, 27 May 2012 04:44:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='webmoli.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>WebMoli - Rediscover the Basics &#187; JSF</title>
		<link>http://webmoli.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://webmoli.com/osd.xml" title="WebMoli - Rediscover the Basics" />
	<atom:link rel='hub' href='http://webmoli.com/?pushpress=hub'/>
		<item>
		<title>JSF onload action during restore and render response phase</title>
		<link>http://webmoli.com/2008/11/10/jsf-onload-action-during-restore-and-render-response-phase/</link>
		<comments>http://webmoli.com/2008/11/10/jsf-onload-action-during-restore-and-render-response-phase/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 01:38:32 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[Java EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Server Faces]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://venkatsadasivam.wordpress.com/?p=70</guid>
		<description><![CDATA[When comparing JSF with action based frameworks like Struts, Webwork, etc. one of the major missing feature is onload action. I tried googling to find out various options to do onload action. Many frameworks and external components does in different ways, most of them requires additional XML files which I hate to maintain too many [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webmoli.com&#038;blog=2347801&#038;post=70&#038;subd=venkatsadasivam&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://webmoli.com/2008/11/10/jsf-onload-action-during-restore-and-render-response-phase/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Venkat</media:title>
		</media:content>
	</item>
		<item>
		<title>Why JavaScript framework is important?</title>
		<link>http://webmoli.com/2008/09/29/why-javascript-framework-is-important/</link>
		<comments>http://webmoli.com/2008/09/29/why-javascript-framework-is-important/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 13:11:08 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[DOJO]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://venkatsadasivam.wordpress.com/?p=149</guid>
		<description><![CDATA[In the past few years AJAX, Web2.0 and RIA are a few of the most used jargon words in Web development world. How many Java web architect/developer really know how to develop these type of web applications? I assume many Java EE web developer/architect might know what is AJAX and they might have tried a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webmoli.com&#038;blog=2347801&#038;post=149&#038;subd=venkatsadasivam&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://webmoli.com/2008/09/29/why-javascript-framework-is-important/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Venkat</media:title>
		</media:content>
	</item>
		<item>
		<title>JSF default timezone and date pattern</title>
		<link>http://webmoli.com/2008/07/08/jsf-default-timezone-and-date-pattern/</link>
		<comments>http://webmoli.com/2008/07/08/jsf-default-timezone-and-date-pattern/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 03:49:55 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[Java EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Server Faces]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://venkatsadasivam.wordpress.com/?p=68</guid>
		<description><![CDATA[By default JSF using GMT timezone to convert the date into display format. I did Google search about this issue, found no simple solution to solve this problem. Here is a simple solution where you can provide your custom date time converter. I like this solution because it fixes GMT date/time issue across the application. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webmoli.com&#038;blog=2347801&#038;post=68&#038;subd=venkatsadasivam&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://webmoli.com/2008/07/08/jsf-default-timezone-and-date-pattern/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Venkat</media:title>
		</media:content>
	</item>
		<item>
		<title>JSF Best Practices</title>
		<link>http://webmoli.com/2008/05/20/jsf-best-practices/</link>
		<comments>http://webmoli.com/2008/05/20/jsf-best-practices/#comments</comments>
		<pubDate>Tue, 20 May 2008 16:25:41 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[Java EE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JSF]]></category>

		<guid isPermaLink="false">http://venkatsadasivam.wordpress.com/?p=56</guid>
		<description><![CDATA[Here I am documenting some best practices can be followed during JSF project development. Open Source Components Use myfaces or Sun RI. It doesn&#8217;t matter which one you use because both comes from Sun. Sun offers myfaces through open-source community. Use richfaces to get rich look quicker. Click here to go to demo site. Use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webmoli.com&#038;blog=2347801&#038;post=56&#038;subd=venkatsadasivam&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://webmoli.com/2008/05/20/jsf-best-practices/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Venkat</media:title>
		</media:content>

		<media:content url="http://static.delicious.com/img/delicious.small.gif" medium="image">
			<media:title type="html">del.icio.us:JSP Best Practices</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/blinklist.gif" medium="image">
			<media:title type="html">blinklist:JSP Best Practices</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/furl.gif" medium="image">
			<media:title type="html">furl:JSP Best Practices</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/digg.gif" medium="image">
			<media:title type="html">Digg it:JSP Best Practices</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/magnolia.gif" medium="image">
			<media:title type="html">ma.gnolia:JSP Best Practices</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/stumbleit.gif" medium="image">
			<media:title type="html">Stumble it:JSP Best Practices</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/simpy.png" medium="image">
			<media:title type="html">simpy:JSP Best Practices</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/newsvine.gif" medium="image">
			<media:title type="html">newsvine:JSP Best Practices</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/reddit.gif" medium="image">
			<media:title type="html">reddit:JSP Best Practices</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/fark.png" medium="image">
			<media:title type="html">fark:JSP Best Practices</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2006/11/tailrank.gif" medium="image">
			<media:title type="html">TailRank</media:title>
		</media:content>

		<media:content url="http://sunburntkamel.files.wordpress.com/2008/02/facebookcom.gif" medium="image">
			<media:title type="html">facebook:JSP Best Practices</media:title>
		</media:content>
	</item>
		<item>
		<title>A critic view on JSF Framework</title>
		<link>http://webmoli.com/2008/04/28/a-critic-view-on-jsf-framework/</link>
		<comments>http://webmoli.com/2008/04/28/a-critic-view-on-jsf-framework/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 05:34:09 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[Critic]]></category>
		<category><![CDATA[Java EE]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JSF]]></category>

		<guid isPermaLink="false">http://venkatsadasivam.wordpress.com/?p=55</guid>
		<description><![CDATA[JSF is becoming more popular framework for user interface layer development, many architects and companies assuming that Struts is becoming outdated and JSF is catching up the market. I am not sure whether it is true at this point of time. However I would like express my critic on the advantages and disadvantages of JSF. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webmoli.com&#038;blog=2347801&#038;post=55&#038;subd=venkatsadasivam&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://webmoli.com/2008/04/28/a-critic-view-on-jsf-framework/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Venkat</media:title>
		</media:content>
	</item>
		<item>
		<title>Don&#8217;t let hype push you select wrong technologies</title>
		<link>http://webmoli.com/2008/04/05/dont-let-hype-push-you-select-wrong-technologies/</link>
		<comments>http://webmoli.com/2008/04/05/dont-let-hype-push-you-select-wrong-technologies/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 06:27:24 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[Critic]]></category>
		<category><![CDATA[Java EE]]></category>
		<category><![CDATA[EJB]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JSF]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[WebServices]]></category>

		<guid isPermaLink="false">http://venkatsadasivam.wordpress.com/?p=53</guid>
		<description><![CDATA[Most of you might agree with title of this blog. But how many of us or our managers/ architects follow on day to day basis? It is still a big question mark??? 1. On August 21, 2001 Gartner released a report says “Companies Overspent $1 Billion on Application Server Technology”. It is purely because of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=webmoli.com&#038;blog=2347801&#038;post=53&#038;subd=venkatsadasivam&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://webmoli.com/2008/04/05/dont-let-hype-push-you-select-wrong-technologies/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Venkat</media:title>
		</media:content>
	</item>
	</channel>
</rss>
