<?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 for Tech Notes @ Fernvale</title>
	<atom:link href="http://fernvale.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://fernvale.wordpress.com</link>
	<description></description>
	<pubDate>Fri, 22 Aug 2008 03:20:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Grails quickstart by singchyun</title>
		<link>http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-27</link>
		<dc:creator>singchyun</dc:creator>
		<pubDate>Mon, 13 Aug 2007 16:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-27</guid>
		<description>An example to add in validation for the Seminar domain class:

class Seminar {
  String title
  Date startDateTime
  String city
  Float cost
  Boolean mealsProvided
  static hasMany = [registrations:Registration]

  static constraints = {
        title(blank:false)
        startDateTime(blank:false)
        cost(min:5f,max:99f,nullable:false)
    }
}</description>
		<content:encoded><![CDATA[<p>An example to add in validation for the Seminar domain class:</p>
<p>class Seminar {<br />
  String title<br />
  Date startDateTime<br />
  String city<br />
  Float cost<br />
  Boolean mealsProvided<br />
  static hasMany = [registrations:Registration]</p>
<p>  static constraints = {<br />
        title(blank:false)<br />
        startDateTime(blank:false)<br />
        cost(min:5f,max:99f,nullable:false)<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails quickstart by Lorenzo Jimenez</title>
		<link>http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-25</link>
		<dc:creator>Lorenzo Jimenez</dc:creator>
		<pubDate>Tue, 07 Aug 2007 13:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-25</guid>
		<description>Your little demo is nice. Now how I program the validations for each field?</description>
		<content:encoded><![CDATA[<p>Your little demo is nice. Now how I program the validations for each field?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails quickstart by Grails quickstart &#171; life @ anchorvale</title>
		<link>http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-23</link>
		<dc:creator>Grails quickstart &#171; life @ anchorvale</dc:creator>
		<pubDate>Fri, 03 Aug 2007 10:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-23</guid>
		<description>[...] Grails&#160;quickstart  3 08 2007   Just to jot down my delightful journey on learning the Grails framework: http://fernvale.wordpress.com/2007/08/03/grails-quickstart [...]</description>
		<content:encoded><![CDATA[<p>[...] Grails&nbsp;quickstart  3 08 2007   Just to jot down my delightful journey on learning the Grails framework: <a href="http://fernvale.wordpress.com/2007/08/03/grails-quickstart" rel="nofollow">http://fernvale.wordpress.com/2007/08/03/grails-quickstart</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
