<?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>Blog de Boris HUISGEN &#187; Développement</title>
	<atom:link href="http://blog.hbis.fr/category/developpement/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hbis.fr</link>
	<description>Administrateur &#38; Développeur système UNIX/Linux</description>
	<lastBuildDate>Fri, 03 Sep 2010 23:53:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Eclipse : utiliser votre script Ant depuis l&#8217;IDE</title>
		<link>http://blog.hbis.fr/2010/08/14/eclipse-ant_builder/</link>
		<comments>http://blog.hbis.fr/2010/08/14/eclipse-ant_builder/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 15:27:45 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=2824</guid>
		<description><![CDATA[Pour utiliser votre script Ant depuis l&#8217;interface d&#8217;Eclipse, vous pouvez ajouter un Ant Builder à votre projet afin de remplacer le builder par défaut Java Builder. Une fois votre build.xml écrit, il faut configurer le builder Ant afin de faire correspondre les cibles aux actions de l&#8217;interface graphique : Build Project, Clean, Build Automatically&#8230; Pour ]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2010/08/14/eclipse-ant_builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java : JAX-WS &amp; exception utilisateur</title>
		<link>http://blog.hbis.fr/2010/07/30/java-jaxws_user_exception/</link>
		<comments>http://blog.hbis.fr/2010/07/30/java-jaxws_user_exception/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 09:37:24 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=2551</guid>
		<description><![CDATA[La gestion des exceptions utilisateur au sein d&#8217;un webservice utilisant l&#8217;API JAX-WS doit respecter quelques contraintes afin de  transmettre l&#8217;ensemble des informations au client SOAP. Voici un exemple pour une classe d&#8217;exception UserFault dont les détails optionnels sont implémentés par la classe UserFaultDetail : @WebFault public class UserFault extends Exception { private static final long ]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2010/07/30/java-jaxws_user_exception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X : Java 6 pour Mac à CPU 32 bits</title>
		<link>http://blog.hbis.fr/2010/01/08/macosx-java6_32bits/</link>
		<comments>http://blog.hbis.fr/2010/01/08/macosx-java6_32bits/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 09:56:02 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Système]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=1684</guid>
		<description><![CDATA[Le port de Java 6 pour les Macs à CPU 32 bits (Intel CoreDuo 2006) est disponible au téléchargement sur cette page : http://landonf.bikemonkey.org/static/soylatte]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2010/01/08/macosx-java6_32bits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eZ Publish : traduction des fichiers PHP UTF-8</title>
		<link>http://blog.hbis.fr/2009/12/02/ezlupdate-hb/</link>
		<comments>http://blog.hbis.fr/2009/12/02/ezlupdate-hb/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 13:57:51 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Réalisations]]></category>

		<guid isPermaLink="false">http://blog.bhuisgen.homeip.net/?p=130</guid>
		<description><![CDATA[Ayant participé à la migration ezPublish 4 d&#8217;un site bancaire luxembourgeois au cours de l&#8217;année précédente, mon collègue m&#8217;avait reporté un problème concernant l&#8217;outil de traduction ezlupdate chargé d&#8217;extraire les chaînes à internationaliser. L&#8217;outil fourni par eZ à cette époque n&#8217;acceptait pas l&#8217;extraction de chaînes depuis des fichiers PHP au format UTF-8, alors qu&#8217;il le ]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2009/12/02/ezlupdate-hb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java : analyser le heap d&#039;une application</title>
		<link>http://blog.hbis.fr/2009/05/17/java-jhat-2/</link>
		<comments>http://blog.hbis.fr/2009/05/17/java-jhat-2/#comments</comments>
		<pubDate>Sun, 17 May 2009 17:37:40 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Développement]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=925</guid>
		<description><![CDATA[La version 1.6 de la machine Java de Sun intégre un outil permettant d&#8217;analyser le heap d&#8217;une application : jhat. Il permet par exemple de vérifier quelles sont les instances vivantes des objets dans le heap, le nombre de créations d&#8217;instances pour un object donné, un historique de création &#8230; Bref, un outil simple pour ]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2009/05/17/java-jhat-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java : analyse de code et détection de bugs</title>
		<link>http://blog.hbis.fr/2009/05/07/java-findbugs/</link>
		<comments>http://blog.hbis.fr/2009/05/07/java-findbugs/#comments</comments>
		<pubDate>Wed, 06 May 2009 23:37:08 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=824</guid>
		<description><![CDATA[S&#8217;il y a bien un logiciel à conserver dans sa boite à outils, il s&#8217;agit d&#8217;un analyseur de code. En phase de stabilisation d&#8217;un de mes logiciels, j&#8217;en ai profité pour passer un coup de FindBugs!, l&#8217;analyseur et détecteur de bugs open-source pour Java. Il opère directement sur le byte-code à la recherche d&#8217;erreurs de ]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2009/05/07/java-findbugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax : faire joujou avec les API Google</title>
		<link>http://blog.hbis.fr/2009/05/04/ajax-google/</link>
		<comments>http://blog.hbis.fr/2009/05/04/ajax-google/#comments</comments>
		<pubDate>Mon, 04 May 2009 14:24:01 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Développement]]></category>
		<category><![CDATA[Non classé]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=794</guid>
		<description><![CDATA[Toi prendre ta pelle &#38; ton sceau avec comme point de rendez-vous : http://code.google.com/apis/ajax/playground]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2009/05/04/ajax-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java : loguer les exceptions avec un stacktrace</title>
		<link>http://blog.hbis.fr/2009/05/02/java-log_stacktrace/</link>
		<comments>http://blog.hbis.fr/2009/05/02/java-log_stacktrace/#comments</comments>
		<pubDate>Sat, 02 May 2009 17:08:36 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=776</guid>
		<description><![CDATA[Un petit bout de code utile pour tout programme de type démon/serveur et qui permet d&#8217;enregistrer dans un fichier journal (cf. API java.util.logging) toute exception non gérée, en particulier avec son stacktrace complet, tel que Java le produirait en console : private final static Logger m_logger = Logger.getLogger ("package.MyClass"); try {     [...] } catch ]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2009/05/02/java-log_stacktrace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java : pense-bête JVM &amp; options d&#8217;exécution</title>
		<link>http://blog.hbis.fr/2009/04/23/jvm-options/</link>
		<comments>http://blog.hbis.fr/2009/04/23/jvm-options/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 23:19:29 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=697</guid>
		<description><![CDATA[Un petit pense-bête concernant les différentes options d&#8217;exécution de la JVM étant donné que j&#8217;arrive pas les retenir. Journalisation avec fichier de configuration custom pour l&#8217;API java.util.logging : java [...] -Djava.util.logging.config.file=./logging.properties [...] Monitoring avec jconsole : en local : java [...] -Dcom.sun.management.jmxremote [...] à distance : java [...] -Dcom.sun.management.jmxremote \ -Dcom.sun.management.jmxremote.port=8001 \ -Dcom.sun.management.jmxremote.authenticate=false \ -Dcom.sun.management.jmxremote.ssl=false ]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2009/04/23/jvm-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse : Remote debugging avec JDPA</title>
		<link>http://blog.hbis.fr/2009/04/22/eclipse-jdpa/</link>
		<comments>http://blog.hbis.fr/2009/04/22/eclipse-jdpa/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 22:46:23 +0000</pubDate>
		<dc:creator>Boris HUISGEN</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.hbis.fr/?p=676</guid>
		<description><![CDATA[Parfois, il est indispensable de tester son application sous un environnement précis. Si cela ne tourne pas rond, un debug est nécessaire. Pour conserver les mêmes conditions d&#8217;exécution, un debug distant depuis son IDE est possible. Le principe est qu&#8217;une connexion réseau est faite entre le frontend du débogueur (IDE) et un backend au niveau ]]></description>
		<wfw:commentRss>http://blog.hbis.fr/2009/04/22/eclipse-jdpa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching using apc
Object Caching 583/673 objects using apc

Served from: blog.hbis.fr @ 2010-09-07 01:07:54 -->