<?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 for Agile &amp; Lean Software Development Management</title>
	<atom:link href="http://blog.zaos.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zaos.nl</link>
	<description>deep thoughts on doing real work</description>
	<lastBuildDate>Wed, 30 Nov 2011 15:10:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on The Art and Zen of Model-View-Something by JP van Mackelenbergh</title>
		<link>http://blog.zaos.nl/2011/10/the-art-and-zen-of-model-view-something/#comment-538</link>
		<dc:creator>JP van Mackelenbergh</dc:creator>
		<pubDate>Wed, 30 Nov 2011 15:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henkvandijken.nl/2011/10/the-art-and-zen-of-model-view-something/#comment-538</guid>
		<description>MVVM is actually based on the Model-View-Presenter pattern and not on the Model-View-Controller pattern !

The MVC pattern has a relation between model and view since the model informs the view of any changes to the data. 

The MVP/MVVM pattern is the way to go since the model is completely hidden for the view by the presenter part.

I wonder from what kind of people you hear the quote &quot;maybe we should modernize our architecture and use a MVC design pattern, that is cool!&quot; ?</description>
		<content:encoded><![CDATA[<p>MVVM is actually based on the Model-View-Presenter pattern and not on the Model-View-Controller pattern !</p>
<p>The MVC pattern has a relation between model and view since the model informs the view of any changes to the data. </p>
<p>The MVP/MVVM pattern is the way to go since the model is completely hidden for the view by the presenter part.</p>
<p>I wonder from what kind of people you hear the quote &#8220;maybe we should modernize our architecture and use a MVC design pattern, that is cool!&#8221; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HTML5 will kill Silverlight, WPF and &#8211; in the end &#8211; even MFC by Geert van Horrik</title>
		<link>http://blog.zaos.nl/2011/02/html5-will-kill-silverlight-wpf-and-in-the-end-even-mfc/#comment-313</link>
		<dc:creator>Geert van Horrik</dc:creator>
		<pubDate>Tue, 08 Mar 2011 17:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henkvandijken.nl/2011/02/html5-will-kill-silverlight-wpf-and-in-the-end-even-mfc/#comment-313</guid>
		<description>You don&#039;t really believe this, right? Even Silverlight 5 (which is not even released) is not even close to be as good as WPF. Of course the SL developers think so, but SL still needs lots, lots and lots of work.

Next, why would I want to develop something in javascript? There are lots of downsides of developing javascript, and there is no real decent javascript IDE.

Unless there will be a C# to html 5 converter, I don&#039;t think html 5 will make WPF go away (what do we use for desktop apps?).</description>
		<content:encoded><![CDATA[<p>You don&#8217;t really believe this, right? Even Silverlight 5 (which is not even released) is not even close to be as good as WPF. Of course the SL developers think so, but SL still needs lots, lots and lots of work.</p>
<p>Next, why would I want to develop something in javascript? There are lots of downsides of developing javascript, and there is no real decent javascript IDE.</p>
<p>Unless there will be a C# to html 5 converter, I don&#8217;t think html 5 will make WPF go away (what do we use for desktop apps?).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Pain Of Model-Driven Template-Based Code Generation Is In The Model by Juancho</title>
		<link>http://blog.zaos.nl/2010/09/the-pain-of-model-driven-template-based-code-generation-is-the-model/#comment-97</link>
		<dc:creator>Juancho</dc:creator>
		<pubDate>Mon, 06 Sep 2010 19:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henkvandijken.nl/2010/09/the-pain-of-model-driven-template-based-code-generation-is-the-model/#comment-97</guid>
		<description>You may take a look at this work: &quot;Using EMF and ATL to improve primitive types management in MDE proposals&quot; from http://www.emn.fr/z-info/atlanmod/index.php/MtATL2010:Program ... in few words: your model might be detailed enough to work for code generation, it&#039;s just a matter of using &quot;your own&quot; metamodelling language (that does not have to be far from pure UML) ...</description>
		<content:encoded><![CDATA[<p>You may take a look at this work: &#8220;Using EMF and ATL to improve primitive types management in MDE proposals&#8221; from <a href="http://www.emn.fr/z-info/atlanmod/index.php/MtATL2010:Program" rel="nofollow">http://www.emn.fr/z-info/atlanmod/index.php/MtATL2010:Program</a> &#8230; in few words: your model might be detailed enough to work for code generation, it&#8217;s just a matter of using &#8220;your own&#8221; metamodelling language (that does not have to be far from pure UML) &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Pain Of Model-Driven Template-Based Code Generation Is In The Model by Rui Curado</title>
		<link>http://blog.zaos.nl/2010/09/the-pain-of-model-driven-template-based-code-generation-is-the-model/#comment-95</link>
		<dc:creator>Rui Curado</dc:creator>
		<pubDate>Mon, 06 Sep 2010 08:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.henkvandijken.nl/2010/09/the-pain-of-model-driven-template-based-code-generation-is-the-model/#comment-95</guid>
		<description>I am not sure about what model-driven approach you are talking when you say it is not rich enough. If you&#039;re talking about UML then I agree.

But UML is not the only model-driven code generation method around. If fact, UML is not adequate for fine-grained code generation, but more for architecture.

With an abstraction-level-free method, you can model you application&#039;s architecture and also if a string must have a length between 5 and 10! See ABSE (http:www.abse.info): The &#039;Atom&#039; is ABSE&#039;s meta-metamodel, allowing you to develop your templates in an abstraction-free context.</description>
		<content:encoded><![CDATA[<p>I am not sure about what model-driven approach you are talking when you say it is not rich enough. If you&#8217;re talking about UML then I agree.</p>
<p>But UML is not the only model-driven code generation method around. If fact, UML is not adequate for fine-grained code generation, but more for architecture.</p>
<p>With an abstraction-level-free method, you can model you application&#8217;s architecture and also if a string must have a length between 5 and 10! See ABSE (http:www.abse.info): The &#8216;Atom&#8217; is ABSE&#8217;s meta-metamodel, allowing you to develop your templates in an abstraction-free context.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How-to AOP: Validation with Policy Injection by Validation Framework &#8211; Enterprise Library Validation Block &#171; Zen Architect.NL (Henk van Dijken)</title>
		<link>http://blog.zaos.nl/2009/07/how-to-aop-validation-with-policy-injection/#comment-38</link>
		<dc:creator>Validation Framework &#8211; Enterprise Library Validation Block &#171; Zen Architect.NL (Henk van Dijken)</dc:creator>
		<pubDate>Sat, 26 Jun 2010 19:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenarchitect.nl/?p=58#comment-38</guid>
		<description>[...] }); }In previous posts I wrote about validation AOP-style, using Policy Injection or Depency Injection (Unity). I am a true believer that this form of validation is the way to [...]</description>
		<content:encoded><![CDATA[<p>[...] }); }In previous posts I wrote about validation AOP-style, using Policy Injection or Depency Injection (Unity). I am a true believer that this form of validation is the way to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The MySQL Craftsman’s Tool Belt by How-to Migrate from MySQL to Microsoft SQL &#171; Zen Architect.NL (Henk van Dijken)</title>
		<link>http://blog.zaos.nl/2010/04/the-mysql-craftsmans-tool-belt/#comment-42</link>
		<dc:creator>How-to Migrate from MySQL to Microsoft SQL &#171; Zen Architect.NL (Henk van Dijken)</dc:creator>
		<pubDate>Fri, 16 Apr 2010 18:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenarchitect.nl/2010/04/the-mysql-craftsmans-tool-belt/#comment-42</guid>
		<description>[...] About Me&#8230;              &#171; The MySQL Craftsman&#8217;s Tool Belt [...]</description>
		<content:encoded><![CDATA[<p>[...] About Me&#8230;              &laquo; The MySQL Craftsman&rsquo;s Tool Belt [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The MySQL Craftsman’s Tool Belt by Tweets die vermelden The MySQL Craftsman’s Tool Belt « Zen Architect.NL (Henk van Dijken) -- Topsy.com</title>
		<link>http://blog.zaos.nl/2010/04/the-mysql-craftsmans-tool-belt/#comment-41</link>
		<dc:creator>Tweets die vermelden The MySQL Craftsman’s Tool Belt « Zen Architect.NL (Henk van Dijken) -- Topsy.com</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenarchitect.nl/2010/04/the-mysql-craftsmans-tool-belt/#comment-41</guid>
		<description>[...] Dit blogartikel was vermeld op Twitter door Henk van Dijken. Henk van Dijken heeft gezegd: I have composed the ultimate MySQL Database Toolbelt for all my MySQL friends: http://bit.ly/9eOiE0 [...]</description>
		<content:encoded><![CDATA[<p>[...] Dit blogartikel was vermeld op Twitter door Henk van Dijken. Henk van Dijken heeft gezegd: I have composed the ultimate MySQL Database Toolbelt for all my MySQL friends: <a href="http://bit.ly/9eOiE0" rel="nofollow">http://bit.ly/9eOiE0</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The MySQL Craftsman’s Tool Belt by Geert</title>
		<link>http://blog.zaos.nl/2010/04/the-mysql-craftsmans-tool-belt/#comment-40</link>
		<dc:creator>Geert</dc:creator>
		<pubDate>Sat, 10 Apr 2010 08:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenarchitect.nl/2010/04/the-mysql-craftsmans-tool-belt/#comment-40</guid>
		<description>LOL! But I agree. MySQL for large business apps sucks!</description>
		<content:encoded><![CDATA[<p>LOL! But I agree. MySQL for large business apps sucks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Design Patterns – Factory Method Pattern by Generating a Graphical User Interface &#171; Zen Architect.NL (Henk van Dijken)</title>
		<link>http://blog.zaos.nl/2009/02/cs-design-patterns-factory-method-pattern/#comment-26</link>
		<dc:creator>Generating a Graphical User Interface &#171; Zen Architect.NL (Henk van Dijken)</dc:creator>
		<pubDate>Sat, 20 Mar 2010 20:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenarchitect.nl/?p=118#comment-26</guid>
		<description>[...] my factory method design pattern example to compute the first name and last name from a full [...]</description>
		<content:encoded><![CDATA[<p>[...] my factory method design pattern example to compute the first name and last name from a full [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Design Patterns – Overview of GoF Patterns by Reusable Thought Patterns &#171; Zen Architect .NL (Henk van Dijken)</title>
		<link>http://blog.zaos.nl/2009/01/cs-design-patterns-overview-of-gof-patterns/#comment-24</link>
		<dc:creator>Reusable Thought Patterns &#171; Zen Architect .NL (Henk van Dijken)</dc:creator>
		<pubDate>Thu, 10 Dec 2009 19:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenarchitect.nl/?p=95#comment-24</guid>
		<description>[...] you probably know, design patterns are recipes for solving common software design and/or development problems. The same holds true for [...]</description>
		<content:encoded><![CDATA[<p>[...] you probably know, design patterns are recipes for solving common software design and/or development problems. The same holds true for [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

