<?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 StSMedia</title>
	<atom:link href="http://stsmedia.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://stsmedia.net</link>
	<description>Programming, Photography, Life</description>
	<lastBuildDate>Thu, 05 Aug 2010 07:43:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Spring Finance &gt; Part 4: Spring JS, Dojo &amp; Bean Validation by Janaka</title>
		<link>http://stsmedia.net/spring-finance-part-4-spring-js-dojo-bean-validation/comment-page-1/#comment-176</link>
		<dc:creator>Janaka</dc:creator>
		<pubDate>Thu, 05 Aug 2010 07:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=175#comment-176</guid>
		<description>Hi,

Thanks for your  excellent article. i am having a issue to load dojo as a jar file for my POM.xml. can you give a tip to do it?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for your  excellent article. i am having a issue to load dojo as a jar file for my POM.xml. can you give a tip to do it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trip to La Perouse &amp; Maroubra, Sydney by Database Management</title>
		<link>http://stsmedia.net/trip-to-la-perouse-maroubra-sydney/comment-page-1/#comment-175</link>
		<dc:creator>Database Management</dc:creator>
		<pubDate>Sat, 24 Jul 2010 14:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=348#comment-175</guid>
		<description>WOW that&#039;s great pics of nature!!!!!!!!
they attract to see full image gallary.
I like to go for tour.last year i went kashmir that&#039;s also a great tourist place.</description>
		<content:encoded><![CDATA[<p>WOW that&#8217;s great pics of nature!!!!!!!!<br />
they attract to see full image gallary.<br />
I like to go for tour.last year i went kashmir that&#8217;s also a great tourist place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring Finance &gt; Part 3: DDD, JPA &amp; Transaction Support by remus</title>
		<link>http://stsmedia.net/spring-finance-part-3-ddd-jpa-transaction-support/comment-page-1/#comment-171</link>
		<dc:creator>remus</dc:creator>
		<pubDate>Thu, 17 Jun 2010 20:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=163#comment-171</guid>
		<description>very nice presentation!</description>
		<content:encoded><![CDATA[<p>very nice presentation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring Finance &gt; Part 3: DDD, JPA &amp; Transaction Support by AllanC</title>
		<link>http://stsmedia.net/spring-finance-part-3-ddd-jpa-transaction-support/comment-page-1/#comment-170</link>
		<dc:creator>AllanC</dc:creator>
		<pubDate>Tue, 15 Jun 2010 22:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=163#comment-170</guid>
		<description>Thanks for posting this. I am in the process of following along all the parts of this article.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. I am in the process of following along all the parts of this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring Finance &gt; Part 4: Spring JS, Dojo &amp; Bean Validation by Adrian</title>
		<link>http://stsmedia.net/spring-finance-part-4-spring-js-dojo-bean-validation/comment-page-1/#comment-166</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Fri, 14 May 2010 08:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=175#comment-166</guid>
		<description>Hi, thanks for this post.
I&#039;m currently gearing up for a large project which I will be leading, and am trying to draw functional parallels between Spring, JEE6, and .NET so as to make a business case for the use of one over another.

One very nice feature of .NET is the ability to invoke Model validation annotations both on the server side and the client side with very little configuration in the view (see this quick demo http://www.asp.net/mvc/videos/mvc2-model-validation).  
Your demo and others like it allow the client to check for things like empty fields but do not actually run the bean validation until the whole form is submitted.  The Spring validator interface will validate the entire bean, not just a single field on a bean.  In ajax form validation, if I made a change to a single form field, I would expect a validation message to be returned only for that field, not for every invalid field on the form.

Can you suggest whether what I&#039;m looking for is just not possible currently in a java environment?

thanks very much.</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this post.<br />
I&#8217;m currently gearing up for a large project which I will be leading, and am trying to draw functional parallels between Spring, JEE6, and .NET so as to make a business case for the use of one over another.</p>
<p>One very nice feature of .NET is the ability to invoke Model validation annotations both on the server side and the client side with very little configuration in the view (see this quick demo <a href="http://www.asp.net/mvc/videos/mvc2-model-validation)" rel="nofollow">http://www.asp.net/mvc/videos/mvc2-model-validation)</a>.<br />
Your demo and others like it allow the client to check for things like empty fields but do not actually run the bean validation until the whole form is submitted.  The Spring validator interface will validate the entire bean, not just a single field on a bean.  In ajax form validation, if I made a change to a single form field, I would expect a validation message to be returned only for that field, not for every invalid field on the form.</p>
<p>Can you suggest whether what I&#8217;m looking for is just not possible currently in a java environment?</p>
<p>thanks very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring Finance &gt; Part 7: Adding support for JSON and XML views by lalit</title>
		<link>http://stsmedia.net/spring-finance-part-7-adding-support-for-json-and-xml-views/comment-page-1/#comment-164</link>
		<dc:creator>lalit</dc:creator>
		<pubDate>Wed, 07 Apr 2010 05:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=351#comment-164</guid>
		<description>@Stefan

Nice tutorial and covers all the various aspect of an end to end application.</description>
		<content:encoded><![CDATA[<p>@Stefan</p>
<p>Nice tutorial and covers all the various aspect of an end to end application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring Finance &gt; Part 1: Introduction &amp; Architecture by mark</title>
		<link>http://stsmedia.net/spring-finance-part-1-introduction-architecture/comment-page-1/#comment-160</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Fri, 19 Feb 2010 17:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=117#comment-160</guid>
		<description>Thanks so much for putting this out there. It is a breath of fresh air after banging my head against struts2/dojo problems for so long!</description>
		<content:encoded><![CDATA[<p>Thanks so much for putting this out there. It is a breath of fresh air after banging my head against struts2/dojo problems for so long!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing Spring ROO: Part 1 by Rafael</title>
		<link>http://stsmedia.net/introducing-spring-roo/comment-page-1/#comment-159</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Thu, 18 Feb 2010 18:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=215#comment-159</guid>
		<description>Hi,

another Spring ROO Article you can find here.

http://www.developers-blog.org/blog/default/2010/02/16/Spring-Roo

Rafael</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>another Spring ROO Article you can find here.</p>
<p><a href="http://www.developers-blog.org/blog/default/2010/02/16/Spring-Roo" rel="nofollow">http://www.developers-blog.org/blog/default/2010/02/16/Spring-Roo</a></p>
<p>Rafael</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring Finance &gt; Part 1: Introduction &amp; Architecture by chn</title>
		<link>http://stsmedia.net/spring-finance-part-1-introduction-architecture/comment-page-1/#comment-158</link>
		<dc:creator>chn</dc:creator>
		<pubDate>Wed, 17 Feb 2010 20:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=117#comment-158</guid>
		<description>Chiaf,

You can look http://forum.springsource.org/showthread.php?t=79545</description>
		<content:encoded><![CDATA[<p>Chiaf,</p>
<p>You can look <a href="http://forum.springsource.org/showthread.php?t=79545" rel="nofollow">http://forum.springsource.org/showthread.php?t=79545</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring Finance &gt; Part 7: Adding support for JSON and XML views by James Heggs</title>
		<link>http://stsmedia.net/spring-finance-part-7-adding-support-for-json-and-xml-views/comment-page-1/#comment-155</link>
		<dc:creator>James Heggs</dc:creator>
		<pubDate>Tue, 09 Feb 2010 20:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=351#comment-155</guid>
		<description>Hi there,

I had the same issue and successfully solved it using the modelKey parameter on the MarshallView.

I have made a post on the Spring forums:

http://forum.springsource.org/showpost.php?p=283072&amp;postcount=4</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I had the same issue and successfully solved it using the modelKey parameter on the MarshallView.</p>
<p>I have made a post on the Spring forums:</p>
<p><a href="http://forum.springsource.org/showpost.php?p=283072&amp;postcount=4" rel="nofollow">http://forum.springsource.org/showpost.php?p=283072&amp;postcount=4</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
