<?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>Juggling Eggs &#187; Spring</title>
	<atom:link href="http://sonnygill.net/category/spring/feed/" rel="self" type="application/rss+xml" />
	<link>http://sonnygill.net</link>
	<description>Priceless eggs, variable gravity</description>
	<lastBuildDate>Sat, 17 Apr 2010 17:28:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Chrome for Mac available in beta</title>
		<link>http://sonnygill.net/spring/google-chrome-mac-beta/</link>
		<comments>http://sonnygill.net/spring/google-chrome-mac-beta/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 04:24:14 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Spring]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://sonnygill.net/?p=245</guid>
		<description><![CDATA[Google Chrome for Mac is available in beta.]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://sonnygill.net/2009/06/07/google-chrome-on-mac/">developer release of Google Chrome</a> for Mac has been around for a while.<br />
Finally, the general beta release is out &#8211;  <a href="http://www.google.com/chrome/intl/en/huzzah.html">Google Chrome for Mac</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/spring/google-chrome-mac-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring MVC &#8211; How to access the command object in referenceData method</title>
		<link>http://sonnygill.net/spring/spring-mvc-how-to-access-the-command-object-in-referencedata-method/</link>
		<comments>http://sonnygill.net/spring/spring-mvc-how-to-access-the-command-object-in-referencedata-method/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 02:15:54 +0000</pubDate>
		<dc:creator>Sonny Gill</dc:creator>
				<category><![CDATA[Spring]]></category>

		<guid isPermaLink="false">http://sonnygill.wordpress.com/2007/03/27/spring-mvc-how-to-access-the-command-object-in-referencedata-method/</guid>
		<description><![CDATA[One thing that I really like about Spring MVC is that if you need a particular method, and you make a reasonable guess where to look for it, you will find it. That is, in fact, a lot like core Java APIs.
I needed a reference to the current form backing object to set up the [...]]]></description>
			<content:encoded><![CDATA[<p>One thing that I really like about Spring MVC is that if you need a particular method, and you make a reasonable guess where to look for it, you will find it. That is, in fact, a lot like core Java APIs.</p>
<p>I needed a reference to the current form backing object to set up the reference data for the form being displayed. Now, most of Spring tutorials, books etc. only mention the referenceData(request) method that takes a single HttpServletRequest object as parameter, and that was the only one I knew about. So, I was planning to look up the details of the Spring MVC form workflow, but did the usual googling for anyone else running into this method.</p>
<p>And what do I find? A method that does exactly what I needed <img src='http://sonnygill.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If your referenceData method depends on the command object, this is what you use -<a href="http://static.springframework.org/spring/docs/2.0.3/api/org/springframework/web/portlet/mvc/SimpleFormController.html#referenceData(javax.portlet.PortletRequest,%20java.lang.Object,%20org.springframework.validation.Errors)" title="referenceData(PortletRequest request, Object command, Errors errors)">    </a></p>
<pre><a href="http://static.springframework.org/spring/docs/2.0.3/api/org/springframework/web/portlet/mvc/SimpleFormController.html#referenceData(javax.portlet.PortletRequest,%20java.lang.Object,%20org.springframework.validation.Errors)" title="referenceData(PortletRequest request, Object command, Errors errors)">referenceData(PortletRequest request,
Object command, Errors errors)</a></pre>
]]></content:encoded>
			<wfw:commentRss>http://sonnygill.net/spring/spring-mvc-how-to-access-the-command-object-in-referencedata-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
