<?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; JSR 303</title>
	<atom:link href="http://blog.inflinx.com/tag/jsr-303/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>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>

