<?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 MAX session video posted: &#8220;Model Driven Development with Flex 4 and LCDS3&#8243;</title>
	<atom:link href="http://coenraets.org/blog/2009/10/my-max-session-video-posted-model-driven-development-with-flex-4-and-lcds3/feed/" rel="self" type="application/rss+xml" />
	<link>http://coenraets.org/blog/2009/10/my-max-session-video-posted-model-driven-development-with-flex-4-and-lcds3/</link>
	<description>Rich Internet Applications, Flex, AIR, Java</description>
	<lastBuildDate>Fri, 12 Mar 2010 07:00:47 -0800</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: aa00</title>
		<link>http://coenraets.org/blog/2009/10/my-max-session-video-posted-model-driven-development-with-flex-4-and-lcds3/comment-page-1/#comment-374650</link>
		<dc:creator>aa00</dc:creator>
		<pubDate>Fri, 12 Mar 2010 07:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=128#comment-374650</guid>
		<description>hi,

im new in this technology. if i ask any silly question . kindly bear this and answer my question im using flashbuilder4 with lcds3. i ve follow many tutorials. it working fine but i ve a problem. i’m using Drools with java in server side. im using eclipse for it. i want my flext client connect with java server while using lcds3. actually, which i understand after viewing tutorials about flex with lcds3. it connect RDS in flashbuilder4. it dont involve java code. i need it to write my business logic in server side by using DRools. is it any way to connect flashbuilder4 using lcds3 with java using Drools. i want to mention here that i’m using eclipse for java devolpment. and flashbuilder4 with lcds3 in client side. kindly send response soon.</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>im new in this technology. if i ask any silly question . kindly bear this and answer my question im using flashbuilder4 with lcds3. i ve follow many tutorials. it working fine but i ve a problem. i’m using Drools with java in server side. im using eclipse for it. i want my flext client connect with java server while using lcds3. actually, which i understand after viewing tutorials about flex with lcds3. it connect RDS in flashbuilder4. it dont involve java code. i need it to write my business logic in server side by using DRools. is it any way to connect flashbuilder4 using lcds3 with java using Drools. i want to mention here that i’m using eclipse for java devolpment. and flashbuilder4 with lcds3 in client side. kindly send response soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beerfug!! - Model Driven Development w Flex and LCDS</title>
		<link>http://coenraets.org/blog/2009/10/my-max-session-video-posted-model-driven-development-with-flex-4-and-lcds3/comment-page-1/#comment-363274</link>
		<dc:creator>beerfug!! - Model Driven Development w Flex and LCDS</dc:creator>
		<pubDate>Wed, 06 Jan 2010 21:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=128#comment-363274</guid>
		<description>[...] and deeper dive into Christophe Coenraets&#8217;s excellent MAX &#8216;09 demo/presentation &#8211; Model Driven Development with Flex 4 and LCDS3.  I plan on going over the architecture and design motivations for the model driven development [...]</description>
		<content:encoded><![CDATA[<p>[...] and deeper dive into Christophe Coenraets&#8217;s excellent MAX &#8216;09 demo/presentation &#8211; Model Driven Development with Flex 4 and LCDS3.  I plan on going over the architecture and design motivations for the model driven development [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew Miller</title>
		<link>http://coenraets.org/blog/2009/10/my-max-session-video-posted-model-driven-development-with-flex-4-and-lcds3/comment-page-1/#comment-356889</link>
		<dc:creator>Drew Miller</dc:creator>
		<pubDate>Tue, 24 Nov 2009 05:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=128#comment-356889</guid>
		<description>Do you know of any good examples/demos that demonstrate how to properly manage many-to-many relationships in LCDS?

I&#039;ve built a simple model that has tasks, users, and taskusers (join table to assign a user to a task). I&#039;m running into several nagging issues:

 - If I try to directly modify the &quot;users&quot; property on a task object, it throws an error saying you can&#039;t update the property as it&#039;s a managed collection.
 - If I instead try to use the TaskUserService to manage the associations, it will work within a given session but as soon as I refresh and come back and attempt to delete a TaskUser it says that the item with that ID isn&#039;t managed by that service.

From digging through all the LCDS samples that come with an installation, there don&#039;t appear to be any examples of many-to-many relationships. If you could point me to a demo or some good documentation on how to properly manage this type of relationship, that would be much appreciated.

Thanks,
Drew Miller</description>
		<content:encoded><![CDATA[<p>Do you know of any good examples/demos that demonstrate how to properly manage many-to-many relationships in LCDS?</p>
<p>I&#8217;ve built a simple model that has tasks, users, and taskusers (join table to assign a user to a task). I&#8217;m running into several nagging issues:</p>
<p> &#8211; If I try to directly modify the &#8220;users&#8221; property on a task object, it throws an error saying you can&#8217;t update the property as it&#8217;s a managed collection.<br />
 &#8211; If I instead try to use the TaskUserService to manage the associations, it will work within a given session but as soon as I refresh and come back and attempt to delete a TaskUser it says that the item with that ID isn&#8217;t managed by that service.</p>
<p>From digging through all the LCDS samples that come with an installation, there don&#8217;t appear to be any examples of many-to-many relationships. If you could point me to a demo or some good documentation on how to properly manage this type of relationship, that would be much appreciated.</p>
<p>Thanks,<br />
Drew Miller</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Online Car Insurance &#62;&#62; http://onlinecarinsuranceclaims.com/</title>
		<link>http://coenraets.org/blog/2009/10/my-max-session-video-posted-model-driven-development-with-flex-4-and-lcds3/comment-page-1/#comment-356822</link>
		<dc:creator>Online Car Insurance &#62;&#62; http://onlinecarinsuranceclaims.com/</dc:creator>
		<pubDate>Mon, 23 Nov 2009 21:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=128#comment-356822</guid>
		<description>[...]coenraets.org is other useful source of tips. Online Car insurance claims  [...]</description>
		<content:encoded><![CDATA[<p>[...]coenraets.org is other useful source of tips. Online Car insurance claims  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Program Yükle</title>
		<link>http://coenraets.org/blog/2009/10/my-max-session-video-posted-model-driven-development-with-flex-4-and-lcds3/comment-page-1/#comment-353182</link>
		<dc:creator>Program Yükle</dc:creator>
		<pubDate>Tue, 10 Nov 2009 15:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=128#comment-353182</guid>
		<description>Thank you admin goood</description>
		<content:encoded><![CDATA[<p>Thank you admin goood</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Glazer</title>
		<link>http://coenraets.org/blog/2009/10/my-max-session-video-posted-model-driven-development-with-flex-4-and-lcds3/comment-page-1/#comment-348239</link>
		<dc:creator>Michael Glazer</dc:creator>
		<pubDate>Tue, 20 Oct 2009 02:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=128#comment-348239</guid>
		<description>I resolved my issue associated with the wrong installation of the modeler plugin...

1. Download Live Cycle Data Services 3 Modeler Plugin .zip file from 
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_flashbuilder4#lcds_modelerplugin

2. Extract all into any directory

3. If you use FlashBuilder 4 plug-in to Eclipse - copy all files from the &quot;plugins&quot; folder into the /eclipse-install/plugins; if you use FlashBuilder 4 - copy files into the FlashBuilder-installation directory, in my case it&#039;s C:\Program Files\Adobe\Adobe Flash Builder Plug-in Beta 2\plugins

The modeler is running fine on my Eclipse

Thanks,
Mike</description>
		<content:encoded><![CDATA[<p>I resolved my issue associated with the wrong installation of the modeler plugin&#8230;</p>
<p>1. Download Live Cycle Data Services 3 Modeler Plugin .zip file from<br />
<a href="http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_flashbuilder4#lcds_modelerplugin" rel="nofollow">http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_flashbuilder4#lcds_modelerplugin</a></p>
<p>2. Extract all into any directory</p>
<p>3. If you use FlashBuilder 4 plug-in to Eclipse &#8211; copy all files from the &#8220;plugins&#8221; folder into the /eclipse-install/plugins; if you use FlashBuilder 4 &#8211; copy files into the FlashBuilder-installation directory, in my case it&#8217;s C:\Program Files\Adobe\Adobe Flash Builder Plug-in Beta 2\plugins</p>
<p>The modeler is running fine on my Eclipse</p>
<p>Thanks,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Glazer</title>
		<link>http://coenraets.org/blog/2009/10/my-max-session-video-posted-model-driven-development-with-flex-4-and-lcds3/comment-page-1/#comment-347934</link>
		<dc:creator>Michael Glazer</dc:creator>
		<pubDate>Mon, 19 Oct 2009 02:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=128#comment-347934</guid>
		<description>Great presentation!

I tried to add the plugin - livecycle_dataservices3_modelerplugin_100509 in order to add DataModel prospective to my FlashBuilder 4.  It didn&#039;t work for me...Upon initiation, my FlashBuilder 4  threw multiple errors and then I had to reinstall FlashBuilder plugin and Eclipse.
I extract all from livecycle_dataservices3_modelerplugin_100509.zip and copied the &#039;plugins&#039; folder to my C:\Program Files\Adobe\Adobe Flash Builder Plug-in Beta 2\ directory.
May be I should use just FlashBuilder 4 with out plugging into the Eclipse?...

I use:
FlashBuilder 4 plugin to eclipse
Eclipse - Galileo for J2EE</description>
		<content:encoded><![CDATA[<p>Great presentation!</p>
<p>I tried to add the plugin &#8211; livecycle_dataservices3_modelerplugin_100509 in order to add DataModel prospective to my FlashBuilder 4.  It didn&#8217;t work for me&#8230;Upon initiation, my FlashBuilder 4  threw multiple errors and then I had to reinstall FlashBuilder plugin and Eclipse.<br />
I extract all from livecycle_dataservices3_modelerplugin_100509.zip and copied the &#8216;plugins&#8217; folder to my C:\Program Files\Adobe\Adobe Flash Builder Plug-in Beta 2\ directory.<br />
May be I should use just FlashBuilder 4 with out plugging into the Eclipse?&#8230;</p>
<p>I use:<br />
FlashBuilder 4 plugin to eclipse<br />
Eclipse &#8211; Galileo for J2EE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Young</title>
		<link>http://coenraets.org/blog/2009/10/my-max-session-video-posted-model-driven-development-with-flex-4-and-lcds3/comment-page-1/#comment-347423</link>
		<dc:creator>Gary Young</dc:creator>
		<pubDate>Sat, 17 Oct 2009 06:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=128#comment-347423</guid>
		<description>Great!

but I don&#039;t see any Data Model perspective in Flash builder beta 2, so when can we try these exciting features??</description>
		<content:encoded><![CDATA[<p>Great!</p>
<p>but I don&#8217;t see any Data Model perspective in Flash builder beta 2, so when can we try these exciting features??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Savaş Oyunları</title>
		<link>http://coenraets.org/blog/2009/10/my-max-session-video-posted-model-driven-development-with-flex-4-and-lcds3/comment-page-1/#comment-346769</link>
		<dc:creator>Savaş Oyunları</dc:creator>
		<pubDate>Wed, 14 Oct 2009 22:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=128#comment-346769</guid>
		<description>And I t ı</description>
		<content:encoded><![CDATA[<p>And I t ı</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey</title>
		<link>http://coenraets.org/blog/2009/10/my-max-session-video-posted-model-driven-development-with-flex-4-and-lcds3/comment-page-1/#comment-346430</link>
		<dc:creator>Alexey</dc:creator>
		<pubDate>Tue, 13 Oct 2009 17:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=128#comment-346430</guid>
		<description>Hi Christophe.

It&#039;s great. I liked it. And I have a question about server side. Can I use this tool and make some business logic on the server when LCDS service is calling? Have I tools to create an intersepters a so on?</description>
		<content:encoded><![CDATA[<p>Hi Christophe.</p>
<p>It&#8217;s great. I liked it. And I have a question about server side. Can I use this tool and make some business logic on the server when LCDS service is calling? Have I tools to create an intersepters a so on?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
