<?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"
	>
<channel>
	<title>Comments for Dave Keen</title>
	<atom:link href="http://www.actionscriptdeveloper.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.actionscriptdeveloper.co.uk</link>
	<description>Professional and reliable UK based Actionscript development</description>
	<pubDate>Thu, 29 Jul 2010 17:26:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Announcement of Flextrine 2 by devdave</title>
		<link>http://www.actionscriptdeveloper.co.uk/announcement-of-flextrine-2/#comment-558</link>
		<dc:creator>devdave</dc:creator>
		<pubDate>Sun, 18 Jul 2010 12:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/announcement-of-flextrine-2/#comment-558</guid>
		<description>As it stands right now Flextrine only supports entity definition via the annotations driver (this is PHP classes with the database mapping in docblock comments).  However, as you probably know Doctrine also allows the mapping to be defined in YAML and XML, and the 'reverse engineering' tool you are talking about will probably only work with YAML or XML (http://www.doctrine-project.org/projects/orm/2.0/docs/reference/tools/en#reverse-engineering).  However, it would be a pretty simple task to extend Flextrine and Flextrine Manager to support these alternative mapping drivers and if there is enough interest this is certainly something that will make it into a future version of Flextrine!

Dave</description>
		<content:encoded><![CDATA[<p>As it stands right now Flextrine only supports entity definition via the annotations driver (this is PHP classes with the database mapping in docblock comments).  However, as you probably know Doctrine also allows the mapping to be defined in YAML and XML, and the &#8216;reverse engineering&#8217; tool you are talking about will probably only work with YAML or XML (http://www.doctrine-project.org/projects/orm/2.0/docs/reference/tools/en#reverse-engineering).  However, it would be a pretty simple task to extend Flextrine and Flextrine Manager to support these alternative mapping drivers and if there is enough interest this is certainly something that will make it into a future version of Flextrine!</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Announcement of Flextrine 2 by Tim</title>
		<link>http://www.actionscriptdeveloper.co.uk/announcement-of-flextrine-2/#comment-557</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 18 Jul 2010 11:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/announcement-of-flextrine-2/#comment-557</guid>
		<description>Hi Dave,

here's another question. 
personally i prefer to design relational Database first then work on ORM. the reverse way did cause me a lot of problems and bad habit for RMDB design. 
so do you have any plan to let Flextrine automatically generate Entities from existing Database schema? (as far as I know, Doctrine does have one feature like this) 
Sorry, get lazy after using Flextrine :D

Tim</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>here&#8217;s another question.<br />
personally i prefer to design relational Database first then work on ORM. the reverse way did cause me a lot of problems and bad habit for RMDB design.<br />
so do you have any plan to let Flextrine automatically generate Entities from existing Database schema? (as far as I know, Doctrine does have one feature like this)<br />
Sorry, get lazy after using Flextrine <img src='http://www.actionscriptdeveloper.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Announcement of Flextrine 2 by Tim</title>
		<link>http://www.actionscriptdeveloper.co.uk/announcement-of-flextrine-2/#comment-556</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 18 Jul 2010 11:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/announcement-of-flextrine-2/#comment-556</guid>
		<description>Hi Dave,

You are absolutely right!!! the Flextrine works pretty awesome. In fact, i intended to have more controls of back-end service and learn some knowledge of Doctrine. (consumes a lot of times, though). So i studied again your source code, pretty neat and cool!!! so right now i could focus more on the flex side programming.

thanks a lot again for this great project. 

Tim</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>You are absolutely right!!! the Flextrine works pretty awesome. In fact, i intended to have more controls of back-end service and learn some knowledge of Doctrine. (consumes a lot of times, though). So i studied again your source code, pretty neat and cool!!! so right now i could focus more on the flex side programming.</p>
<p>thanks a lot again for this great project. </p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flextrine 0.5.1 released by devdave</title>
		<link>http://www.actionscriptdeveloper.co.uk/flextrine-051-released/#comment-499</link>
		<dc:creator>devdave</dc:creator>
		<pubDate>Tue, 29 Jun 2010 08:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/flextrine-051-released/#comment-499</guid>
		<description>Hey Nicolas,

Thankyou kindly for your praise :)  There is a Google Group for Flextrine which I think is the best place to discuss things, so I'll paste your comment into it and we can continue this chat there!

http://groups.google.com/group/flextrine

Dave</description>
		<content:encoded><![CDATA[<p>Hey Nicolas,</p>
<p>Thankyou kindly for your praise <img src='http://www.actionscriptdeveloper.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  There is a Google Group for Flextrine which I think is the best place to discuss things, so I&#8217;ll paste your comment into it and we can continue this chat there!</p>
<p><a href="http://groups.google.com/group/flextrine" rel="nofollow">http://groups.google.com/group/flextrine</a></p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flextrine 0.5.1 released by Nicolas Antille</title>
		<link>http://www.actionscriptdeveloper.co.uk/flextrine-051-released/#comment-498</link>
		<dc:creator>Nicolas Antille</dc:creator>
		<pubDate>Tue, 29 Jun 2010 08:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/flextrine-051-released/#comment-498</guid>
		<description>I had to praise you somewhere and it happens to be here. Flextrine is a mighty fine blend of several great things and I'm using it right now for a big project which just happens to run on Doctrine 2 beta 2.
 
The first thing I wanted to be able to do was custom PHP functions or rather library like the Hierarchical DoctrineExtension with its MPTT implementation. I understand I should extend FlextrineDelegate to implement a custom call and subsequently the EntityManager as well. If all goes well, I'll write a short tut about that and if possible, contribute to your wiki.

I'm unsure about something however. You consider doctrine entities the same as VOs and therefore use public properties. I thought like that too but then I read that it is a bad practise here http://www.doctrine-project.org/projects/orm/2.0/docs/reference/best-practices/en 
It refers to the proxies, not the entities themselves. But I think this feature will be used in projects to limit the requests amount. Moreover, setting public accessors gives an additional control to the modifications being made on the object. We could for instance enforce a regexp upon a setter to validate the data (ok we could do that in AS3 too) or call some other functions like a logger (we could also do this with another call in AS3). Have you got insights about this ?

I also noticed that in your wiki, int and bigint are mapped to Number in AS3. A detail but are you going to change that later on ?

At last, is there some kind of an "official" forum or something for people to discuss about Flextrine ?

Anyway this is really an exciting project and I'm looking forward to seeing more releases. Thank you.</description>
		<content:encoded><![CDATA[<p>I had to praise you somewhere and it happens to be here. Flextrine is a mighty fine blend of several great things and I&#8217;m using it right now for a big project which just happens to run on Doctrine 2 beta 2.</p>
<p>The first thing I wanted to be able to do was custom PHP functions or rather library like the Hierarchical DoctrineExtension with its MPTT implementation. I understand I should extend FlextrineDelegate to implement a custom call and subsequently the EntityManager as well. If all goes well, I&#8217;ll write a short tut about that and if possible, contribute to your wiki.</p>
<p>I&#8217;m unsure about something however. You consider doctrine entities the same as VOs and therefore use public properties. I thought like that too but then I read that it is a bad practise here <a href="http://www.doctrine-project.org/projects/orm/2.0/docs/reference/best-practices/en" rel="nofollow">http://www.doctrine-project.org/projects/orm/2.0/docs/reference/best-practices/en</a><br />
It refers to the proxies, not the entities themselves. But I think this feature will be used in projects to limit the requests amount. Moreover, setting public accessors gives an additional control to the modifications being made on the object. We could for instance enforce a regexp upon a setter to validate the data (ok we could do that in AS3 too) or call some other functions like a logger (we could also do this with another call in AS3). Have you got insights about this ?</p>
<p>I also noticed that in your wiki, int and bigint are mapped to Number in AS3. A detail but are you going to change that later on ?</p>
<p>At last, is there some kind of an &#8220;official&#8221; forum or something for people to discuss about Flextrine ?</p>
<p>Anyway this is really an exciting project and I&#8217;m looking forward to seeing more releases. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Announcement of Flextrine 2 by Clément Hussenot</title>
		<link>http://www.actionscriptdeveloper.co.uk/announcement-of-flextrine-2/#comment-491</link>
		<dc:creator>Clément Hussenot</dc:creator>
		<pubDate>Sat, 26 Jun 2010 15:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/announcement-of-flextrine-2/#comment-491</guid>
		<description>Great project !!!</description>
		<content:encoded><![CDATA[<p>Great project !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Announcement of Flextrine 2 by devdave</title>
		<link>http://www.actionscriptdeveloper.co.uk/announcement-of-flextrine-2/#comment-459</link>
		<dc:creator>devdave</dc:creator>
		<pubDate>Sun, 20 Jun 2010 09:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/announcement-of-flextrine-2/#comment-459</guid>
		<description>Hi Tim,

Flextrine uses custom deserialization and serialization to deal with ArrayCollection (and other types); it was definitely one of the challenges :)  Why don't you just use Flextrine for your projects - you'll get all the advantages of Flex/Doctrine2 integration without having to worry about these kinds of details!

Dave</description>
		<content:encoded><![CDATA[<p>Hi Tim,</p>
<p>Flextrine uses custom deserialization and serialization to deal with ArrayCollection (and other types); it was definitely one of the challenges <img src='http://www.actionscriptdeveloper.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Why don&#8217;t you just use Flextrine for your projects - you&#8217;ll get all the advantages of Flex/Doctrine2 integration without having to worry about these kinds of details!</p>
<p>Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Announcement of Flextrine 2 by Tim</title>
		<link>http://www.actionscriptdeveloper.co.uk/announcement-of-flextrine-2/#comment-458</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 20 Jun 2010 06:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/announcement-of-flextrine-2/#comment-458</guid>
		<description>Hi, Dave

your program looks very promising and interesting. lol
Recently i'm trying to test Doctrine2 with flex/PHP (some small projects). but get very frustrated with the new ArrayCollection in Doctrine2. Googled a lot without solution. finally i got here, which is very close to the background. 
It looks u are very skillful with those Doctrine 2 and ArrayCollection stuff. 
Don't know if you mind i drop some questions here. :p
(I downloaded your Flextrine2, tried to get a clue for my issues. not yet, though)</description>
		<content:encoded><![CDATA[<p>Hi, Dave</p>
<p>your program looks very promising and interesting. lol<br />
Recently i&#8217;m trying to test Doctrine2 with flex/PHP (some small projects). but get very frustrated with the new ArrayCollection in Doctrine2. Googled a lot without solution. finally i got here, which is very close to the background.<br />
It looks u are very skillful with those Doctrine 2 and ArrayCollection stuff.<br />
Don&#8217;t know if you mind i drop some questions here. :p<br />
(I downloaded your Flextrine2, tried to get a clue for my issues. not yet, though)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe, Apple, iPhones, iPads and the Flash Player &#8211; my two cents by gary benade</title>
		<link>http://www.actionscriptdeveloper.co.uk/adobe-apple-iphones-ipads-and-the-flash-player-my-two-cents/#comment-445</link>
		<dc:creator>gary benade</dc:creator>
		<pubDate>Mon, 14 Jun 2010 13:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/adobe-apple-iphones-ipads-and-the-flash-player-my-two-cents/#comment-445</guid>
		<description>Apples current belief that HTML5 is going to be the solution for everything in the future reminds me of the early 2000's when CSS developers were trying to phase out table based layouts by doing everything in CSS because CSS was new and cool and better than old fashioned boring tables. Logic prevailed, and today you use CSS where you need to and you use a table when you need a table. I hope apple doesn't do too much damage learning this age old lesson all over again</description>
		<content:encoded><![CDATA[<p>Apples current belief that HTML5 is going to be the solution for everything in the future reminds me of the early 2000&#8217;s when CSS developers were trying to phase out table based layouts by doing everything in CSS because CSS was new and cool and better than old fashioned boring tables. Logic prevailed, and today you use CSS where you need to and you use a table when you need a table. I hope apple doesn&#8217;t do too much damage learning this age old lesson all over again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Flex 3 AdvancedDataGrid in FlashDevelop by taejun</title>
		<link>http://www.actionscriptdeveloper.co.uk/using-flex-3-advanceddatagrid-in-flashdevelop/#comment-443</link>
		<dc:creator>taejun</dc:creator>
		<pubDate>Tue, 08 Jun 2010 06:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionscriptdeveloper.co.uk/using-flex-3-advanceddatagrid-in-flashdevelop/#comment-443</guid>
		<description>thx a lot !!</description>
		<content:encoded><![CDATA[<p>thx a lot !!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
