<?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>Random Thoughts &#187; Validation</title>
	<atom:link href="http://blog.inflinx.com/tag/validation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inflinx.com</link>
	<description>All About Software Development</description>
	<lastBuildDate>Mon, 22 Aug 2011 23:31:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Flex 4 Custom Validators in 5 Minutes</title>
		<link>http://blog.inflinx.com/2010/10/12/flex-4-custom-validators-in-5-minutes/</link>
		<comments>http://blog.inflinx.com/2010/10/12/flex-4-custom-validators-in-5-minutes/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 03:44:29 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex 4]]></category>
		<category><![CDATA[Spark Components]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=483</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2010/10/12/flex-4-custom-validators-in-5-minutes/';
var dzone_title = 'Flex 4 Custom Validators in 5 Minutes';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
Flex out of the box provides several validators that can be used for validating user input. These validators are bundled in the mx.validator package. However, there will be times where we might need to write our own validators. In this post, I will create a custom validator that can be used for validating a combo [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/10/12/flex-4-custom-validators-in-5-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSR 303 Bean Validation Using Spring 3</title>
		<link>http://blog.inflinx.com/2010/03/10/jsr-303-bean-validation-using-spring-3/</link>
		<comments>http://blog.inflinx.com/2010/03/10/jsr-303-bean-validation-using-spring-3/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 03:19:14 +0000</pubDate>
		<dc:creator>Balaji</dc:creator>
				<category><![CDATA[Solutions Log]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[JSR 303]]></category>
		<category><![CDATA[Spring MVC]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://blog.inflinx.com/?p=359</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
var dzone_url = 'http://blog.inflinx.com/2010/03/10/jsr-303-bean-validation-using-spring-3/';
var dzone_title = 'JSR 303 Bean Validation Using Spring 3';
var dzone_blurb = '';
var dzone_style = '1';
//-->
</script>
<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script> 
</div>
The JSR 303 specification provides a metadata model for JavaBean validation. The validation API provides a variety of annotations that makes validation easy at any layer. In this post I will demo Spring 3&#8242;s support for JSR 303 in the web layer. You can download the code here (eclipse project). The first part of the [...]]]></description>
		<wfw:commentRss>http://blog.inflinx.com/2010/03/10/jsr-303-bean-validation-using-spring-3/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>

