<?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 Valtech Blog</title>
	<atom:link href="http://blog.valtech.fr/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.valtech.fr/wordpress</link>
	<description>delivering business agility</description>
	<lastBuildDate>Thu, 29 Jul 2010 02:49:07 +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 Open source Sushi, Selenium Sandwich et Fitnesse Jus d&#8217;orange by Alexandre Combe</title>
		<link>http://blog.valtech.fr/wordpress/2009/05/05/open-source-sushi-selenium-sandwich-et-fitnesse-jus-dorange/comment-page-1/#comment-1735</link>
		<dc:creator>Alexandre Combe</dc:creator>
		<pubDate>Thu, 29 Jul 2010 02:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.valtech.fr/wordpress/?p=573#comment-1735</guid>
		<description>Pour les tests de montée en charge il y a aussi The Grinder (http://grinder.sourceforge.net) qui est un Framework Open Source développé en Java sur lequel viennent se greffer des tests réalisés en Jython. 
C&#039;est un peu un peu pour codeurs barbus mais c&#039;est extrêmement flexible !!</description>
		<content:encoded><![CDATA[<p>Pour les tests de montée en charge il y a aussi The Grinder (<a href="http://grinder.sourceforge.net" rel="nofollow">http://grinder.sourceforge.net</a>) qui est un Framework Open Source développé en Java sur lequel viennent se greffer des tests réalisés en Jython.<br />
C&#8217;est un peu un peu pour codeurs barbus mais c&#8217;est extrêmement flexible !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on De nouvelles sessions de séminaires gratuits sur Android by Grace Rodriguez</title>
		<link>http://blog.valtech.fr/wordpress/2010/01/20/de-nouvelles-sessions-de-seminaires-gratuits-sur-android/comment-page-1/#comment-1727</link>
		<dc:creator>Grace Rodriguez</dc:creator>
		<pubDate>Mon, 19 Jul 2010 19:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.valtech.fr/wordpress/?p=675#comment-1727</guid>
		<description>GPS is really needed for vehicles and also for some recreational purposes like in camping if you do not want to get lost.&quot;..</description>
		<content:encoded><![CDATA[<p>GPS is really needed for vehicles and also for some recreational purposes like in camping if you do not want to get lost.&#8221;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maveniser l&#8217;intégration de Flex, Spring et BlazeDS by jbcazaux</title>
		<link>http://blog.valtech.fr/wordpress/2009/08/20/integration-flex-blazeds-spring-dans-maven/comment-page-1/#comment-1721</link>
		<dc:creator>jbcazaux</dc:creator>
		<pubDate>Wed, 07 Jul 2010 00:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.valtech.fr/wordpress/?p=632#comment-1721</guid>
		<description>Indeed, you may have to modify the settings.xml in order to make maven working right.
d:\bin\maven\repository.
Beside that, there should not be any hard coded path in the code. Did maven downloadany of the jars ?</description>
		<content:encoded><![CDATA[<p>Indeed, you may have to modify the settings.xml in order to make maven working right.<br />
d:\bin\maven\repository.<br />
Beside that, there should not be any hard coded path in the code. Did maven downloadany of the jars ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maveniser l&#8217;intégration de Flex, Spring et BlazeDS by Raj V</title>
		<link>http://blog.valtech.fr/wordpress/2009/08/20/integration-flex-blazeds-spring-dans-maven/comment-page-1/#comment-1720</link>
		<dc:creator>Raj V</dc:creator>
		<pubDate>Tue, 06 Jul 2010 08:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.valtech.fr/wordpress/?p=632#comment-1720</guid>
		<description>Hi Jean-Baptiste,

I am running into this error when I do a mvn install/package from the root dir. 



[DEBUG] Source roots:
[DEBUG]  /Users/rajeshvenkatasubbu/dev/samples/valtechflexblazedstuto-20100330/valtechFlexBlazeDsTuto/valtechBlazeDsWebApp/src/main/java
[INFO] Compiling 3 source files to /Users/rajeshvenkatasubbu/dev/samples/valtechflexblazedstuto-20100330/valtechFlexBlazeDsTuto/valtechBlazeDsWebApp/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/Users/rvenkat/dev/samples/valtechflexblazedstuto-20100330/valtechFlexBlazeDsTuto/valtechBlazeDsWebApp/src/main/java/com/valtech/service/WelcomeService.java:[3,40] package org.springframework.flex.remoting does not exist

/Users/rvenkat/dev/samples/valtechflexblazedstuto-20100330/valtechFlexBlazeDsTuto/valtechBlazeDsWebApp/src/main/java/com/valtech/service/WelcomeService.java:[4,37] package org.springframework.stereotype does not exist

/Users/rvenkat/dev/samples/valtechflexblazedstuto-20100330/valtechFlexBlazeDsTuto/valtechBlazeDsWebApp/src/main/java/com/valtech/service/WelcomeService.java:[7,1] cannot find symbol
symbol: class Service
@Service

/Users/rvenkat/dev/samples/valtechflexblazedstuto-20100330/valtechFlexBlazeDsTuto/valtechBlazeDsWebApp/src/main/java/com/valtech/service/WelcomeService.java:[9,1] cannot find symbol
symbol: class RemotingDestination
@RemotingDestination(value = &quot;welcomeServiceDest&quot;)


[INFO] ------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.BuildFailureException: Compilation failure
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:699)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:540)
...
 ...


My suspicion is that the source, config, target and build directories are hard-coded to Windows path. Correct me if I am wrong. Also, can you please help me with compiling this right?

Thanks,
Rajesh</description>
		<content:encoded><![CDATA[<p>Hi Jean-Baptiste,</p>
<p>I am running into this error when I do a mvn install/package from the root dir. </p>
<p>[DEBUG] Source roots:<br />
[DEBUG]  /Users/rajeshvenkatasubbu/dev/samples/valtechflexblazedstuto-20100330/valtechFlexBlazeDsTuto/valtechBlazeDsWebApp/src/main/java<br />
[INFO] Compiling 3 source files to /Users/rajeshvenkatasubbu/dev/samples/valtechflexblazedstuto-20100330/valtechFlexBlazeDsTuto/valtechBlazeDsWebApp/target/classes<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[ERROR] BUILD FAILURE<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] Compilation failure</p>
<p>/Users/rvenkat/dev/samples/valtechflexblazedstuto-20100330/valtechFlexBlazeDsTuto/valtechBlazeDsWebApp/src/main/java/com/valtech/service/WelcomeService.java:[3,40] package org.springframework.flex.remoting does not exist</p>
<p>/Users/rvenkat/dev/samples/valtechflexblazedstuto-20100330/valtechFlexBlazeDsTuto/valtechBlazeDsWebApp/src/main/java/com/valtech/service/WelcomeService.java:[4,37] package org.springframework.stereotype does not exist</p>
<p>/Users/rvenkat/dev/samples/valtechflexblazedstuto-20100330/valtechFlexBlazeDsTuto/valtechBlazeDsWebApp/src/main/java/com/valtech/service/WelcomeService.java:[7,1] cannot find symbol<br />
symbol: class Service<br />
@Service</p>
<p>/Users/rvenkat/dev/samples/valtechflexblazedstuto-20100330/valtechFlexBlazeDsTuto/valtechBlazeDsWebApp/src/main/java/com/valtech/service/WelcomeService.java:[9,1] cannot find symbol<br />
symbol: class RemotingDestination<br />
@RemotingDestination(value = &#8220;welcomeServiceDest&#8221;)</p>
<p>[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[DEBUG] Trace<br />
org.apache.maven.BuildFailureException: Compilation failure<br />
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:699)<br />
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:540)<br />
&#8230;<br />
 &#8230;</p>
<p>My suspicion is that the source, config, target and build directories are hard-coded to Windows path. Correct me if I am wrong. Also, can you please help me with compiling this right?</p>
<p>Thanks,<br />
Rajesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tutoriel Android : Mise en place de l&#8217;environnement de développement Android 1.6r1 Eclipse Galileo (3.5) by casablanca</title>
		<link>http://blog.valtech.fr/wordpress/2009/10/22/tutoriel-android-mise-en-place-de-lenvironnement-de-developpement-android-16r1-eclipse-galileo-35/comment-page-1/#comment-1706</link>
		<dc:creator>casablanca</dc:creator>
		<pubDate>Thu, 24 Jun 2010 03:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.valtech.fr/wordpress/?p=638#comment-1706</guid>
		<description>Je viens de tomber sur votre blog très intéressant</description>
		<content:encoded><![CDATA[<p>Je viens de tomber sur votre blog très intéressant</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Afterwork « Architecture et SOA » by Eric Le Merdy</title>
		<link>http://blog.valtech.fr/wordpress/2009/03/01/afterwork-%c2%ab-architecture-et-soa-%c2%bb/comment-page-1/#comment-1678</link>
		<dc:creator>Eric Le Merdy</dc:creator>
		<pubDate>Wed, 02 Jun 2010 13:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.valtech.fr/wordpress/?p=551#comment-1678</guid>
		<description>Oui, vous pouvez retrouver les slides sur la &lt;a href=&quot;http://www.valtech.fr/fr/index/news/after-work/architecture-SOA.html&quot; rel=&quot;nofollow&quot;&gt;page originale de l&#039;after work&lt;/a&gt; d&#039;où vous pouvez télécharger les deux présentations disponibles:
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.valtech.fr/etc/medialib/library/learning_services/fr/Valtech_after_work.Par.74235.File.dat/Afterwork_SOA_25_mars_2009.pdf&quot; rel=&quot;nofollow&quot;&gt;Présentation SOA&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://www.valtech.fr/etc/medialib/library/learning_services/fr/Valtech_after_work.Par.37349.File.dat/ESB_Open_Source.pdf&quot; rel=&quot;nofollow&quot;&gt;Présentation ESB Open-Source&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
		<content:encoded><![CDATA[<p>Oui, vous pouvez retrouver les slides sur la <a href="http://www.valtech.fr/fr/index/news/after-work/architecture-SOA.html" rel="nofollow">page originale de l&#8217;after work</a> d&#8217;où vous pouvez télécharger les deux présentations disponibles:</p>
<ul>
<li><a href="http://www.valtech.fr/etc/medialib/library/learning_services/fr/Valtech_after_work.Par.74235.File.dat/Afterwork_SOA_25_mars_2009.pdf" rel="nofollow">Présentation SOA</a></li>
<li><a href="http://www.valtech.fr/etc/medialib/library/learning_services/fr/Valtech_after_work.Par.37349.File.dat/ESB_Open_Source.pdf" rel="nofollow">Présentation ESB Open-Source</a></li>
</ul>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maveniser l&#8217;intégration de Flex, Spring et BlazeDS by enbili</title>
		<link>http://blog.valtech.fr/wordpress/2009/08/20/integration-flex-blazeds-spring-dans-maven/comment-page-1/#comment-1674</link>
		<dc:creator>enbili</dc:creator>
		<pubDate>Tue, 01 Jun 2010 06:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.valtech.fr/wordpress/?p=632#comment-1674</guid>
		<description>effectivement ça fonctionne. Juste il faut créer une application de type Adobe air
j&#039;ai essayé avec l&#039;exemple : 
 http://www.brightworks.com/flex_ability/?p=74
 http://www.brightworks.com/flex_ability/?p=73
Pour la manipulations des exemples avec FlexBuilder voir : http://localhost:8400/samples/fb-project-setup.htm</description>
		<content:encoded><![CDATA[<p>effectivement ça fonctionne. Juste il faut créer une application de type Adobe air<br />
j&#8217;ai essayé avec l&#8217;exemple :<br />
 <a href="http://www.brightworks.com/flex_ability/?p=74" rel="nofollow">http://www.brightworks.com/flex_ability/?p=74</a><br />
 <a href="http://www.brightworks.com/flex_ability/?p=73" rel="nofollow">http://www.brightworks.com/flex_ability/?p=73</a><br />
Pour la manipulations des exemples avec FlexBuilder voir : <a href="http://localhost:8400/samples/fb-project-setup.htm" rel="nofollow">http://localhost:8400/samples/fb-project-setup.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Afterwork « Architecture et SOA » by maurice</title>
		<link>http://blog.valtech.fr/wordpress/2009/03/01/afterwork-%c2%ab-architecture-et-soa-%c2%bb/comment-page-1/#comment-1672</link>
		<dc:creator>maurice</dc:creator>
		<pubDate>Sun, 30 May 2010 07:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.valtech.fr/wordpress/?p=551#comment-1672</guid>
		<description>Bonjour

Ce serait t il possible d&#039;avoir les supports ou autre choses concernant cet afterworks.

cdt</description>
		<content:encoded><![CDATA[<p>Bonjour</p>
<p>Ce serait t il possible d&#8217;avoir les supports ou autre choses concernant cet afterworks.</p>
<p>cdt</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SpringSource rachète G2One: que deviennent Groovy &amp; Grails? by groovy</title>
		<link>http://blog.valtech.fr/wordpress/2008/11/11/springsource-rachete-g2one-que-deviennent-groovy-grails/comment-page-1/#comment-1671</link>
		<dc:creator>groovy</dc:creator>
		<pubDate>Sun, 30 May 2010 05:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.valtech.fr/wordpress/?p=505#comment-1671</guid>
		<description>nice groovy, i think its good article. good luck</description>
		<content:encoded><![CDATA[<p>nice groovy, i think its good article. good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maveniser l&#8217;intégration de Flex, Spring et BlazeDS by jbcazaux</title>
		<link>http://blog.valtech.fr/wordpress/2009/08/20/integration-flex-blazeds-spring-dans-maven/comment-page-1/#comment-1669</link>
		<dc:creator>jbcazaux</dc:creator>
		<pubDate>Sun, 30 May 2010 00:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.valtech.fr/wordpress/?p=632#comment-1669</guid>
		<description>@enbili
Je n&#039;ai jamais fait le test mais je pense que ça fonctionne sans soucis. Tiens nous au courant si il faut faire quelquechose de plus !</description>
		<content:encoded><![CDATA[<p>@enbili<br />
Je n&#8217;ai jamais fait le test mais je pense que ça fonctionne sans soucis. Tiens nous au courant si il faut faire quelquechose de plus !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
