<?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: Flex, Spring and BlazeDS: the full stack! (Epilogue)</title>
	<atom:link href="http://sebastien-arbogast.com/2008/04/20/flex-spring-and-blazeds-the-full-stack-epilogue/feed/" rel="self" type="application/rss+xml" />
	<link>http://sebastien-arbogast.com/2008/04/20/flex-spring-and-blazeds-the-full-stack-epilogue/</link>
	<description>Solving Software Problems since 2010</description>
	<lastBuildDate>Thu, 17 May 2012 15:07:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Springsteam - Next Generation Java Development &#124; Spring . Flex/AIR . 3D &#187; Blog Archive &#187; Flex Supports Spring - Are You Ready to Skip Web 2.0?</title>
		<link>http://sebastien-arbogast.com/2008/04/20/flex-spring-and-blazeds-the-full-stack-epilogue/comment-page-1/#comment-950</link>
		<dc:creator>Springsteam - Next Generation Java Development &#124; Spring . Flex/AIR . 3D &#187; Blog Archive &#187; Flex Supports Spring - Are You Ready to Skip Web 2.0?</dc:creator>
		<pubDate>Sat, 23 May 2009 02:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=58#comment-950</guid>
		<description>[...] MySQL and a Maven build (2, 3rd part is still not published; Original series: 1, 2, 3, 4, 5)  Tags: AJAX, BlazeDS, Cinnamon, Flex, GraniteDS, JSF, Spring, WebORB Related [...]</description>
		<content:encoded><![CDATA[<p>[...] MySQL and a Maven build (2, 3rd part is still not published; Original series: 1, 2, 3, 4, 5)  Tags: AJAX, BlazeDS, Cinnamon, Flex, GraniteDS, JSF, Spring, WebORB Related [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien</title>
		<link>http://sebastien-arbogast.com/2008/04/20/flex-spring-and-blazeds-the-full-stack-epilogue/comment-page-1/#comment-566</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Fri, 17 Oct 2008 21:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=58#comment-566</guid>
		<description>OK, obviously there are 2 problems in my article on Adobe Developer Connection and I finally found the time to look into it:
  
First of all, there was a big error in one of the POMs in todolist3.zip. In todolist-web/pom.xml, if the first dependency looks like this:
  
&lt;dependency&gt;
     &lt;groupId&gt;${project.groupId}&lt;/groupId&gt;
     &lt;artifactId&gt;todolist-common&lt;/artifactId&gt;
     &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
&lt;/dependency&gt;
  
Then replace it with this:
  
&lt;dependency&gt;
     &lt;groupId&gt;${project.groupId}&lt;/groupId&gt;
     &lt;artifactId&gt;todolist-config&lt;/artifactId&gt;
     &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;
     &lt;classifier&gt;resources&lt;/classifier&gt;
     &lt;type&gt;zip&lt;/type&gt;
     &lt;scope&gt;provided&lt;/scope&gt;
&lt;/dependency&gt;
  
And it should work fine.
  
The second error is in the article itself: of course, all of the namespace declarations should be xmlns:mx=&quot;http://www.adobe.com/2006/mxml&quot; instead of xmlns:mx=&quot;/2006/mxml&quot; .  
  
I&#039;ll try to reach ADC editor so that they can fix those mistakes. Thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>OK, obviously there are 2 problems in my article on Adobe Developer Connection and I finally found the time to look into it:</p>
<p>First of all, there was a big error in one of the POMs in todolist3.zip. In todolist-web/pom.xml, if the first dependency looks like this:</p>
<p>&lt;dependency&gt;<br />
     &lt;groupId&gt;${project.groupId}&lt;/groupId&gt;<br />
     &lt;artifactId&gt;todolist-common&lt;/artifactId&gt;<br />
     &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;<br />
&lt;/dependency&gt;</p>
<p>Then replace it with this:</p>
<p>&lt;dependency&gt;<br />
     &lt;groupId&gt;${project.groupId}&lt;/groupId&gt;<br />
     &lt;artifactId&gt;todolist-config&lt;/artifactId&gt;<br />
     &lt;version&gt;1.0-SNAPSHOT&lt;/version&gt;<br />
     &lt;classifier&gt;resources&lt;/classifier&gt;<br />
     &lt;type&gt;zip&lt;/type&gt;<br />
     &lt;scope&gt;provided&lt;/scope&gt;<br />
&lt;/dependency&gt;</p>
<p>And it should work fine.</p>
<p>The second error is in the article itself: of course, all of the namespace declarations should be xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221; instead of xmlns:mx=&#8221;/2006/mxml&#8221; .  </p>
<p>I&#8217;ll try to reach ADC editor so that they can fix those mistakes. Thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien</title>
		<link>http://sebastien-arbogast.com/2008/04/20/flex-spring-and-blazeds-the-full-stack-epilogue/comment-page-1/#comment-565</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Fri, 17 Oct 2008 20:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=58#comment-565</guid>
		<description>You can&#039;t get it from any other repository because it&#039;s actually a module of this project. So it should be built before et deployed to your local repository. There must be an error in my POM or something but I don&#039;t have time to look into that issue at the moment. From what I&#039;ve heard, the project here on my blog builds fine, maybe you could compare them and spot the error.

Sorry about that, but I&#039;m really busy right now.</description>
		<content:encoded><![CDATA[<p>You can&#8217;t get it from any other repository because it&#8217;s actually a module of this project. So it should be built before et deployed to your local repository. There must be an error in my POM or something but I don&#8217;t have time to look into that issue at the moment. From what I&#8217;ve heard, the project here on my blog builds fine, maybe you could compare them and spot the error.</p>
<p>Sorry about that, but I&#8217;m really busy right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peder</title>
		<link>http://sebastien-arbogast.com/2008/04/20/flex-spring-and-blazeds-the-full-stack-epilogue/comment-page-1/#comment-564</link>
		<dc:creator>Peder</dc:creator>
		<pubDate>Fri, 17 Oct 2008 20:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=58#comment-564</guid>
		<description>Hi Sebastien,

have you run the pom lately to see if all the repositories are up to date?

I get 

Missing:
----------
1) org.epseelon.samples:todolist-common:jar:1.0-SNAPSHOT  

but I can&#039;t find this module in any of the references repositories.  Very frustrating!

Thanks,

Peder J.</description>
		<content:encoded><![CDATA[<p>Hi Sebastien,</p>
<p>have you run the pom lately to see if all the repositories are up to date?</p>
<p>I get </p>
<p>Missing:<br />
&#8212;&#8212;&#8212;-<br />
1) org.epseelon.samples:todolist-common:jar:1.0-SNAPSHOT  </p>
<p>but I can&#8217;t find this module in any of the references repositories.  Very frustrating!</p>
<p>Thanks,</p>
<p>Peder J.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sriram</title>
		<link>http://sebastien-arbogast.com/2008/04/20/flex-spring-and-blazeds-the-full-stack-epilogue/comment-page-1/#comment-304</link>
		<dc:creator>sriram</dc:creator>
		<pubDate>Sat, 07 Jun 2008 10:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=58#comment-304</guid>
		<description>Thanks Sabastien ,Great Article.

i an eager to see this running in embedded jetty.</description>
		<content:encoded><![CDATA[<p>Thanks Sabastien ,Great Article.</p>
<p>i an eager to see this running in embedded jetty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien</title>
		<link>http://sebastien-arbogast.com/2008/04/20/flex-spring-and-blazeds-the-full-stack-epilogue/comment-page-1/#comment-300</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Thu, 05 Jun 2008 06:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=58#comment-300</guid>
		<description>This is really wrong. I&#039;ll post a message on maven list about that.</description>
		<content:encoded><![CDATA[<p>This is really wrong. I&#8217;ll post a message on maven list about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wyz</title>
		<link>http://sebastien-arbogast.com/2008/04/20/flex-spring-and-blazeds-the-full-stack-epilogue/comment-page-1/#comment-299</link>
		<dc:creator>wyz</dc:creator>
		<pubDate>Thu, 05 Jun 2008 04:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=58#comment-299</guid>
		<description>Btw, I also realize that the blazeds-remoting in the central repos is depending on blazeds-core 1.0beta1 and blaze-common 1.0beta1. Should this be fixed?</description>
		<content:encoded><![CDATA[<p>Btw, I also realize that the blazeds-remoting in the central repos is depending on blazeds-core 1.0beta1 and blaze-common 1.0beta1. Should this be fixed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wyz</title>
		<link>http://sebastien-arbogast.com/2008/04/20/flex-spring-and-blazeds-the-full-stack-epilogue/comment-page-1/#comment-298</link>
		<dc:creator>wyz</dc:creator>
		<pubDate>Thu, 05 Jun 2008 04:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=58#comment-298</guid>
		<description>Thanks, sebastine. I changed the version of blazeDS to 3.0 and I does not try to download anything else any more. 

I checked my local repos and found those jars with pom. Thanks for your excellent work again. 

Btw, did you consider to make your example to run with embedded database (hsqldb or h2database) and embedded servlet container (jetty)? Then it will make your example work out-of-box.</description>
		<content:encoded><![CDATA[<p>Thanks, sebastine. I changed the version of blazeDS to 3.0 and I does not try to download anything else any more. </p>
<p>I checked my local repos and found those jars with pom. Thanks for your excellent work again. </p>
<p>Btw, did you consider to make your example to run with embedded database (hsqldb or h2database) and embedded servlet container (jetty)? Then it will make your example work out-of-box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien</title>
		<link>http://sebastien-arbogast.com/2008/04/20/flex-spring-and-blazeds-the-full-stack-epilogue/comment-page-1/#comment-297</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Wed, 04 Jun 2008 16:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=58#comment-297</guid>
		<description>Might be because BlazeDS are deployed on my own repository without POM&#039;s. Try to change the version of all 3 BlazeDS libraries to 3.0 instead of 3.0.0.544. It seems that someone has deployed those to a public Maven repositories with POM. Could you please let me know your results with that?</description>
		<content:encoded><![CDATA[<p>Might be because BlazeDS are deployed on my own repository without POM&#8217;s. Try to change the version of all 3 BlazeDS libraries to 3.0 instead of 3.0.0.544. It seems that someone has deployed those to a public Maven repositories with POM. Could you please let me know your results with that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wyz</title>
		<link>http://sebastien-arbogast.com/2008/04/20/flex-spring-and-blazeds-the-full-stack-epilogue/comment-page-1/#comment-296</link>
		<dc:creator>wyz</dc:creator>
		<pubDate>Wed, 04 Jun 2008 15:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=58#comment-296</guid>
		<description>Hi, Thanks a lot for your work. I am using this with some modification (use h2database and jetty for easier testing). 

One question I have is whenever I install or run it, maven will download blazeds modules again. Is this normal?</description>
		<content:encoded><![CDATA[<p>Hi, Thanks a lot for your work. I am using this with some modification (use h2database and jetty for easier testing). </p>
<p>One question I have is whenever I install or run it, maven will download blazeds modules again. Is this normal?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

