<?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: My pet store is better than yours!</title>
	<atom:link href="http://www.brianlegros.com/blog/2007/05/03/my-pet-store-is-better-than-yours/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brianlegros.com/blog/2007/05/03/my-pet-store-is-better-than-yours/</link>
	<description>eat, program, and be merry</description>
	<lastBuildDate>Fri, 28 Oct 2011 00:48:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.brianlegros.com/blog/2007/05/03/my-pet-store-is-better-than-yours/comment-page-1/#comment-16</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 08 May 2007 05:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlegros.com/blog/2007/05/03/my-pet-store-is-better-than-yours/#comment-16</guid>
		<description>Adam - After some thinking, I&#039;m probably gonna hold off until CF8 to put together something that is comparable to what they&#039;re doing in JEE 5.  AJAX data binding and &lt;cffeed&gt; will help out a lot.  I think I&#039;ll have to rely on good practices for the persistence stuff for sure.  Since I want to implement the frameworks as a supplemental task, it&#039;ll be easy to show how Transfer/Reactor/etc provide a benefit.</description>
		<content:encoded><![CDATA[<p>Adam &#8211; After some thinking, I&#8217;m probably gonna hold off until CF8 to put together something that is comparable to what they&#8217;re doing in JEE 5.  AJAX data binding and &lt;cffeed&gt; will help out a lot.  I think I&#8217;ll have to rely on good practices for the persistence stuff for sure.  Since I want to implement the frameworks as a supplemental task, it&#8217;ll be easy to show how Transfer/Reactor/etc provide a benefit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AdamFortuna</title>
		<link>http://www.brianlegros.com/blog/2007/05/03/my-pet-store-is-better-than-yours/comment-page-1/#comment-12</link>
		<dc:creator>AdamFortuna</dc:creator>
		<pubDate>Fri, 04 May 2007 09:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.brianlegros.com/blog/2007/05/03/my-pet-store-is-better-than-yours/#comment-12</guid>
		<description>Sounds like you&#039;ll have to use some JS library for the ajax stuff, unless you plan on waiting until CF8 comes out that is. It could be written into a XML forms xsl technically. Those are what create the alerts used for typical form processing actually, so there are examples of those in the cfide/scripts/ folder. There&#039;s a lot of possibilities in there, but hammering out a reusable form component where all cases are covered is pretty tricky.

I like the rails way of handling persistence, which can be utilized in reactor or transfer. Basic idea is that form fields have names like &quot;user[username]&quot; and user[first_name]&quot; then when it hits the server you have a &quot;user&quot; struct with keys for username and first_name. This can be passed right into a reactor DAO without a problem, and I think transfer has a setMemento() function that can be used to populate a bean from a structure, which can then be saved. Validation needs to be done before either case though, which is it&#039;s own problem.</description>
		<content:encoded><![CDATA[<p>Sounds like you&#8217;ll have to use some JS library for the ajax stuff, unless you plan on waiting until CF8 comes out that is. It could be written into a XML forms xsl technically. Those are what create the alerts used for typical form processing actually, so there are examples of those in the cfide/scripts/ folder. There&#8217;s a lot of possibilities in there, but hammering out a reusable form component where all cases are covered is pretty tricky.</p>
<p>I like the rails way of handling persistence, which can be utilized in reactor or transfer. Basic idea is that form fields have names like &#8220;user[username]&#8221; and user[first_name]&#8221; then when it hits the server you have a &#8220;user&#8221; struct with keys for username and first_name. This can be passed right into a reactor DAO without a problem, and I think transfer has a setMemento() function that can be used to populate a bean from a structure, which can then be saved. Validation needs to be done before either case though, which is it&#8217;s own problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

