<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: I&#8217;ve made a little JSR303 annotation library</title>
	<atom:link href="http://andrewmccall.com/2009/07/ive-made-a-little-jsr303-annotation-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewmccall.com/2009/07/ive-made-a-little-jsr303-annotation-library/</link>
	<description>If you want to know what I think...</description>
	<lastBuildDate>Tue, 02 Mar 2010 12:33:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: andrewmccall</title>
		<link>http://andrewmccall.com/2009/07/ive-made-a-little-jsr303-annotation-library/comment-page-1/#comment-66</link>
		<dc:creator>andrewmccall</dc:creator>
		<pubDate>Wed, 08 Jul 2009 17:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://andrewmccall.com/?p=414#comment-66</guid>
		<description>Hey John, It&#039;s a bit rough around the edges. I was wanted to use the JSR 303 stuff on my beans and let Spring annotate them in the front end like I&#039;d been doing with earlier Hibernate Annotations versions. That was pretty much the main goal and it&#039;s just about the least amount of code that can easily accomplish it. Then of course there were some validations I wanted, like email addresses, urls and stuff so I pulled them all out into a separate project and I figured that since I&#039;d find it useful someone else might too. So take it and play with it. &lt;br&gt;&lt;br&gt;I&#039;ll eventually get around to adding a licence, but it&#039;ll be something like Apache 2. &lt;br&gt;&lt;br&gt;Got any validation code lying around you want to contribute? I know you&#039;ve got some phone number stuff. ;)</description>
		<content:encoded><![CDATA[<p>Hey John, It&#39;s a bit rough around the edges. I was wanted to use the JSR 303 stuff on my beans and let Spring annotate them in the front end like I&#39;d been doing with earlier Hibernate Annotations versions. That was pretty much the main goal and it&#39;s just about the least amount of code that can easily accomplish it. Then of course there were some validations I wanted, like email addresses, urls and stuff so I pulled them all out into a separate project and I figured that since I&#39;d find it useful someone else might too. So take it and play with it. </p>
<p>I&#39;ll eventually get around to adding a licence, but it&#39;ll be something like Apache 2. </p>
<p>Got any validation code lying around you want to contribute? I know you&#39;ve got some phone number stuff. <img src='http://andrewmccall.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hunsley</title>
		<link>http://andrewmccall.com/2009/07/ive-made-a-little-jsr303-annotation-library/comment-page-1/#comment-65</link>
		<dc:creator>John Hunsley</dc:creator>
		<pubDate>Wed, 08 Jul 2009 04:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://andrewmccall.com/?p=414#comment-65</guid>
		<description>Nice 1, I like small wrapper packages like this, small steps!</description>
		<content:encoded><![CDATA[<p>Nice 1, I like small wrapper packages like this, small steps!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
