<?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: Using the SQLite Database Access API in AIR… Part 2: Using the DAO Pattern</title>
	<atom:link href="http://coenraets.org/blog/2008/11/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-2-using-the-dao-pattern/feed/" rel="self" type="application/rss+xml" />
	<link>http://coenraets.org/blog/2008/11/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-2-using-the-dao-pattern/</link>
	<description>Rich Internet Applications, Flex, AIR, Java</description>
	<lastBuildDate>Mon, 15 Mar 2010 22:39:53 -0700</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel McQuillen</title>
		<link>http://coenraets.org/blog/2008/11/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-2-using-the-dao-pattern/comment-page-1/#comment-322777</link>
		<dc:creator>Daniel McQuillen</dc:creator>
		<pubDate>Thu, 23 Jul 2009 22:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=91#comment-322777</guid>
		<description>Kind of a stretch from the original intention of the article but, any thoughts on how to manage database changes as one pushes out new versions of an AIR application (assuming that the DB is not wiped out on a new install). 

Rails has that excellent &quot;migrations&quot; approach, and I&#039;m wondering if anybody has implemented something similar for AIR.

Thanks for any thoughts. I won&#039;t be heart hurt if you don&#039;t reply.

Daniel</description>
		<content:encoded><![CDATA[<p>Kind of a stretch from the original intention of the article but, any thoughts on how to manage database changes as one pushes out new versions of an AIR application (assuming that the DB is not wiped out on a new install). </p>
<p>Rails has that excellent &#8220;migrations&#8221; approach, and I&#8217;m wondering if anybody has implemented something similar for AIR.</p>
<p>Thanks for any thoughts. I won&#8217;t be heart hurt if you don&#8217;t reply.</p>
<p>Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: radyo dinle</title>
		<link>http://coenraets.org/blog/2008/11/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-2-using-the-dao-pattern/comment-page-1/#comment-321425</link>
		<dc:creator>radyo dinle</dc:creator>
		<pubDate>Sun, 19 Jul 2009 15:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=91#comment-321425</guid>
		<description>Hi,Christophe Coenraets ,all of your collaboration flex smaples do not work on my machine on the FlashPlayer 10!!!!and i don’t know why, I’m so heart hurt!!!</description>
		<content:encoded><![CDATA[<p>Hi,Christophe Coenraets ,all of your collaboration flex smaples do not work on my machine on the FlashPlayer 10!!!!and i don’t know why, I’m so heart hurt!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob McKeown</title>
		<link>http://coenraets.org/blog/2008/11/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-2-using-the-dao-pattern/comment-page-1/#comment-240769</link>
		<dc:creator>Rob McKeown</dc:creator>
		<pubDate>Mon, 08 Dec 2008 19:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=91#comment-240769</guid>
		<description>Do you have any plans to extend the ORM prototype you posted a while back to work with lazy loading, collections and/or more complex object graphs? I took your example and added collections support for use in Klok, but it starts to get very complicated (obviously).</description>
		<content:encoded><![CDATA[<p>Do you have any plans to extend the ORM prototype you posted a while back to work with lazy loading, collections and/or more complex object graphs? I took your example and added collections support for use in Klok, but it starts to get very complicated (obviously).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using the SQLite Database Access API in AIR… Part 3: Annotation-Based ORM Framework : Christophe Coenraets</title>
		<link>http://coenraets.org/blog/2008/11/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-2-using-the-dao-pattern/comment-page-1/#comment-238411</link>
		<dc:creator>Using the SQLite Database Access API in AIR… Part 3: Annotation-Based ORM Framework : Christophe Coenraets</dc:creator>
		<pubDate>Mon, 01 Dec 2008 16:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=91#comment-238411</guid>
		<description>[...] the second version of our contact management application, we encapsulated the data access logic for the Contact entity in a Data Access Object (ContactDAO). [...]</description>
		<content:encoded><![CDATA[<p>[...] the second version of our contact management application, we encapsulated the data access logic for the Contact entity in a Data Access Object (ContactDAO). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using the SQLite Database Access API in AIR &#124; Adobe AIR Tutorials</title>
		<link>http://coenraets.org/blog/2008/11/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-2-using-the-dao-pattern/comment-page-1/#comment-232122</link>
		<dc:creator>Using the SQLite Database Access API in AIR &#124; Adobe AIR Tutorials</dc:creator>
		<pubDate>Wed, 26 Nov 2008 08:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=91#comment-232122</guid>
		<description>[...] Using the SQLite Database Access API in AIR… Part 1 Using the SQLite Database Access API in AIR…... [...]</description>
		<content:encoded><![CDATA[<p>[...] Using the SQLite Database Access API in AIR… Part 1 Using the SQLite Database Access API in AIR…&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Forrest</title>
		<link>http://coenraets.org/blog/2008/11/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-2-using-the-dao-pattern/comment-page-1/#comment-231995</link>
		<dc:creator>Forrest</dc:creator>
		<pubDate>Wed, 26 Nov 2008 05:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=91#comment-231995</guid>
		<description>Hi,Christophe Coenraets ,all of your collaboration flex smaples do not work on my machine on the FlashPlayer 10!!!!and i don&#039;t know why, I&#039;m so heart hurt with trouble shooting!!!</description>
		<content:encoded><![CDATA[<p>Hi,Christophe Coenraets ,all of your collaboration flex smaples do not work on my machine on the FlashPlayer 10!!!!and i don&#8217;t know why, I&#8217;m so heart hurt with trouble shooting!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Forrest</title>
		<link>http://coenraets.org/blog/2008/11/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-2-using-the-dao-pattern/comment-page-1/#comment-231994</link>
		<dc:creator>Forrest</dc:creator>
		<pubDate>Wed, 26 Nov 2008 05:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=91#comment-231994</guid>
		<description>Hi,Christophe Coenraets ,all of your collaboration flex smaples do not work on my machine on the FlashPlayer 10!!!!and i don&#039;t know why, I&#039;m so heart hurt!!!</description>
		<content:encoded><![CDATA[<p>Hi,Christophe Coenraets ,all of your collaboration flex smaples do not work on my machine on the FlashPlayer 10!!!!and i don&#8217;t know why, I&#8217;m so heart hurt!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
