<?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 Gridshore</title>
	<atom:link href="http://www.gridshore.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gridshore.nl</link>
	<description>A weblog about software engineering, Architecture, Technology an other things we like.</description>
	<lastBuildDate>Wed, 03 Mar 2010 14:31:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Designing the Repository interface by Allard</title>
		<link>http://www.gridshore.nl/2009/07/01/designing-the-repository-interface/comment-page-1/#comment-30166</link>
		<dc:creator>Allard</dc:creator>
		<pubDate>Wed, 03 Mar 2010 14:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2009/07/01/designing-the-repository-interface/#comment-30166</guid>
		<description>If you use the &quot;Separated Interface Pattern&quot;, you don&#039;t have a dependency from Domain to Infrastructure, but the other way around. As you state, your service layer cannot choose which implementation to use. That&#039;s where you use IoC for. When you build up your web-app, you choose which jars are included in the war file. One of these jars will contain an IoC configuration file (e.g. spring context) which is loaded and creates the repository implementation.

All the service layer needs to know is: &quot;at runtime, some form of repository is provided to me&quot;. Alternatively, you can use an Abstract Factory to retrieve a repository instance. Personally, I prefer IoC.

Hope this answers your question.</description>
		<content:encoded><![CDATA[<p>If you use the &#8220;Separated Interface Pattern&#8221;, you don&#8217;t have a dependency from Domain to Infrastructure, but the other way around. As you state, your service layer cannot choose which implementation to use. That&#8217;s where you use IoC for. When you build up your web-app, you choose which jars are included in the war file. One of these jars will contain an IoC configuration file (e.g. spring context) which is loaded and creates the repository implementation.</p>
<p>All the service layer needs to know is: &#8220;at runtime, some form of repository is provided to me&#8221;. Alternatively, you can use an Abstract Factory to retrieve a repository instance. Personally, I prefer IoC.</p>
<p>Hope this answers your question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Designing the Repository interface by Melle Koning</title>
		<link>http://www.gridshore.nl/2009/07/01/designing-the-repository-interface/comment-page-1/#comment-30165</link>
		<dc:creator>Melle Koning</dc:creator>
		<pubDate>Wed, 03 Mar 2010 13:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2009/07/01/designing-the-repository-interface/#comment-30165</guid>
		<description>Hello Allard, great article. In our developmentgroup we are currently busy with a refactoring project &quot;Design For Testability&quot; and moving the Repository-interface out of the persistance layer and into the Domain Layer is exactly the way we go as well. Because we need to create stubbed/mocked implementations of the Repository, that do not have any dependency to our ORM-persistance store this is very defendable. What I miss though in the clear pictures is; where do you tigh everything together? That is, if you do not have a dependency from your application-layer to your persistance layer anymore than where do you buildup the implementation of the Repository that is created for persistance? Am I missing the Infrastructure layer which contains a Factory or IoC to loadup the actual repositories/services?</description>
		<content:encoded><![CDATA[<p>Hello Allard, great article. In our developmentgroup we are currently busy with a refactoring project &#8220;Design For Testability&#8221; and moving the Repository-interface out of the persistance layer and into the Domain Layer is exactly the way we go as well. Because we need to create stubbed/mocked implementations of the Repository, that do not have any dependency to our ORM-persistance store this is very defendable. What I miss though in the clear pictures is; where do you tigh everything together? That is, if you do not have a dependency from your application-layer to your persistance layer anymore than where do you buildup the implementation of the Repository that is created for persistance? Am I missing the Infrastructure layer which contains a Factory or IoC to loadup the actual repositories/services?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Flex 3 DataGrid component with backend filtering by jettro</title>
		<link>http://www.gridshore.nl/2008/03/25/creating-a-flex-3-datagrid-component-with-backend-filtering/comment-page-1/#comment-30125</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Fri, 19 Feb 2010 06:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/03/25/creating-a-flex-3-datagrid-component-with-backend-filtering/#comment-30125</guid>
		<description>Sorry I never use struts</description>
		<content:encoded><![CDATA[<p>Sorry I never use struts</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Flex 3 DataGrid component with backend filtering by sivaji</title>
		<link>http://www.gridshore.nl/2008/03/25/creating-a-flex-3-datagrid-component-with-backend-filtering/comment-page-1/#comment-30124</link>
		<dc:creator>sivaji</dc:creator>
		<pubDate>Fri, 19 Feb 2010 05:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/03/25/creating-a-flex-3-datagrid-component-with-backend-filtering/#comment-30124</guid>
		<description>could you please explain the how to retrieve tha data from struts to flex.</description>
		<content:encoded><![CDATA[<p>could you please explain the how to retrieve tha data from struts to flex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrate flex security in Mate using the spring BlazeDS integration project by jettro</title>
		<link>http://www.gridshore.nl/2009/05/24/integrate-flex-security-in-mate-using-the-spring-blazeds-integration-project/comment-page-1/#comment-30112</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Wed, 17 Feb 2010 15:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=789#comment-30112</guid>
		<description>Please check the comments, someone else has asked this question before. As far as I know these libraries cannot be found in a maven repository and you have to install them yourself.</description>
		<content:encoded><![CDATA[<p>Please check the comments, someone else has asked this question before. As far as I know these libraries cannot be found in a maven repository and you have to install them yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrate flex security in Mate using the spring BlazeDS integration project by lennon</title>
		<link>http://www.gridshore.nl/2009/05/24/integrate-flex-security-in-mate-using-the-spring-blazeds-integration-project/comment-page-1/#comment-30111</link>
		<dc:creator>lennon</dc:creator>
		<pubDate>Wed, 17 Feb 2010 15:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=789#comment-30111</guid>
		<description>JETRO Mr. hallo again, I was able to open the file flex_security, but I have a little problem when opening the file, there is an error message like this:

The plugin &#039;info.rvin.mojo: flex-compiler-mojo&#039; nÃ exist or no valid version could be found pom.xml

to deal with I try to update maven in eclipse IDE component, but that did not work, what should I do about it

thank you, please help me</description>
		<content:encoded><![CDATA[<p>JETRO Mr. hallo again, I was able to open the file flex_security, but I have a little problem when opening the file, there is an error message like this:</p>
<p>The plugin &#8216;info.rvin.mojo: flex-compiler-mojo&#8217; nÃ exist or no valid version could be found pom.xml</p>
<p>to deal with I try to update maven in eclipse IDE component, but that did not work, what should I do about it</p>
<p>thank you, please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrate flex security in Mate using the spring BlazeDS integration project by jettro</title>
		<link>http://www.gridshore.nl/2009/05/24/integrate-flex-security-in-mate-using-the-spring-blazeds-integration-project/comment-page-1/#comment-30110</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Wed, 17 Feb 2010 15:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=789#comment-30110</guid>
		<description>What file are you talking about? The pom.xml? I just open it with intellij and everything works nicely together. I have no experience with EclipseIDE or flex builder.</description>
		<content:encoded><![CDATA[<p>What file are you talking about? The pom.xml? I just open it with intellij and everything works nicely together. I have no experience with EclipseIDE or flex builder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrate flex security in Mate using the spring BlazeDS integration project by lennon</title>
		<link>http://www.gridshore.nl/2009/05/24/integrate-flex-security-in-mate-using-the-spring-blazeds-integration-project/comment-page-1/#comment-30108</link>
		<dc:creator>lennon</dc:creator>
		<pubDate>Wed, 17 Feb 2010 14:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=789#comment-30108</guid>
		<description>hallo mr JETRO, I am a beginner
I&#039;m still confused, how to open the file and run it, can use the eclipse IDE/ adobe flex 3 buider or to use other tools

thank you, please help me</description>
		<content:encoded><![CDATA[<p>hallo mr JETRO, I am a beginner<br />
I&#8217;m still confused, how to open the file and run it, can use the eclipse IDE/ adobe flex 3 buider or to use other tools</p>
<p>thank you, please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a w3c validated rss feed using Rome and spring 3 by SM</title>
		<link>http://www.gridshore.nl/2010/02/16/creating-a-w3c-validated-rss-feed-using-rome-and-spring-3/comment-page-1/#comment-30107</link>
		<dc:creator>SM</dc:creator>
		<pubDate>Wed, 17 Feb 2010 10:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=999#comment-30107</guid>
		<description>Useful port. Thanks</description>
		<content:encoded><![CDATA[<p>Useful port. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrate flex security in Mate using the spring BlazeDS integration project by Jacob Heric &#187; Blog Archive &#187; Spring Flex integration with BlazeDS</title>
		<link>http://www.gridshore.nl/2009/05/24/integrate-flex-security-in-mate-using-the-spring-blazeds-integration-project/comment-page-1/#comment-30045</link>
		<dc:creator>Jacob Heric &#187; Blog Archive &#187; Spring Flex integration with BlazeDS</dc:creator>
		<pubDate>Tue, 09 Feb 2010 18:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=789#comment-30045</guid>
		<description>[...] (originally developed by Adobe Evangelist Christophe Coenraets) is excellent. The fine fellows at Gridshore have also provided an excellent sample application that features full Maven support (the test drive is partially Ant driven). They also throw in the [...]</description>
		<content:encoded><![CDATA[<p>[...] (originally developed by Adobe Evangelist Christophe Coenraets) is excellent. The fine fellows at Gridshore have also provided an excellent sample application that features full Maven support (the test drive is partially Ant driven). They also throw in the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
