<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
         xmlns:err="http://jelix.org/ns/xmlerror/1.0">
 <channel>

    <title><![CDATA[Architecture Technique]]></title>
    <link>http://java.over-blog.com/</link>
    <description>Architecture Technique
JAVA, J2EE, SOA, Struts, Hibernate, JMX, Log4J, BO, Reporting, OpenSTA, 
Huate disponibilite, caching ...</description>

        <language>fr</language>
    
    
    <pubDate>Mon, 23 Feb 2009 06:36:07 +0100</pubDate>    <lastBuildDate>Mon, 23 Feb 2009 06:36:07 +0100</lastBuildDate>    <generator>Over-blog.com RSS 2.0 Engine</generator>    <copyright>Copyright 2009, mehdi kasmi</copyright>            <category>Hi Tech</category>    <docs>http://www.rssboard.org/rss-specification/</docs>                        
      <item>
        <title><![CDATA[Decouverte de JUnit 4]]></title>
        <link>http://java.over-blog.com/article-917173.html</link>        <description><![CDATA[ Rappel : JUnit définit 3 classes principales: TestCase qui est une classe de test. Chaque classe de test dérive de TestCase qui elle-même dérive de la classe Test qui est une classe de test. Chaque classe de test dérive de qui elle-même dérive de la classe . TestSuite qui est un ensemble de [...]]]></description>
        <pubDate>Tue, 27 Sep 2005 00:00:00 +0200</pubDate>        <guid >http://java.over-blog.com/article-917173.html</guid>
                <category>Java</category>        <comments>http://java.over-blog.com/article-917173-6.html#c</comments>                    </item>
      <item>
        <title><![CDATA[Apache Commons Configuration]]></title>
        <link>http://java.over-blog.com/article-313632.html</link>        <description><![CDATA[Commons Configuration est une API qui permet de charger des données de configuration multi-sources : PropertiesConfiguration : à partir d'un fichier properties BaseConfiguration : configuration sous forme d'objet. XMLConfiguration : recupérer des config XML JNDIConfiguration : recuperer des [...]]]></description>
        <pubDate>Sat, 30 Apr 2005 00:00:00 +0200</pubDate>        <guid >http://java.over-blog.com/article-313632.html</guid>
                <category>Frameworks Java</category>        <comments>http://java.over-blog.com/article-313632-6.html#c</comments>                    </item>
      <item>
        <title><![CDATA[Logiciels d'authentification Forte]]></title>
        <link>http://java.over-blog.com/article-309629.html</link>        <description><![CDATA[ Authentification Forte URL CRYPTOCard - Token Authentication www.cryptocard.com RSA SecurID http://www.rsasecurity.com/node.asp?id=1156 Safeword - Secure Computing http://www.securecomputing.com/index.cfm?skey=643 Vasco Digipass http://www.vasco.com/]]></description>
        <pubDate>Fri, 29 Apr 2005 00:00:00 +0200</pubDate>        <guid >http://java.over-blog.com/article-309629.html</guid>
                <category>Architecture Technique</category>        <comments>http://java.over-blog.com/article-309629-6.html#c</comments>                    </item>
      <item>
        <title><![CDATA[Materiel HA et load balancing]]></title>
        <link>http://java.over-blog.com/article-309585.html</link>        <description><![CDATA[Les &quot;Alteon Application Switches&quot; de Nortel permettent de gérer la haute disponibilité et à équibrer la charge d'applications ou de périphériques perfectionnés, de gérer le trafic de manière intelligente, de rediriger des applications , de mieux gérer la sécurité et la gestion de la [...]]]></description>
        <pubDate>Fri, 29 Apr 2005 00:00:00 +0200</pubDate>        <guid >http://java.over-blog.com/article-309585.html</guid>
                <category>Architecture Technique</category>        <comments>http://java.over-blog.com/article-309585-6.html#c</comments>                    </item>
      <item>
        <title><![CDATA[Répartition de charge entre serveurs HTTP avec Websphere Network Dispatcher - Part1 -]]></title>
        <link>http://java.over-blog.com/article-265090.html</link>        <description><![CDATA[ Répartition de charge entre serveurs HTTP avec Websphere Network Dispatcher -Part1- Composant Network Dispatcher Supposons que nous sommes en environnement demandant de disposer de plusieurs machines Web en frontal. Le composant Network Dispatcher va intercepter les requêtes clientes et les [...]]]></description>
        <pubDate>Wed, 13 Apr 2005 00:00:00 +0200</pubDate>        <guid >http://java.over-blog.com/article-265090.html</guid>
                <category>Architecture Technique</category>        <comments>http://java.over-blog.com/article-265090-6.html#c</comments>                    </item>
      <item>
        <title><![CDATA[Strategies de Cache]]></title>
        <link>http://java.over-blog.com/article-263173.html</link>        <description><![CDATA[ Stratégies de cache Strategie Explication LRU(Least Recently Used) Cette stratégie consiste à supprimer les fichiers les moins récents dans le cache. LRU-MIN Stratégie LRU qui supprime les fichiers les plus volumineux et les moins récents LRU-THOLD Stratégie LRU qui ne copie pas les fichiers [...]]]></description>
        <pubDate>Tue, 12 Apr 2005 00:00:00 +0200</pubDate>        <guid >http://java.over-blog.com/article-263173.html</guid>
                <category>Architecture Technique</category>        <comments>http://java.over-blog.com/article-263173-6.html#c</comments>                    </item>
      <item>
        <title><![CDATA[SWARMCACHE - Part2]]></title>
        <link>http://java.over-blog.com/article-252277.html</link>        <description><![CDATA[ SWARMCACHE- Part2 Traduction de la documentation officielle. (Mehdi KASMI - Architecte technique - mehdi.kasmi@unilog.fr) Algorithme de caching Les algorithmes de caching suivants sont disponibles pour les mémoires cache locales : Least Recently Used (LRU) traduction littérale en français: Le [...]]]></description>
        <pubDate>Fri, 08 Apr 2005 00:00:00 +0200</pubDate>        <guid >http://java.over-blog.com/article-252277.html</guid>
                <category>Frameworks Java</category>        <comments>http://java.over-blog.com/article-252277-6.html#c</comments>                    </item>
      <item>
        <title><![CDATA[SWARMCACHE - Part1]]></title>
        <link>http://java.over-blog.com/article-252262.html</link>        <description><![CDATA[ SWARMCACHE - Part1 Traduction de la documentation officielle. (Mehdi KASMI - Architecte Technique - mehdi.kasmi@unilog.fr) Comment ça Marche ? Le principe est simple. Chaque serveur instancie son propre gestionnaire. Pour chaque type dobjets que le serveur veut cacher, on instancie un cache [...]]]></description>
        <pubDate>Fri, 08 Apr 2005 00:00:00 +0200</pubDate>        <guid >http://java.over-blog.com/article-252262.html</guid>
                <category>Frameworks Java</category>        <comments>http://java.over-blog.com/article-252262-6.html#c</comments>                    </item>
      <item>
        <title><![CDATA[frameworks de cache d'objets JAVA]]></title>
        <link>http://java.over-blog.com/article-249100.html</link>        <description><![CDATA[OPEN SOURCE EHCache: http://ehcache.sourceforge.net Framework de cache java Simple, rapide, thread Safe basé sur JCache (JSR 107)EHCache est non distribué. OSCache: http://www.opensymphony.com/oscache OSCache est une solution tres utilisées et à haute performanceLes fonctionnalites de OSCache [...]]]></description>
        <pubDate>Thu, 07 Apr 2005 00:00:00 +0200</pubDate>        <guid >http://java.over-blog.com/article-249100.html</guid>
                <category>Frameworks Java</category>        <comments>http://java.over-blog.com/article-249100-6.html#c</comments>                    </item>
      <item>
        <title><![CDATA[Envoyer une requete via une url en passant par un proxy]]></title>
        <link>http://java.over-blog.com/article-249198.html</link>        <description><![CDATA[/*** Methode permettant d'envoyer une requete HTTP à une URL en passant par un proxy* avec des parametres et * permettant de récupérer le flux de reponse.**@Param String adresse URL distante*@Param String parametre1*@Param String parametre2*/public void EnvoyerRequetePost(String adresse, [...]]]></description>
        <pubDate>Thu, 07 Apr 2005 00:00:00 +0200</pubDate>        <guid >http://java.over-blog.com/article-249198.html</guid>
                <category>Java</category>        <comments>http://java.over-blog.com/article-249198-6.html#c</comments>                    </item>
  
 </channel>
</rss>