<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Graine de kawa.</title>
	<atom:link href="http://xavier-carpentier.fr/feed/" rel="self" type="application/rss+xml" />
	<link>http://xavier-carpentier.fr</link>
	<description>Java et les autres technologies de développement web !</description>
	<lastBuildDate>Tue, 29 May 2012 12:51:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Developer Forum 2012, mon bilan</title>
		<link>http://xavier-carpentier.fr/admin/conference/developer-forum-2012-mon-bilan/</link>
		<comments>http://xavier-carpentier.fr/admin/conference/developer-forum-2012-mon-bilan/#comments</comments>
		<pubDate>Tue, 29 May 2012 12:51:06 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[conférence]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/?p=1339</guid>
		<description><![CDATA[Le Developer Forum 2012 du 25 mai dernier n&#8217;a pas connu l&#8217;affluence escompté, malheureusement. Cependant ça n’enlève en rien la qualité technique des talks. Hybridation La 1er session à laquelle j&#8217;ai assisté abordé le sujet de l&#8217;hybridation (monde virtuel en parallèle du monde réel) ou j&#8217;ai pu voir que le numérique vers l&#8217;analogique (ou même [...]]]></description>
			<content:encoded><![CDATA[
<p>Le <a title="Developer Forum 2012" href="http://www.developerforum.eu/events/3-all/761-developerforum-2012-informixtechday-2012.html" target="_blank">Developer Forum 2012</a> du 25 mai dernier n&#8217;a pas connu l&#8217;affluence escompté, malheureusement. Cependant ça n’enlève en rien la qualité technique des talks.</p>
<h3>Hybridation</h3>
<p>La 1er session à laquelle j&#8217;ai assisté abordé le sujet de l&#8217;hybridation (monde virtuel en parallèle du monde réel) ou j&#8217;ai pu voir que le numérique vers l&#8217;analogique (ou même le physique) reste encore et toujours le plus complexe mais que de plus en plus d’intérêt y sont porté (ex: imprimante 3D, <a title="Fab Lab" href="http://fr.wikipedia.org/wiki/Fab_lab" target="_blank">Fab Lab</a>, &#8230;). La RA (<a title="RA" href="http://fr.wikipedia.org/wiki/Realite_augmentee" target="_blank">réalité augmentée</a>) est le balbutiement de l&#8217;hybridation. Avec quelques expériences filmées : <a title="http://youtube/VDNab/" href="http://youtube/VDNab/" target="_blank">http://youtube/VDNab/</a></p>
<p>Ces expériences utilisent les technologies suivantes :</p>
<ul>
<li>NFC, RFID pour la détection d&nbsp;&raquo;information par radio fréquences</li>
<li>SSE : Server Send Event : node.js</li>
<li>WebGL, JavaScript (HTML5) et les librairie de Nolife pour les avatars.</li>
<li>AIML : norme XML pour l&#8217;intelligence artificielle</li>
</ul>
<h3>WOA</h3>
<p>J&#8217;ai moi même fais une présentation sur la Web Oriented Architecture : <a href="https://docs.google.com/open?id=0BycLy97UFPLeZk1ILWFYa2d1N3c" target="_blank">voir la présentation.</a></p>
<h3>Cloud (par François Tonic)</h3>
<p>Puis j&#8217;ai assisté à la conférence de François Tonic (rédacteur en chef du magazine <a title="http://www.programmez.com/" href="http://www.programmez.com/" target="_blank">Programmez!</a>) sur le sujet du cloud : où va le cloud ? Quels impacts pour le développeur ?<br />
Le Paas (<a title="http://fr.wikipedia.org/wiki/Platform_as_a_service" href="http://fr.wikipedia.org/wiki/Platform_as_a_service" target="_blank">Platform As A Service</a>) est l&#8217;environnement à privilégier pour les développeur en terme de monté en compétence.</p>
<h3>HBase (Hadoop)</h3>
<p>Finalement j&#8217;ai terminé avec une présentation d&#8217;un retour d&#8217;expérience sur HBase :</p>
<ul>
<li>Avoir un modèle orienté requêtes pour les performance (vs. un modèle métier)</li>
<li><a title="http://fr.wikipedia.org/wiki/Th%C3%A9or%C3%A8me_CAP" href="http://fr.wikipedia.org/wiki/Th%C3%A9or%C3%A8me_CAP" target="_blank">Théorème CAP</a> (Coherence, <em>Availability, </em><em>Partition</em>)</li>
<li>utilisation de Zookeeper</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/admin/conference/developer-forum-2012-mon-bilan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Speed Race Is On: Vert.x and Node.js</title>
		<link>http://xavier-carpentier.fr/mashupxfeed/java/the-speed-race-is-on-vert-x-and-node-js/</link>
		<comments>http://xavier-carpentier.fr/mashupxfeed/java/the-speed-race-is-on-vert-x-and-node-js/#comments</comments>
		<pubDate>Tue, 29 May 2012 05:53:54 +0000</pubDate>
		<dc:creator>mashupxfeed</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Framework]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/mashupxfeed/java/the-speed-race-is-on-vert-x-and-node-js/</guid>
		<description><![CDATA[Vert.x and Node.js
 are similar in some ways, and different in others.  One such difference
 is that Node.js only allows you to write code in JavaScript whereas 
Vert.x allows you to code in Java, Groovy, JavaScript, Ruby and 
eventually as the Vert.x team expands support for the following is 
planned: Clojure, Scala and Python.
      Preview Text: 
    
            
                   ...]]></description>
			<content:encoded><![CDATA[
<div class="giArticleIntroduction">Vert.x and Node.js<br />
 are similar in some ways, and different in others.  One such difference<br />
 is that Node.js only allows you to write code in JavaScript whereas<br />
Vert.x allows you to code in Java, Groovy, JavaScript, Ruby and<br />
eventually as the Vert.x team expands support for the following is<br />
planned: Clojure, Scala and Python.<br />
      Preview Text: </p>
<p>                   &#8230;</p></div>
<div class="giArticleBody"></div>
<div class="giArticleReference">
<p class="giauthor">Auteur&nbsp;: chadlung</p>
<p class="gilink">Retrouvez tout l&#8217;article <a class="giglink" href='http://feeds.dzone.com/~r/javalobby/frontpage/~3/bgOExML0Kb8/speed-race-vertx-and-nodejs' target='_blank'>The Speed Race Is On: Vert.x and Node.js</a> sur le site <a class="giglink" href='http://java.dzone.com/' target='_blank'>Javalobby &#8211; The heart of the Java developer community</a>.</p>
<p>Article révélé par <a href="http://www.mashupxfeed.com" class="gi-signature-link">MashupXFeed®</a></div>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/mashupxfeed/java/the-speed-race-is-on-vert-x-and-node-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java in the Cloud with CloudBees</title>
		<link>http://xavier-carpentier.fr/mashupxfeed/java/java-in-the-cloud-with-cloudbees/</link>
		<comments>http://xavier-carpentier.fr/mashupxfeed/java/java-in-the-cloud-with-cloudbees/#comments</comments>
		<pubDate>Mon, 28 May 2012 05:59:36 +0000</pubDate>
		<dc:creator>mashupxfeed</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[CloudBees]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/mashupxfeed/java/java-in-the-cloud-with-cloudbees/</guid>
		<description><![CDATA[In this-hour presentation, CloudBees CEO Sacha Labourey discusses the potential of Java development on the cloud.   
      Preview Text: 
    
            
                    In this-hour presentation, CloudBees CEO Sacha Labourey discusses the potential of Java development on the cloud.          
        


      Sponsored: 
    
            
                    unsponsored        
 ...]]></description>
			<content:encoded><![CDATA[
<div class="giArticleIntroduction">In this-hour presentation, CloudBees CEO Sacha Labourey discusses the potential of Java development on the cloud. <br />
      Preview Text: </p>
<p>                    In this-hour presentation, CloudBees CEO Sacha Labourey discusses the potential of Java development on the cloud.          </p>
<p>      Sponsored: </p>
<p>                    unsponsored<br />
 &#8230;</p></div>
<div class="giArticleBody"></div>
<div class="giArticleReference">
<p class="giauthor">Auteur&nbsp;: egenesky</p>
<p class="gilink">Retrouvez tout l&#8217;article <a class="giglink" href='http://feeds.dzone.com/~r/javalobby/frontpage/~3/p60Ghr1FvJo/java-cloud-cloudbees' target='_blank'>Java in the Cloud with CloudBees</a> sur le site <a class="giglink" href='http://java.dzone.com/' target='_blank'>Javalobby &#8211; The heart of the Java developer community</a>.</p>
<p>Article révélé par <a href="http://www.mashupxfeed.com" class="gi-signature-link">MashupXFeed®</a></div>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/mashupxfeed/java/java-in-the-cloud-with-cloudbees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Mustache.java Templates With Struts 2</title>
		<link>http://xavier-carpentier.fr/mashupxfeed/java/using-mustache-java-templates-with-struts-2/</link>
		<comments>http://xavier-carpentier.fr/mashupxfeed/java/using-mustache-java-templates-with-struts-2/#comments</comments>
		<pubDate>Sun, 27 May 2012 05:26:10 +0000</pubDate>
		<dc:creator>mashupxfeed</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/mashupxfeed/java/using-mustache-java-templates-with-struts-2/</guid>
		<description><![CDATA[A friend recently recommended I take a look at the Mustache
 templating engine. It's clean, simple and designer friendly, and 
promotes logic minimization on the template side (I don't like the term 
"logic-less", I don't think you can get away with absolutely zero 
logic).
      Preview Text: 
    
            
                    A friend recently recommended I take a look at the...]]></description>
			<content:encoded><![CDATA[
<div class="giArticleIntroduction">A friend recently recommended I take a look at the Mustache<br />
 templating engine. It&#8217;s clean, simple and designer friendly, and<br />
promotes logic minimization on the template side (I don&#8217;t like the term<br />
&laquo;&nbsp;logic-less&nbsp;&raquo;, I don&#8217;t think you can get away with absolutely zero<br />
logic).<br />
      Preview Text: </p>
<p>                    A friend recently recommended I take a look at the&#8230;</p></div>
<div class="giArticleBody"></div>
<div class="giArticleReference">
<p class="giauthor">Auteur&nbsp;: rzuasti</p>
<p class="gilink">Retrouvez tout l&#8217;article <a class="giglink" href='http://feeds.dzone.com/~r/javalobby/frontpage/~3/D9lJEZB-xzI/using-mustachejava-templates' target='_blank'>Using Mustache.java Templates With Struts 2</a> sur le site <a class="giglink" href='http://java.dzone.com/' target='_blank'>Javalobby &#8211; The heart of the Java developer community</a>.</p>
<p>Article révélé par <a href="http://www.mashupxfeed.com" class="gi-signature-link">MashupXFeed®</a></div>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/mashupxfeed/java/using-mustache-java-templates-with-struts-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BigData : de nouvelles opportunités</title>
		<link>http://xavier-carpentier.fr/mashupxfeed/java/bigdata-de-nouvelles-opportunites/</link>
		<comments>http://xavier-carpentier.fr/mashupxfeed/java/bigdata-de-nouvelles-opportunites/#comments</comments>
		<pubDate>Sat, 26 May 2012 10:59:48 +0000</pubDate>
		<dc:creator>mashupxfeed</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/mashupxfeed/java/bigdata-de-nouvelles-opportunites/</guid>
		<description><![CDATA[S'il y a un secteur qui m'intéresse en ce moment, c'est celui du traitement de données en masse, ce que l'on appelle « BigData » en Anglais. Comme le disait Antonio Goncalves lors de sa keynote du Jug Summer camp 2011 : nous créons chaque jour un volume important de données, bien plus qu'il y a 10 ans et bien plus que nous n'avons jamais créé dans l'histoire de l'humanité.
The McKinsey Global Institute estimates that data volume is growing 40 percent per year, and will grow 44-fold between 2009 and 2020 (source: big-data-strategy-guide-1536569.pdf). 
Chaque ...]]></description>
			<content:encoded><![CDATA[
<div class="giArticleIntroduction">S&#8217;il y a un secteur qui m&#8217;intéresse en ce moment, c&#8217;est celui du traitement de données en masse, ce que l&#8217;on appelle « BigData » en Anglais. Comme le disait Antonio Goncalves lors de sa keynote du Jug Summer camp 2011 : nous créons chaque jour un volume important de données, bien plus qu&#8217;il y a 10 ans et bien plus que nous n&#8217;avons jamais créé dans l&#8217;histoire de l&#8217;humanité.<br />
The McKinsey Global Institute estimates that data volume is growing 40 percent per year, and will grow 44-fold between 2009 and 2020 (source: big-data-strategy-guide-1536569.pdf). <br />
Chaque &#8230;</div>
<div class="giArticleBody"></div>
<div class="giArticleReference">
<p class="gilink">Retrouvez tout l&#8217;article <a class="giglink" href='http://www.touilleur-express.fr/2012/05/26/bigdata-de-nouvelles-opportunites/' target='_blank'>BigData : de nouvelles opportunit&eacute;s</a> sur le site <a class="giglink" href='http://www.touilleur-express.fr' target='_blank'>Le Touilleur Express</a>.</p>
<p>Article révélé par <a href="http://www.mashupxfeed.com" class="gi-signature-link">MashupXFeed®</a></div>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/mashupxfeed/java/bigdata-de-nouvelles-opportunites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Style Architecture au DeveloperForum 2012</title>
		<link>http://xavier-carpentier.fr/admin/conference/web-style-architecture-au-developerforum-2012/</link>
		<comments>http://xavier-carpentier.fr/admin/conference/web-style-architecture-au-developerforum-2012/#comments</comments>
		<pubDate>Fri, 25 May 2012 13:56:52 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[conférence]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/?p=1333</guid>
		<description><![CDATA[Suite à la présentation faîtes lors de l&#8217;événement Developer Forum 2012, plusieurs sujets passionnants ont été abordés. J&#8217;ai eu l&#8217;occasion de parler de Web Oriented Architecture. La présentation est à votre disposition ici pour ceux qui souhaitent la parcourir, même si vous n&#8217;aurez pas ma voix avec ;-) &#8230; Bonne lecture.]]></description>
			<content:encoded><![CDATA[
<p>Suite à la présentation faîtes lors de l&#8217;événement Developer Forum 2012, plusieurs sujets passionnants ont été abordés.</p>
<p>J&#8217;ai eu l&#8217;occasion de parler de Web Oriented Architecture. La présentation est à votre disposition <strong><a title="Web Style Architecture" href="https://docs.google.com/open?id=0BycLy97UFPLeZk1ILWFYa2d1N3c" target="_self">ici</a></strong> pour ceux qui souhaitent la parcourir, même si vous n&#8217;aurez pas ma voix avec ;-) &#8230;</p>
<p>Bonne lecture.</p>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/admin/conference/web-style-architecture-au-developerforum-2012/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Java sous Android : Google l&#8217;emporte face à Oracle</title>
		<link>http://xavier-carpentier.fr/mashupxfeed/java/java-sous-android-google-lemporte-face-a-oracle/</link>
		<comments>http://xavier-carpentier.fr/mashupxfeed/java/java-sous-android-google-lemporte-face-a-oracle/#comments</comments>
		<pubDate>Thu, 24 May 2012 14:36:51 +0000</pubDate>
		<dc:creator>mashupxfeed</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/mashupxfeed/java/java-sous-android-google-lemporte-face-a-oracle/</guid>
		<description><![CDATA[Le tribunal fédéral de San Francisco a jugé que la société Internet ne s'était pas rendue coupable de violation de brevets en utilisant dans son OS mobile Android les technologies Java, dont le géant du logiciel d'entreprise, Oracle, est propriétaire.]]></description>
			<content:encoded><![CDATA[
<div class="giArticleIntroduction">Le tribunal fédéral de San Francisco a jugé que la société Internet ne s&#8217;était pas rendue coupable de violation de brevets en utilisant dans son OS mobile Android les technologies Java, dont le géant du logiciel d&#8217;entreprise, Oracle, est propriétaire.</div>
<div class="giArticleBody"></div>
<div class="giArticleReference">
<p class="gilink">Retrouvez tout l&#8217;article <a class="giglink" href='http://www.silicon.fr/java-android-google-emporte-oracle-75002.html' target='_blank'>Java sous Android : Google l&#8217;emporte face &agrave; Oracle</a> sur le site <a class="giglink" href='http://pipes.yahoo.com/pipes/pipe.info?_id=bGCI3Sdi3RG8ea1srbQIDg' target='_blank'>Veille Technologique</a>.</p>
<p>Article révélé par <a href="http://www.mashupxfeed.com" class="gi-signature-link">MashupXFeed®</a></div>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/mashupxfeed/java/java-sous-android-google-lemporte-face-a-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans IDE 7.2: Smarter &amp; Faster</title>
		<link>http://xavier-carpentier.fr/mashupxfeed/java/netbeans-ide-7-2-smarter-faster/</link>
		<comments>http://xavier-carpentier.fr/mashupxfeed/java/netbeans-ide-7-2-smarter-faster/#comments</comments>
		<pubDate>Wed, 23 May 2012 15:19:47 +0000</pubDate>
		<dc:creator>mashupxfeed</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/mashupxfeed/java/netbeans-ide-7-2-smarter-faster/</guid>
		<description><![CDATA[The NetBeans IDE 7.2 release, with its Beta having made available today, comes with significantly improved performance and many new features in the Java Editor, with a special focus on new static code analysis capabilities. Along with a vastly improved developer experience that helps you write good, bug-free code quickly, it also delivers improvements in other areas, notably in its support for...]]></description>
			<content:encoded><![CDATA[
<div class="giArticleIntroduction">The NetBeans IDE 7.2 release, with its Beta having made available today, comes with significantly improved performance and many new features in the Java Editor, with a special focus on new static code analysis capabilities. Along with a vastly improved developer experience that helps you write good, bug-free code quickly, it also delivers improvements in other areas, notably in its support for&#8230;</div>
<div class="giArticleBody"></div>
<div class="giArticleReference">
<p class="giauthor">Auteur&nbsp;: geertjan</p>
<p class="gilink">Retrouvez tout l&#8217;article <a class="giglink" href='http://feeds.dzone.com/~r/javalobby/frontpage/~3/eTyhAP2n5cw/netbeans-ide-72-smarter-faster' target='_blank'>NetBeans IDE 7.2: Smarter &amp; Faster</a> sur le site <a class="giglink" href='http://java.dzone.com/' target='_blank'>Javalobby &#8211; The heart of the Java developer community</a>.</p>
<p>Article révélé par <a href="http://www.mashupxfeed.com" class="gi-signature-link">MashupXFeed®</a></div>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/mashupxfeed/java/netbeans-ide-7-2-smarter-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duchess France fête ses 2 ans</title>
		<link>http://xavier-carpentier.fr/mashupxfeed/java/duchess-france-fete-ses-2-ans/</link>
		<comments>http://xavier-carpentier.fr/mashupxfeed/java/duchess-france-fete-ses-2-ans/#comments</comments>
		<pubDate>Mon, 21 May 2012 20:18:21 +0000</pubDate>
		<dc:creator>mashupxfeed</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/mashupxfeed/java/duchess-france-fete-ses-2-ans/</guid>
		<description><![CDATA[Le 30 Mai, Duchess France fêtera ses 2 ans avec une soirée Trivial Java pour finir une année bien remplie. Au programme des jeux, des cadeaux, des connaissances techniques et beaucoup de bonne humeur. La soirée aura lieu à l'ECE dans le 15ième. Vous pouvez vous inscrire via le nouveau site de Duchess France http://www.duchess-france.org/2eme-anniversaire-de-duchess-france/ . Après [...]]]></description>
			<content:encoded><![CDATA[
<div class="giArticleIntroduction">Le 30 Mai, Duchess France fêtera ses 2 ans avec une soirée Trivial Java pour finir une année bien remplie. Au programme des jeux, des cadeaux, des connaissances techniques et beaucoup de bonne humeur. La soirée aura lieu à l&#8217;ECE dans le 15ième. Vous pouvez vous inscrire via le nouveau site de Duchess France http://www.duchess-france.org/2eme-anniversaire-de-duchess-france/ . Après [...]</div>
<div class="giArticleBody"></div>
<div class="giArticleReference">
<p class="gilink">Retrouvez tout l&#8217;article <a class="giglink" href='http://blog.valtech.fr/wordpress/2012/05/21/duchess-france-fete-ses-2-ans/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=duchess-france-fete-ses-2-ans' target='_blank'>Duchess France f&ecirc;te ses 2 ans</a> sur le site <a class="giglink" href='http://pipes.yahoo.com/pipes/pipe.info?_id=bGCI3Sdi3RG8ea1srbQIDg' target='_blank'>Veille Technologique</a>.</p>
<p>Article révélé par <a href="http://www.mashupxfeed.com" class="gi-signature-link">MashupXFeed®</a></div>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/mashupxfeed/java/duchess-france-fete-ses-2-ans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DeveloperForum 2012 &#8211; InformixTechDay 2012</title>
		<link>http://xavier-carpentier.fr/admin/conference/developerforum-2012-informixtechday-2012/</link>
		<comments>http://xavier-carpentier.fr/admin/conference/developerforum-2012-informixtechday-2012/#comments</comments>
		<pubDate>Mon, 21 May 2012 13:57:14 +0000</pubDate>
		<dc:creator>Xavier</dc:creator>
				<category><![CDATA[conférence]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/?p=1326</guid>
		<description><![CDATA[Vendredi 25 mai 2012 venez échanger &#38; découvrir les tendances du développement et des données ! DeveloperForum 2012 &#8211; InformixTechDay 2012 4 thèmes liés au développement logiciel : Développement : langages, outils. Data : Informix, BigData. Prospective : systèmes, agilité, hybridation. Cloud : cloud, API, Mashups. Pour toutes informations supplémentaires : http://www.greenivory.fr/actualites/5704-developerforum-2012-informixtechday-2012.html Je ferai une [...]]]></description>
			<content:encoded><![CDATA[
<p>Vendredi 25 mai 2012 venez échanger &amp; découvrir les tendances du développement et des données !</p>
<p><span style="line-height: normal;"> </span></p>
<h3><strong>DeveloperForum 2012 &#8211; InformixTechDay 2012</strong></h3>
<p>4 thèmes liés au développement logiciel :</p>
<ul>
<li><strong>Développement :</strong> langages, outils.</li>
<li><strong>Data :</strong> Informix, BigData.</li>
<li><strong>Prospective :</strong> systèmes, agilité, hybridation.</li>
<li><strong>Cloud :</strong> cloud, API, Mashups.</li>
</ul>
<p>Pour toutes informations supplémentaires : <a href="http://www.greenivory.fr/actualites/5704-developerforum-2012-informixtechday-2012.html" target="_blank">http://www.greenivory.fr/actualites/5704-developerforum-2012-informixtechday-2012.html</a></p>
<p>Je ferai une présentation sur les architectures orientées Web (WOA) à partir de 10h20 (S2a).</p>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/admin/conference/developerforum-2012-informixtechday-2012/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Introduction à la programmation concurrente en Java, par Olivier Croisier</title>
		<link>http://xavier-carpentier.fr/mashupxfeed/java/introduction-a-la-programmation-concurrente-en-java-par-olivier-croisier/</link>
		<comments>http://xavier-carpentier.fr/mashupxfeed/java/introduction-a-la-programmation-concurrente-en-java-par-olivier-croisier/#comments</comments>
		<pubDate>Mon, 21 May 2012 08:00:00 +0000</pubDate>
		<dc:creator>mashupxfeed</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/mashupxfeed/java/introduction-a-la-programmation-concurrente-en-java-par-olivier-croisier/</guid>
		<description><![CDATA[La société Zenika, le cabinet d'architecture, de formation, de conseil et de réalisation Java vous propose un article sur la programmation concurrente en Java. Dans cet article les threads seront présentés et il sera expliqué notamment comment les créer et les manipuler en Java.  		

http://zenika.developpez.com/article...ogconcurrente/

Vous pouvez profiter de ce message pour partager vos commentaires....]]></description>
			<content:encoded><![CDATA[
<div class="giArticleIntroduction">La société Zenika, le cabinet d&#8217;architecture, de formation, de conseil et de réalisation Java vous propose un article sur la programmation concurrente en Java. Dans cet article les threads seront présentés et il sera expliqué notamment comment les créer et les manipuler en Java.  		</p>
<p>http://zenika.developpez.com/article&#8230;ogconcurrente/</p>
<p>Vous pouvez profiter de ce message pour partager vos commentaires&#8230;.</p></div>
<div class="giArticleBody"></div>
<div class="giArticleReference">
<p class="gilink">Retrouvez tout l&#8217;article <a class="giglink" href='http://zenika.developpez.com/articles/java/core/javaprogconcurrente/' target='_blank'>Introduction &agrave; la programmation concurrente en Java, par Olivier Croisier</a> sur le site <a class="giglink" href='http://java.developpez.com/index/rss' target='_blank'>Communaut&eacute; de professionnels en d&eacute;veloppement Java : actualit&eacute;s, forums avec sondages et d&eacute;bats, cours, faq, blogs, critiques de livres</a>.</p>
<p class="gigcopyright">Droits d&#8217;auteur &copy; 2012. Tous droits r&eacute;serv&eacute;s. Copyright &copy; 2000-2012 www.developpez.com </p>
<p>Article révélé par <a href="http://www.mashupxfeed.com" class="gi-signature-link">MashupXFeed®</a></div>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/mashupxfeed/java/introduction-a-la-programmation-concurrente-en-java-par-olivier-croisier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing a Sample Todo Desktop Application Using JavaFX and MongoDB</title>
		<link>http://xavier-carpentier.fr/mashupxfeed/java/developing-a-sample-todo-desktop-application-using-javafx-and-mongodb/</link>
		<comments>http://xavier-carpentier.fr/mashupxfeed/java/developing-a-sample-todo-desktop-application-using-javafx-and-mongodb/#comments</comments>
		<pubDate>Sun, 20 May 2012 05:32:48 +0000</pubDate>
		<dc:creator>mashupxfeed</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/mashupxfeed/java/developing-a-sample-todo-desktop-application-using-javafx-and-mongodb/</guid>
		<description><![CDATA[I wanted to explore learning to use MongoDB with Java and the best 
way to do this was to develop a toy application. And to add to this, I 
thought of using JavaFX and building
 a desktop application instead. I am building the application as I am 
writing this. I will upload the code onto Github once I am done with the
 application.
      Preview Text: 
    
            
                   ...]]></description>
			<content:encoded><![CDATA[
<div class="giArticleIntroduction">I wanted to explore learning to use MongoDB with Java and the best<br />
way to do this was to develop a toy application. And to add to this, I<br />
thought of using JavaFX and building<br />
 a desktop application instead. I am building the application as I am<br />
writing this. I will upload the code onto Github once I am done with the<br />
 application.<br />
      Preview Text: </p>
<p>                   &#8230;</p></div>
<div class="giArticleBody"></div>
<div class="giArticleReference">
<p class="giauthor">Auteur&nbsp;: sanaulla123</p>
<p class="gilink">Retrouvez tout l&#8217;article <a class="giglink" href='http://feeds.dzone.com/~r/javalobby/frontpage/~3/X2qSgPQhZFg/developing-sample-todo-desktop' target='_blank'>Developing a Sample Todo Desktop Application Using JavaFX and MongoDB</a> sur le site <a class="giglink" href='http://java.dzone.com/' target='_blank'>Javalobby &#8211; The heart of the Java developer community</a>.</p>
<p>Article révélé par <a href="http://www.mashupxfeed.com" class="gi-signature-link">MashupXFeed®</a></div>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/mashupxfeed/java/developing-a-sample-todo-desktop-application-using-javafx-and-mongodb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: How to Combine Neo4j with GWT and Eclipse</title>
		<link>http://xavier-carpentier.fr/mashupxfeed/java/video-how-to-combine-neo4j-with-gwt-and-eclipse/</link>
		<comments>http://xavier-carpentier.fr/mashupxfeed/java/video-how-to-combine-neo4j-with-gwt-and-eclipse/#comments</comments>
		<pubDate>Fri, 18 May 2012 05:08:12 +0000</pubDate>
		<dc:creator>mashupxfeed</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[neo4j]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/mashupxfeed/java/video-how-to-combine-neo4j-with-gwt-and-eclipse/</guid>
		<description><![CDATA[As stated before I did my first testings with Neo4j.
 Now I wanted to include Neo4j to GWT which is actually very straight 
forward but for some reasons I was fighting with it for quite a while. I
 even had to emberass myself by asking stupid questions on the neo4j 
mailinglist to which Peter and John Doran kindly responded.
      Preview Text: 
    
            
                    This...]]></description>
			<content:encoded><![CDATA[
<div class="giArticleIntroduction">As stated before I did my first testings with Neo4j.<br />
 Now I wanted to include Neo4j to GWT which is actually very straight<br />
forward but for some reasons I was fighting with it for quite a while. I<br />
 even had to emberass myself by asking stupid questions on the neo4j<br />
mailinglist to which Peter and John Doran kindly responded.<br />
      Preview Text: </p>
<p>                    This&#8230;</p></div>
<div class="giArticleBody"></div>
<div class="giArticleReference">
<p class="giauthor">Auteur&nbsp;: renepickhardt</p>
<p class="gilink">Retrouvez tout l&#8217;article <a class="giglink" href='http://feeds.dzone.com/~r/javalobby/frontpage/~3/wz94y6iGOT8/video-how-combine-neo4j-gwt' target='_blank'>Video: How to Combine Neo4j with GWT and Eclipse</a> sur le site <a class="giglink" href='http://java.dzone.com/' target='_blank'>Javalobby &#8211; The heart of the Java developer community</a>.</p>
<p>Article révélé par <a href="http://www.mashupxfeed.com" class="gi-signature-link">MashupXFeed®</a></div>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/mashupxfeed/java/video-how-to-combine-neo4j-with-gwt-and-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaFX-Based SimpleDateFormat Demonstrator</title>
		<link>http://xavier-carpentier.fr/mashupxfeed/java/javafx-based-simpledateformat-demonstrator/</link>
		<comments>http://xavier-carpentier.fr/mashupxfeed/java/javafx-based-simpledateformat-demonstrator/#comments</comments>
		<pubDate>Thu, 17 May 2012 05:22:31 +0000</pubDate>
		<dc:creator>mashupxfeed</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/mashupxfeed/java/javafx-based-simpledateformat-demonstrator/</guid>
		<description><![CDATA[One of the things that can be a little tricky for developers new to 
Java or even for experienced Java developers new to formatting with Java
 Dates, is the specification of a date/time format using SimpleDateFormat. The class-level Javadoc-based documentation for SimpleDateFormat
 is pretty thorough in its coverage of patterns representing various 
components of a date/time.
      Preview...]]></description>
			<content:encoded><![CDATA[
<div class="giArticleIntroduction">One of the things that can be a little tricky for developers new to<br />
Java or even for experienced Java developers new to formatting with Java<br />
 Dates, is the specification of a date/time format using SimpleDateFormat. The class-level Javadoc-based documentation for SimpleDateFormat<br />
 is pretty thorough in its coverage of patterns representing various<br />
components of a date/time.<br />
      Preview&#8230;</div>
<div class="giArticleBody"></div>
<div class="giArticleReference">
<p class="giauthor">Auteur&nbsp;: java_dm</p>
<p class="gilink">Retrouvez tout l&#8217;article <a class="giglink" href='http://feeds.dzone.com/~r/javalobby/frontpage/~3/2-rDqdcIXPs/javafx-based-simpledateformat' target='_blank'>JavaFX-Based SimpleDateFormat Demonstrator</a> sur le site <a class="giglink" href='http://java.dzone.com/' target='_blank'>Javalobby &#8211; The heart of the Java developer community</a>.</p>
<p>Article révélé par <a href="http://www.mashupxfeed.com" class="gi-signature-link">MashupXFeed®</a></div>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/mashupxfeed/java/javafx-based-simpledateformat-demonstrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create an API for users who don&#8217;t want to depend on your code?</title>
		<link>http://xavier-carpentier.fr/mashupxfeed/java/how-to-create-an-api-for-users-who-dont-want-to-depend-on-your-code/</link>
		<comments>http://xavier-carpentier.fr/mashupxfeed/java/how-to-create-an-api-for-users-who-dont-want-to-depend-on-your-code/#comments</comments>
		<pubDate>Wed, 16 May 2012 01:12:02 +0000</pubDate>
		<dc:creator>mashupxfeed</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[bytecode tricks]]></category>
		<category><![CDATA[Javeleon]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/mashupxfeed/java/how-to-create-an-api-for-users-who-dont-want-to-depend-on-your-code/</guid>
		<description><![CDATA[First of all, how would you ever end up asking yourself that question? Well, if you're the implementer of a class reloading system (e.g. www.javeleon.org) then this question makes perfect sense. Most users take advantage of the basic capabilities of Javeleon simply by adding a Java agent to the JVM arguments. 
      Preview Text: 
    
            
                    Ever wanted to avoid...]]></description>
			<content:encoded><![CDATA[
<div class="giArticleIntroduction">First of all, how would you ever end up asking yourself that question? Well, if you&#8217;re the implementer of a class reloading system (e.g. www.javeleon.org) then this question makes perfect sense. Most users take advantage of the basic capabilities of Javeleon simply by adding a Java agent to the JVM arguments.<br />
      Preview Text: </p>
<p>                    Ever wanted to avoid&#8230;</p></div>
<div class="giArticleBody"></div>
<div class="giArticleReference">
<p class="giauthor">Auteur&nbsp;: allang</p>
<p class="gilink">Retrouvez tout l&#8217;article <a class="giglink" href='http://feeds.dzone.com/~r/javalobby/frontpage/~3/PEuytJVGxmg/how-create-api-users-who-don%E2%80%99t' target='_blank'>How to create an API for users who don&#8217;t want to depend on your code?</a> sur le site <a class="giglink" href='http://java.dzone.com/' target='_blank'>Javalobby &#8211; The heart of the Java developer community</a>.</p>
<p>Article révélé par <a href="http://www.mashupxfeed.com" class="gi-signature-link">MashupXFeed®</a></div>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/mashupxfeed/java/how-to-create-an-api-for-users-who-dont-want-to-depend-on-your-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSGi vs. Jigsaw: Kirk Knoernschild on Modularity</title>
		<link>http://xavier-carpentier.fr/mashupxfeed/java/osgi-vs-jigsaw-kirk-knoernschild-on-modularity/</link>
		<comments>http://xavier-carpentier.fr/mashupxfeed/java/osgi-vs-jigsaw-kirk-knoernschild-on-modularity/#comments</comments>
		<pubDate>Mon, 14 May 2012 19:12:16 +0000</pubDate>
		<dc:creator>mashupxfeed</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[jigsaw]]></category>
		<category><![CDATA[OSGi]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/mashupxfeed/java/osgi-vs-jigsaw-kirk-knoernschild-on-modularity/</guid>
		<description><![CDATA[Kirk Knoernschild is one of the leading experts when it comes to the OSGi community.  DZone recently had a chance ot interview him about his thoughts on modularity in 2012 and his new book is "Java Application Architecture: Modularity Patterns with Examples Using OSGi." The book introduces 18 patterns that will help you design more modular software. DZone: Who is your target audience...]]></description>
			<content:encoded><![CDATA[
<div class="giArticleIntroduction">Kirk Knoernschild is one of the leading experts when it comes to the OSGi community.  DZone recently had a chance ot interview him about his thoughts on modularity in 2012 and his new book is &laquo;&nbsp;Java Application Architecture: Modularity Patterns with Examples Using OSGi.&nbsp;&raquo; The book introduces 18 patterns that will help you design more modular software. DZone: Who is your target audience&#8230;</div>
<div class="giArticleBody"></div>
<div class="giArticleReference">
<p class="giauthor">Auteur&nbsp;: mitchp</p>
<p class="gilink">Retrouvez tout l&#8217;article <a class="giglink" href='http://feeds.dzone.com/~r/javalobby/frontpage/~3/1JJaqzwN_KY/osgi-vs-jigsaw-kirk' target='_blank'>OSGi vs. Jigsaw: Kirk Knoernschild on Modularity</a> sur le site <a class="giglink" href='http://java.dzone.com/' target='_blank'>Javalobby &#8211; The heart of the Java developer community</a>.</p>
<p>Article révélé par <a href="http://www.mashupxfeed.com" class="gi-signature-link">MashupXFeed®</a></div>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/mashupxfeed/java/osgi-vs-jigsaw-kirk-knoernschild-on-modularity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the ShrinkWrap Maven Resolver for Arquillian Tests</title>
		<link>http://xavier-carpentier.fr/mashupxfeed/java/using-the-shrinkwrap-maven-resolver-for-arquillian-tests/</link>
		<comments>http://xavier-carpentier.fr/mashupxfeed/java/using-the-shrinkwrap-maven-resolver-for-arquillian-tests/#comments</comments>
		<pubDate>Fri, 11 May 2012 05:56:21 +0000</pubDate>
		<dc:creator>mashupxfeed</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/2012/05/using-the-shrinkwrap-maven-resolver-for-arquillian-tests/</guid>
		<description><![CDATA[This post assumes that you're familiar with using Arquillian for 
testing Java applications. If you're not familiar with Arquillian, then I
 suggest you check out the guides at http://www.arquillian.org where you'll learn how to write Java tests that can run on the server and are much easier to write and maintain.
When writing an Arquillian test, you create a deployment as in the following...]]></description>
			<content:encoded><![CDATA[
<div class="giArticleIntroduction">This post assumes that you&#8217;re familiar with using Arquillian for<br />
testing Java applications. If you&#8217;re not familiar with Arquillian, then I<br />
 suggest you check out the guides at http://www.arquillian.org where you&#8217;ll learn how to write Java tests that can run on the server and are much easier to write and maintain.<br />
When writing an Arquillian test, you create a deployment as in the following&#8230;</div>
<div class="giArticleBody"></div>
<div class="giArticleReference">
<p class="giauthor">Auteur&nbsp;: davidsalter</p>
<p class="gilink">Retrouvez tout l&#8217;article <a class="giglink" href='http://feeds.dzone.com/~r/javalobby/frontpage/~3/a6KR3lH-MFA/using-shrinkwrap-maven' target='_blank'>Using the ShrinkWrap Maven Resolver for Arquillian Tests</a> sur le site <a class="giglink" href='http://java.dzone.com/' target='_blank'>Javalobby &#8211; The heart of the Java developer community</a>.</p>
<p>Article révélé par <a href="http://www.mashupxfeed.com" class="gi-signature-link">MashupXFeed®</a></div>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/mashupxfeed/java/using-the-shrinkwrap-maven-resolver-for-arquillian-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with Windows Azure for Java</title>
		<link>http://xavier-carpentier.fr/mashupxfeed/java/getting-started-with-windows-azure-for-java/</link>
		<comments>http://xavier-carpentier.fr/mashupxfeed/java/getting-started-with-windows-azure-for-java/#comments</comments>
		<pubDate>Wed, 09 May 2012 07:12:27 +0000</pubDate>
		<dc:creator>mashupxfeed</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[cloud]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/2012/05/getting-started-with-windows-azure-for-java/</guid>
		<description><![CDATA[Guest post by Kris Ragh
      Preview Text: 
    
            
                    In this blog post, I'll talk about how to get started with Java on Windows Azure and provide links and additional information on the wealth of resources already available to start developing Java apps for Windows Azure.        
        


      Sponsored: 
    
            
                   ...]]></description>
			<content:encoded><![CDATA[
<div class="giArticleIntroduction">Guest post by Kris Ragh<br />
      Preview Text: </p>
<p>                    In this blog post, I&#8217;ll talk about how to get started with Java on Windows Azure and provide links and additional information on the wealth of resources already available to start developing Java apps for Windows Azure.        </p>
<p>      Sponsored: </p>
<p>                   &#8230;</p></div>
<div class="giArticleBody"></div>
<div class="giArticleReference">
<p class="giauthor">Auteur&nbsp;: Brian Swan</p>
<p class="gilink">Retrouvez tout l&#8217;article <a class="giglink" href='http://feeds.dzone.com/~r/javalobby/frontpage/~3/Mq2MHGMCaGY/getting-started-windows-azure-0' target='_blank'>Getting Started with Windows Azure for Java</a> sur le site <a class="giglink" href='http://java.dzone.com/' target='_blank'>Javalobby &#8211; The heart of the Java developer community</a>.</p>
<p>Article révélé par <a href="http://www.mashupxfeed.com" class="gi-signature-link">MashupXFeed®</a></div>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/mashupxfeed/java/getting-started-with-windows-azure-for-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visitez la nouvelle page des certifications Java et inscrivez-vous dans l&#8217;annuaire des certifiés</title>
		<link>http://xavier-carpentier.fr/mashupxfeed/java/visitez-la-nouvelle-page-des-certifications-java-et-inscrivez-vous-dans-lannuaire-des-certifies/</link>
		<comments>http://xavier-carpentier.fr/mashupxfeed/java/visitez-la-nouvelle-page-des-certifications-java-et-inscrivez-vous-dans-lannuaire-des-certifies/#comments</comments>
		<pubDate>Wed, 09 May 2012 07:00:00 +0000</pubDate>
		<dc:creator>mashupxfeed</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/2012/05/visitez-la-nouvelle-page-des-certifications-java-et-inscrivez-vous-dans-lannuaire-des-certifies/</guid>
		<description><![CDATA[Bonjour,

Vous trouverez ici toutes les certifications professionnelles du monde Java. Celles-ci permettent de valider des aspects variés du langage (API, framework, ..) et également des paliers différents d'expertise.

N'hésitez pas à vous y inscrire en vous rendant sur les certifications que vous possédez. Elles apparaîtront alors automatiquement dans votre profil sur le forum. Nous comptons donc sur votre participation !

Retrouvez aussi toutes les certifications répertoriées au sein de Developpez.com à l'adresse suivante : http://www.developpez.com/certifications/

Pour toutes questions c...]]></description>
			<content:encoded><![CDATA[
<div class="giArticleIntroduction">Bonjour,</p>
<p>Vous trouverez ici toutes les certifications professionnelles du monde Java. Celles-ci permettent de valider des aspects variés du langage (API, framework, ..) et également des paliers différents d&#8217;expertise.</p>
<p>N&#8217;hésitez pas à vous y inscrire en vous rendant sur les certifications que vous possédez. Elles apparaîtront alors automatiquement dans votre profil sur le forum. Nous comptons donc sur votre participation !</p>
<p>Retrouvez aussi toutes les certifications répertoriées au sein de Developpez.com à l&#8217;adresse suivante : http://www.developpez.com/certifications/</p>
<p>Pour toutes questions c&#8230;</p></div>
<div class="giArticleBody"></div>
<div class="giArticleReference">
<p class="gilink">Retrouvez tout l&#8217;article <a class="giglink" href='http://java.developpez.com/certifications' target='_blank'>Visitez la nouvelle page des certifications Java et inscrivez-vous dans l&#8217;annuaire des certifi&eacute;s</a> sur le site <a class="giglink" href='http://java.developpez.com/index/rss' target='_blank'>Communaut&eacute; de professionnels en d&eacute;veloppement Java : actualit&eacute;s, forums avec sondages et d&eacute;bats, cours, faq, blogs, critiques de livres</a>.</p>
<p class="gigcopyright">Droits d&#8217;auteur &copy; 2012. Tous droits r&eacute;serv&eacute;s. Copyright &copy; 2000-2012 www.developpez.com </p>
<p>Article révélé par <a href="http://www.mashupxfeed.com" class="gi-signature-link">MashupXFeed®</a></div>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/mashupxfeed/java/visitez-la-nouvelle-page-des-certifications-java-et-inscrivez-vous-dans-lannuaire-des-certifies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Future of NoSQL with Java EE</title>
		<link>http://xavier-carpentier.fr/mashupxfeed/java/the-future-of-nosql-with-java-ee/</link>
		<comments>http://xavier-carpentier.fr/mashupxfeed/java/the-future-of-nosql-with-java-ee/#comments</comments>
		<pubDate>Tue, 08 May 2012 08:46:43 +0000</pubDate>
		<dc:creator>mashupxfeed</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JSR 107]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://xavier-carpentier.fr/2012/05/the-future-of-nosql-with-java-ee/</guid>
		<description><![CDATA[I've been following the recent NoSQL momentum since some time now and it
 seems as if this buzzword also is drawing some kind of attention in the
 enterprise java world. Namely EclipseLink 2.4 started supporting MongoDB and Oracle NoSQL.
 Having EclipseLink as the JPA reference implementation you might wonder
 what this means for Java EE 7. A short side-note here: Even if I am 
part of the...]]></description>
			<content:encoded><![CDATA[
<div class="giArticleIntroduction">I&#8217;ve been following the recent NoSQL momentum since some time now and it<br />
 seems as if this buzzword also is drawing some kind of attention in the<br />
 enterprise java world. Namely EclipseLink 2.4 started supporting MongoDB and Oracle NoSQL.<br />
 Having EclipseLink as the JPA reference implementation you might wonder<br />
 what this means for Java EE 7. A short side-note here: Even if I am<br />
part of the&#8230;</div>
<div class="giArticleBody"></div>
<div class="giArticleReference">
<p class="giauthor">Auteur&nbsp;: myfear</p>
<p class="gilink">Retrouvez tout l&#8217;article <a class="giglink" href='http://feeds.dzone.com/~r/javalobby/frontpage/~3/aTdyMm22YFk/future-nosql-java-ee' target='_blank'>The Future of NoSQL with Java EE</a> sur le site <a class="giglink" href='http://java.dzone.com/' target='_blank'>Javalobby &#8211; The heart of the Java developer community</a>.</p>
<p>Article révélé par <a href="http://www.mashupxfeed.com" class="gi-signature-link">MashupXFeed®</a></div>

]]></content:encoded>
			<wfw:commentRss>http://xavier-carpentier.fr/mashupxfeed/java/the-future-of-nosql-with-java-ee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

