<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://dotclear.placeoweb.com/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>PlaceOweb Dotclear - Mot-clé - java</title>
  <link>http://dotclear.placeoweb.com/</link>
  <atom:link href="http://dotclear.placeoweb.com/feed/tag/java/rss2" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>fr</language>
  <pubDate>Tue, 07 Feb 2012 12:55:50 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Specified VM install not found: type Standard VM, name jre6</title>
    <link>http://dotclear.placeoweb.com/post/Specified-VM-install-not-found-type-Standard-VM-name-jre6</link>
    <guid isPermaLink="false">urn:md5:d6fff3ce46d0f2092a68b79c39965641</guid>
    <pubDate>Fri, 20 Jan 2012 13:43:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>eclipse</category><category>java</category>    
    <description>&lt;p&gt;En lançant sous Eclipse un tache Ant, j'ai le retour d'erreur&amp;nbsp;:&lt;/p&gt;


&lt;pre&gt;Specified VM install not found: type Standard VM, name jre6&lt;/pre&gt;


&lt;p&gt;La solution est de configurer la JRE dans&amp;nbsp;:&lt;/p&gt;


&lt;pre&gt;build.xml -&amp;gt; Run As -&amp;gt; External Tools Configuration -&amp;gt; JRE -&amp;gt; choisissez la jre ou jdk appropriée&lt;/pre&gt;


&lt;p&gt;ici vous retrouvez l'erreur&amp;nbsp;: [JRE]: Unable to resolve JRE: jre6 (Standard VM).&lt;/p&gt;


&lt;p&gt;Choisissez la bonne JRE, et compilez&amp;nbsp;!&lt;/p&gt;    &lt;p&gt;Alternativement on aurait pu de supprimer :


D:\workspaceEclipse37Indigo\.metadata\.plugins\org.eclipse.debug.core\.launches\MonNomDeProjet projectBuilder.xml.launch... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Specified-VM-install-not-found-type-Standard-VM-name-jre6&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Specified VM install not found: type Standard VM, name jre6&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Specified-VM-install-not-found-type-Standard-VM-name-jre6#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Specified-VM-install-not-found-type-Standard-VM-name-jre6#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/497</wfw:commentRss>
      </item>
    
  <item>
    <title>Installation nouveau PC sur Windows 7</title>
    <link>http://dotclear.placeoweb.com/post/installation-nouveau-PC-Windows-7</link>
    <guid isPermaLink="false">urn:md5:a5e9c18533765db0d163ae8a7d883772</guid>
    <pubDate>Sun, 25 Dec 2011 10:21:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Système</category>
        <category>apache</category><category>csv</category><category>eclipse</category><category>excel</category><category>java</category><category>messagerie</category><category>mysql</category><category>php</category><category>sql</category><category>windows</category><category>xls</category>    
    <description>&lt;p&gt;Quels logiciels faut il à un webmaster sous Windows 7&amp;nbsp;?&lt;/p&gt;    &lt;p&gt;Installer les programmes suivants


Windows

Windows 7
Activation

Antivirus

Comodo Antivirus
Antivir
Avast

Navigateur

IE (déjà inclut sous Windows)
Firefox
Chrome

ZIP

7zip

PDF

Foxit Reader

Communication instantanée

Pidgin

Office (Word, Excel)

Microsoft Office
Open Office

Mail

Thunderbird

Java
FTP/SFTP

FileZilla

SSH

PuTTY

Editeurs... &lt;a href=&quot;http://dotclear.placeoweb.com/post/installation-nouveau-PC-Windows-7&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Installation nouveau PC sur Windows 7&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>JBoss Scheduler &amp; Quartz</title>
    <link>http://dotclear.placeoweb.com/post/JBoss-Scheduler-Quartz</link>
    <guid isPermaLink="false">urn:md5:2441e3606ce7c304cf24f50bd4f532ee</guid>
    <pubDate>Sun, 04 Dec 2011 11:51:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>java</category><category>jboss</category>    
    <description>&lt;p&gt;Scheduler et Quartz avec Jboss, à la recherche d'un service de temps, permettant de paralléliser les processus lancés et à lancer.&lt;/p&gt;    &lt;p&gt;Contrairement à ce que dit le post sur Jboss 6.1, il semble possible de paralléliser des processus.


Pour cela déjà 2 solutions sont fonctionnelles :

Schedulable
Quartz (et Job)


Schedulable


Dans votre implémentation de &quot;org.jboss.varia.scheduler.Schedulable&quot;, il faudra définir la variable &quot;TimerName&quot;, pour l'associer sur le timer par défaut,... &lt;a href=&quot;http://dotclear.placeoweb.com/post/JBoss-Scheduler-Quartz&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; JBoss Scheduler &amp;amp; Quartz&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>SFTP (SSH File Transfer Protocol)</title>
    <link>http://dotclear.placeoweb.com/post/SFTP</link>
    <guid isPermaLink="false">urn:md5:3bcad839a70de43f8998098c576e44f3</guid>
    <pubDate>Sun, 20 Nov 2011 13:57:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Outils Internet</category>
        <category>java</category>    
    <description>&lt;p&gt;SFTP (SSH File Transfer Protocol), n'est pas &lt;a href=&quot;http://fr.wikipedia.org/wiki/File_Transfer_Protocol&quot;&gt;FTP&lt;/a&gt; exécuté sur SSH, mais plutôt un nouveau protocole conçu dès le départ par le groupe de travail &lt;a href=&quot;http://fr.wikipedia.org/wiki/Internet_Engineering_Task_Force&quot;&gt;IETF&lt;/a&gt; SECSH. Il est parfois confondu avec Simple File Transfer Protocol.&lt;/p&gt;


&lt;p&gt;STFP est un protocole de communication fonctionnant au-dessus de &lt;a href=&quot;http://fr.wikipedia.org/wiki/Secure_Shell&quot;&gt;SSH&lt;/a&gt; à ne pas confondre avec File Transfer Protocol over SSL, abrégé &lt;a href=&quot;http://fr.wikipedia.org/wiki/FTPS&quot;&gt;FTPS&lt;/a&gt;.&lt;/p&gt;    &lt;p&gt;SFTP JAVA


Apache Commons VFS


Commons VFS provides a single API for accessing various different file systems. It presents a uniform view of the files from various different sources, such as the files on local disk, on an HTTP server, or inside a Zip archive.

Support for numerous file system types

SFTP Provides access to the files on an SFTP... &lt;a href=&quot;http://dotclear.placeoweb.com/post/SFTP&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; SFTP (SSH File Transfer Protocol)&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/SFTP#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/SFTP#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/479</wfw:commentRss>
      </item>
    
  <item>
    <title>JBoss6 serve external file static content docBase vhost</title>
    <link>http://dotclear.placeoweb.com/post/jboss6-serve-external-file-static-content-vhost</link>
    <guid isPermaLink="false">urn:md5:b353df28cceb91712c3ad6711a9541cb</guid>
    <pubDate>Fri, 11 Nov 2011 18:32:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>java</category><category>jboss</category>    
    <description>&lt;p&gt;There are no more &quot;virtual directories&quot; in JBoss 6. Apparently this went out with JBoss 5. The only availables options or solutions I've found are :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Way 1 : using 2 war, one for your project, one other to publish static files (under another&lt;/li&gt;
&lt;li&gt;Way 2 : symlink (to a simple file system or on a war folder with inside a blank /WEB-INF)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Using &lt;a href=&quot;http://community.jboss.org/wiki/ExternalDirectories&quot;&gt;ExternalDirectories&lt;/a&gt; doesn't work with JBoss 6&lt;/p&gt;

&lt;pre class=&quot;xml xml&quot; style=&quot;font-family:inherit&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;Host&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;name&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;localhost&amp;quot;&lt;/span&gt; ...&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;
        &lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;&amp;lt;!-- ADD static images DIRECTORY --&amp;gt;&lt;/span&gt;
        &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;Context&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;path&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;/images&amp;quot;&lt;/span&gt; &lt;/span&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;                &lt;span style=&quot;color: #000066;&quot;&gt;docBase&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;/home/myuser/images&amp;quot;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;                &lt;span style=&quot;color: #000066;&quot;&gt;reloadable&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;true&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;
        &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;/Context&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;
        &lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;&amp;lt;!-- The rest of your Host entity --&amp;gt;&lt;/span&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;/Host&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;


&lt;p&gt;This Context deployement result :&lt;/p&gt;

&lt;pre&gt;
ERROR [AbstractKernelController] Error installing to Start: name=WebServer state=Create: org.jboss.xb.binding.JBossXBException: Failed to parse source: xml_stream@163,112

Caused by: org.jboss.xb.binding.JBossXBRuntimeException: DefaultContext not found as a child of Host in unordered_sequence: Listener* Valve* Alias* Realm? attributes?

Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Context not found as a child of Host in unordered_sequence: Listener* Valve* Alias* Realm? attributes?

Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Context not found as a child of Context in unordered_sequence: Valve* Parameters* Loader? Overlay* InstanceListener* WrapperListener* Listener* SessionCookie? WrapperLifecycle* Manager? Realm? attributes? Resources?

DEPLOYMENTS IN ERROR:
 Deployment &quot;WebServer&quot; is in error due to the following reason(s): **ERROR**, org.jboss.xb.binding.JBossXBRuntimeException: DefaultContext not found as a child of Host in unordered_sequence: Listener* Valve* Alias* Realm? attributes?
 Deployment &quot;jboss.web:service=WebServer&quot; is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.web:service=WebServer' **
&lt;/pre&gt;
    &lt;p&gt;Solution : Way 1


Under you war (unzipped when deployed), in file &quot;myProject\WebContent\WEB-INF\jboss-web.xml&quot;

&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!-- http://www.jboss.org/schema/jbossweb/jboss-web_6_0.xsd --&gt;
&lt;jboss-web xmlns=&quot;http://www.jboss.com/xml/ns/javaee&quot;
           xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;... &lt;a href=&quot;http://dotclear.placeoweb.com/post/jboss6-serve-external-file-static-content-vhost&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; JBoss6 serve external file static content docBase vhost&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/jboss6-serve-external-file-static-content-vhost#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/jboss6-serve-external-file-static-content-vhost#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/478</wfw:commentRss>
      </item>
    
  <item>
    <title>&lt;pre style=&quot;word-wrap: break-word; white-space: pre-wrap;&quot;&gt;</title>
    <link>http://dotclear.placeoweb.com/post/json-error-pre-tag-added-undesirable</link>
    <guid isPermaLink="false">urn:md5:173131e0ba7d160cc1f56602d64ee707</guid>
    <pubDate>Sun, 11 Sep 2011 19:15:00 +0200</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Javascript</category>
        <category>apache</category><category>java</category><category>javascript</category><category>php</category>    
    <description>&lt;p&gt;Mais qu'est donc le contenu rajouté en plus par mon navigateur qui casse mon flux Json attendu&amp;nbsp;?&lt;/p&gt;


&lt;pre&gt;&amp;lt;pre style=&quot;word-wrap: break-word; white-space: pre-wrap;&quot;&amp;gt;
&amp;lt;/pre&amp;gt;&lt;/pre&gt;    &lt;p&gt;Selon les entêtes serveur, les navigateurs (IE, Google Chrome, Firefox) réagissent différemment.


En effet l'élément content-type est nécessaire.

Content-Type: text/html

ou

Content-Type: application/json


Avec Chrome ou firefox, lors de la soumission d'un formulaire web, sans définir le content-type ou en le définissant à &quot;application/json&quot;,... &lt;a href=&quot;http://dotclear.placeoweb.com/post/json-error-pre-tag-added-undesirable&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; &amp;lt;pre style=&amp;quot;word-wrap: break-word; white-space: pre-wrap;&amp;quot;&amp;gt;&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/json-error-pre-tag-added-undesirable#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/json-error-pre-tag-added-undesirable#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/468</wfw:commentRss>
      </item>
    
  <item>
    <title>JBoss AS 7 : Datasource</title>
    <link>http://dotclear.placeoweb.com/post/JBoss-AS-7-Datasource-en</link>
    <guid isPermaLink="false">urn:md5:ff8c819121d896eae1ecbc2b5963d1ba</guid>
    <pubDate>Sat, 16 Jul 2011 20:18:00 +0200</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>java</category><category>jboss</category><category>mysql</category><category>sql</category>    
    <description>&lt;p&gt;How to configure a Datasource with JBoss 7?&lt;/p&gt;    &lt;p&gt;JBoss AS 7 : Create, configure and deploy a MySQL datasource


With JBoss7,
you need to register the com.mysql module under the new modules/com/mysql/main folder. There you need to add two files: the module.xml definition and the JDBC jar library.


modules
+---com
¦   +---mysql
¦   ¦    +---main
¦   ¦    +---module.xml  
¦   ¦... &lt;a href=&quot;http://dotclear.placeoweb.com/post/JBoss-AS-7-Datasource-en&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; JBoss AS 7 : Datasource&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>JBoss AS 7 : Datasource</title>
    <link>http://dotclear.placeoweb.com/post/JBoss-AS-7-Datasource</link>
    <guid isPermaLink="false">urn:md5:110e8f3250c2bd6b58b9da56f8a8e4fd</guid>
    <pubDate>Sat, 16 Jul 2011 20:17:00 +0200</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>java</category><category>jboss</category><category>mysql</category><category>sql</category>    
    <description>&lt;p&gt;Comment configurer une source de données avec JBoss 7&amp;nbsp;?&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://dotclear.placeoweb.com/post/JBoss-AS-7-Datasource-en&quot;&gt;How to configure a Datasource with JBoss 7?&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;JBoss AS 7 : Création, configuration et déploiement d'un datasource connecté à MySQL


Définition du module MySQL utilisant le connecteur java MySQL


Avec JBoss7,
vous devez inscrire le module com.mysql dans votre nouveau dossier modules/com/mysql/main. Ici vous devez ajouter deux fichiers : module.xml de déclaration et la librairie JDBC jar.... &lt;a href=&quot;http://dotclear.placeoweb.com/post/JBoss-AS-7-Datasource&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; JBoss AS 7 : Datasource&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Jboss 7 Application Server (Jboss AS 7)</title>
    <link>http://dotclear.placeoweb.com/post/Jboss-7</link>
    <guid isPermaLink="false">urn:md5:a37835e1f57b036df84bdd748c09222f</guid>
    <pubDate>Sat, 16 Jul 2011 20:16:00 +0200</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>java</category><category>jboss</category><category>linux</category><category>windows</category>    
    <description>&lt;p&gt;Jboss 7 déploiement d'applications. Déployer une application avec le serveur Jboss n'est pas si simple, voici quelques notes sur Jboss7.&lt;/p&gt;    &lt;p&gt;Nouveautés


JBoss AS 7.1 Documentation
JBoss AS 7.0 Documentationhttps://docs.jboss.org/author/display/AS7/Documentation


How do I migrate my application from AS5 or AS6 to AS7


5 ways to deploy your application to JBoss AS 7

System File
Commande line
Managed interface Web
Maven
Eclipse



JBoss AS T Datasource


DataSource JBoss AS 7... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Jboss-7&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Jboss 7 Application Server (Jboss AS 7)&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Jboss-7#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Jboss-7#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/460</wfw:commentRss>
      </item>
    
  <item>
    <title>Eclipse</title>
    <link>http://dotclear.placeoweb.com/post/Eclipse</link>
    <guid isPermaLink="false">urn:md5:fe17aa57d294dc9b3fb4d5202a48eefa</guid>
    <pubDate>Wed, 06 Jul 2011 00:16:00 +0200</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>eclipse</category><category>java</category>    
    <description>&lt;p&gt;Eclipse est un socle applicatif sur lequel viennent se greffer des modules et/ou plugins.&lt;/p&gt;    &lt;p&gt;L'IDE Eclipse


Le site d'Eclipse et ses versions de l'Eclipse Project :

Eclipse 3.8 : Eclipse Juno Eclipse Juno
Eclipse 3.7 : Eclipse Indigo Eclipse Indigo (http://wiki.eclipse.org/Eclipse/Ind...)
Eclipse 3.6 : Eclipse Helios Eclipse Helios (http://wiki.eclipse.org/Eclipse/Hel...) http://wiki.eclipse.org/Helios Heli...
Eclipse 3.5 : Eclipse... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Eclipse&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Eclipse&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Eclipse#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Eclipse#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/12</wfw:commentRss>
      </item>
    
  <item>
    <title>SNMP</title>
    <link>http://dotclear.placeoweb.com/post/SNMP</link>
    <guid isPermaLink="false">urn:md5:b4ca6d412b1e648b005437a8e737c64e</guid>
    <pubDate>Tue, 03 May 2011 01:34:00 +0200</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Système</category>
        <category>java</category><category>linux</category><category>windows</category>    
    <description>&lt;p&gt;Quelques notes sur SNMP, ses OID MIB et des implémentation en Java de SNMP (Simple Network Management Protocol).&lt;/p&gt;    &lt;p&gt;Simple network management protocol Simple Network Management Protocol
Présentation du protocole SNMP
OID Repository

sysUpTimeInstance
1.3.6.1.2.1.1.3.0 - algo

RFC

rfc2982 - Distributed Management Expression MIB
rfc4088-  Uniform Resource Identifier (URI) Scheme for the Simple Network Management Protocol (SNMP)... &lt;a href=&quot;http://dotclear.placeoweb.com/post/SNMP&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; SNMP&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/SNMP#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/SNMP#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/467</wfw:commentRss>
      </item>
    
  <item>
    <title>XMLGregorianCalendar to Calendar to Date</title>
    <link>http://dotclear.placeoweb.com/post/XMLGregorianCalendar-to-Calendar-to-Date</link>
    <guid isPermaLink="false">urn:md5:94ed3de4a104309d732275545761f741</guid>
    <pubDate>Fri, 18 Mar 2011 18:29:00 +0000</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>java</category>    
    <description>&lt;p&gt;Comment convertir une Date en Calendar, GregorianCalendar et XMLGregorianCalendar&amp;nbsp;?&lt;/p&gt;    &lt;p&gt;javax.xml.datatype.XMLGregorianCalendar semble être une norme pour les services web.


Voici comment comment convertir une Date en (Gregorian)Calender et en XMLGregorianCalendar, et dans le sens inverse.


Alternativement vous avec aussi com.sun.org.apache.xerces.internal.jaxp.datatype.XMLGregorianCalendarImpl qui étends XMLGregorianCalendar, tel... &lt;a href=&quot;http://dotclear.placeoweb.com/post/XMLGregorianCalendar-to-Calendar-to-Date&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; XMLGregorianCalendar to Calendar to Date&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/XMLGregorianCalendar-to-Calendar-to-Date#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/XMLGregorianCalendar-to-Calendar-to-Date#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/434</wfw:commentRss>
      </item>
    
  <item>
    <title>JBoss CXF Web services</title>
    <link>http://dotclear.placeoweb.com/post/JBoss-CXF-Web-services</link>
    <guid isPermaLink="false">urn:md5:23585c84897048a0e4b47211eaf0f3fa</guid>
    <pubDate>Sun, 22 Aug 2010 20:58:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>apache</category><category>eclipse</category><category>framework</category><category>java</category><category>jboss</category>    
    <description>&lt;p&gt;JBoss 6 AS incorpore l'implémentation des web services avec apache CXF. Dans ce tutoriel nous allons voir comment créer un point de terminaison de service Web (endpoint) simple et la façon de déployer et de le tester avec un client.&lt;/p&gt;    &lt;p&gt;JBoss 6.0.0.Final, Web Services Apache CXF et Eclipse (3.6 Helios)


Apache CXF est un framework de services Open Source. CXF vous aide à construire et développer des services en utilisant les API de programmation frontend, comme JAX-WS et JAX-RS. Ces services peuvent communiquer avec une variété de protocoles tels que SOAP, XML/HTTP, RESTful HTTP,... &lt;a href=&quot;http://dotclear.placeoweb.com/post/JBoss-CXF-Web-services&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; JBoss CXF Web services&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/JBoss-CXF-Web-services#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/JBoss-CXF-Web-services#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/421</wfw:commentRss>
      </item>
    
  <item>
    <title>Apache CXF</title>
    <link>http://dotclear.placeoweb.com/post/Apache-CXF</link>
    <guid isPermaLink="false">urn:md5:005dc11eca0873ce37c8ca1554428e42</guid>
    <pubDate>Sun, 22 Aug 2010 20:57:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>apache</category><category>framework</category><category>java</category><category>jboss</category>    
    <description>&lt;p&gt;&lt;a href=&quot;http://cxf.apache.org/&quot;&gt;Apache CXF&lt;/a&gt;&amp;nbsp;: An Open-Source Services Framework&lt;/p&gt;    &lt;p&gt;Apache CXF : Un Open-Source Services Framework


CXF User's Guide
Apache CXF JavaDoc
Developing a Consumer with CXF Generating the Stub Code, Implementing a CXF Client, Setting Connection Properties with Contexts
Apache CXF &gt; Debugging and LoggingDebugging and Logging
Apache CXF &gt; Setting up Eclipse
CXF : WSDL to Java
Apache CXF &gt; How-Tos &gt;... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Apache-CXF&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Apache CXF&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Apache-CXF#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Apache-CXF#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/415</wfw:commentRss>
      </item>
    
  <item>
    <title>Jboss 6 Application Server (Jboss AS 6)</title>
    <link>http://dotclear.placeoweb.com/post/Jboss-6</link>
    <guid isPermaLink="false">urn:md5:69e9e52774a65545a8cb9fc2d109ac49</guid>
    <pubDate>Sun, 22 Aug 2010 20:47:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>java</category><category>jboss</category>    
    <description>&lt;p&gt;Jboss 6 déploiement d'applications. Déployer une application avec le serveur Jboss n'est pas si simple, voici quelques notes sur Jboss6.&lt;/p&gt;    &lt;p&gt;Télécharger Jboss 6


Page des téléchargement de JBoss Application Server

6.1.0.Final	183 MB	2011-08-16	LGPL
6.0.0.Final	181 MB	2010-12-28	LGPL


JBoss6.1 : JBoss AS 6.1.0 is intended to be a bugfix-only release (Code Freeze : March 11, 2011 Release : March 18, 2011 reporté à plus tard) JBAS JIRA: Fix for Release 6.1.0 et ses versions noctures :... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Jboss-6&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Jboss 6 Application Server (Jboss AS 6)&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Jboss-6#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Jboss-6#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/385</wfw:commentRss>
      </item>
    
  <item>
    <title>Exécuter PHP sur serveur web JAVA</title>
    <link>http://dotclear.placeoweb.com/post/PHP-sur-serveur-web-JAVA</link>
    <guid isPermaLink="false">urn:md5:9095c43ca4f38a0209f07b5a733a253b</guid>
    <pubDate>Sun, 22 Aug 2010 20:35:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>PHP</category>
        <category>apache</category><category>java</category><category>jboss</category><category>jetty</category><category>php</category><category>tomcat</category>    
    <description>&lt;p&gt;Exécuter PHP sur un serveur web JAVA (J2EE, Tomcat, Jetty, Jboss...)&lt;/p&gt;    &lt;p&gt;Jetty


Jetty and PHP
Exécuter des applications PHP (php-cgi) en utilisant les servlets Jetty CGI.


Using the CGI Servlet and HtAccessFilter with Jetty 6 to serve PHP applications
java.jetty.support :PHP for Jetty using PHP Servlet
Php et Jetty


PHP/Java Bridge


How it works


Quercus


Si vous aimez mélanger les langages ensemble, vous allez... &lt;a href=&quot;http://dotclear.placeoweb.com/post/PHP-sur-serveur-web-JAVA&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Exécuter PHP sur serveur web JAVA&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/PHP-sur-serveur-web-JAVA#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/PHP-sur-serveur-web-JAVA#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/390</wfw:commentRss>
      </item>
    
  <item>
    <title>Monter (bind) une DataSource à chaud, la déclarer sur la JNDI, puis l'utiliser</title>
    <link>http://dotclear.placeoweb.com/post/Monter-une-DataSource-%C3%A0-chaud-dans-la-JNDI-puis-l-utiliser</link>
    <guid isPermaLink="false">urn:md5:0af4745d5ecd036d100f79508bda62b9</guid>
    <pubDate>Sun, 07 Feb 2010 13:29:00 +0000</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>java</category><category>mysql</category><category>sql</category>    
    <description>&lt;p&gt;Monter à chaud et utiliser une DataSource dans la JNDI&lt;/p&gt;    &lt;p&gt;import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.Properties;
 
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.sql.DataSource;
 
import com.mysql.jdbc.jdbc2.optional.MysqlDataSource;
 
public class BindDataSourceMysql {
 
	/**
	 * @param args
	 */
	public... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Monter-une-DataSource-%C3%A0-chaud-dans-la-JNDI-puis-l-utiliser&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Monter (bind) une DataSource à chaud, la déclarer sur la JNDI, puis l'utiliser&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Monter-une-DataSource-%C3%A0-chaud-dans-la-JNDI-puis-l-utiliser#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Monter-une-DataSource-%C3%A0-chaud-dans-la-JNDI-puis-l-utiliser#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/333</wfw:commentRss>
      </item>
    
  <item>
    <title>Utiliser la base de données d'une DataSource Jboss depuis un programme externe à Jboss en utilisant la JNDI</title>
    <link>http://dotclear.placeoweb.com/post/Utiliser-base-de-donn%C3%A9es-DataSource-Jboss-depuis-un-programme-externe-%C3%A0-Jboss-JNDI</link>
    <guid isPermaLink="false">urn:md5:0f6a032936a803cc461e8cac38be48b4</guid>
    <pubDate>Sun, 07 Feb 2010 13:15:00 +0000</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>java</category><category>jboss</category><category>mysql</category><category>sql</category>    
    <description>&lt;p&gt;Comment utiliser une DataSource Mysql Jboss depuis un programme externe à Jboss en utilisant la JNDI&amp;nbsp;?&lt;/p&gt;    &lt;p&gt;Client java externe utilisant la datasource d'un serveur Jboss


Selon How to connect to a DataSource from a remote client? : Si vous voulez vous connecter à votre pool de connexion JBoss partir d'un client distant (qui est un client qui n'est pas déployé sur JBoss), vous devez dire à JBoss de ne pas lier la source de données dans le cadre du... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Utiliser-base-de-donn%C3%A9es-DataSource-Jboss-depuis-un-programme-externe-%C3%A0-Jboss-JNDI&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Utiliser la base de données d'une DataSource Jboss depuis un programme externe à Jboss en utilisant la JNDI&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Utiliser-base-de-donn%C3%A9es-DataSource-Jboss-depuis-un-programme-externe-%C3%A0-Jboss-JNDI#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Utiliser-base-de-donn%C3%A9es-DataSource-Jboss-depuis-un-programme-externe-%C3%A0-Jboss-JNDI#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/332</wfw:commentRss>
      </item>
    
  <item>
    <title>Parameter 0 of is of an unknown type 'java.util.Date/1659716317'</title>
    <link>http://dotclear.placeoweb.com/post/Parameter-0-of-is-of-an-unknown-type</link>
    <guid isPermaLink="false">urn:md5:c0f3711b5a09179f357cb07a14cd6ff4</guid>
    <pubDate>Mon, 04 Jan 2010 19:50:00 +0000</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>gwt</category><category>java</category>    
    <description>&lt;p&gt;Dans le décodeur de requête RPC, vous pouvez avoir l'erreur du genre&amp;nbsp;:&lt;/p&gt;

&lt;pre&gt;Parameter 0 of is of an unknown type 'java.util.Date/1659716317'&lt;/pre&gt;    &lt;p&gt;Lié a la vérification des paramètres :
throw new IncompatibleRemoteServiceException(&quot;Parameter &quot; + i
                + &quot; of is of an unknown type '&quot; + paramClassName + &quot;'&quot;, e);


Vous avez peut être attraper l'exception suivante lors d'une migration de GWT (par exemple de GWT 1.7 à GWT 2.0) :

Parameter of is of an unknown type



osdir.com J'ai... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Parameter-0-of-is-of-an-unknown-type&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Parameter 0 of is of an unknown type 'java.util.Date/1659716317'&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Parameter-0-of-is-of-an-unknown-type#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Parameter-0-of-is-of-an-unknown-type#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/313</wfw:commentRss>
      </item>
    
  <item>
    <title>ISO 8601 date heure datetime timestamp timezone</title>
    <link>http://dotclear.placeoweb.com/post/ISO-8601-date-heure-datetime-timestamp-timezone</link>
    <guid isPermaLink="false">urn:md5:d3aa0101096c396000e4fab3863e5b13</guid>
    <pubDate>Mon, 30 Nov 2009 12:36:00 +0000</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>Outils Internet</category>
        <category>java</category><category>mysql</category><category>php</category><category>sql</category>    
    <description>&lt;p&gt;Existe t'il une norme de dates utilisée et implémentée les principaux langages de programmation&amp;nbsp;?&lt;/p&gt;    &lt;p&gt;La norme des dates : ISO 8601


iso.org : Les Normes internationales


Représentation numérique de la date et de l'heure avec la norme ISO 8601 traitant de la représentation des éléments suivants:


Date
Heure du jour
Temps Universel Coordonné (UTC)
Heure locale avec décalage horaire UTC
Date et heure
Intervalles de temps
Intervalles de temps... &lt;a href=&quot;http://dotclear.placeoweb.com/post/ISO-8601-date-heure-datetime-timestamp-timezone&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; ISO 8601 date heure datetime timestamp timezone&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/ISO-8601-date-heure-datetime-timestamp-timezone#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/ISO-8601-date-heure-datetime-timestamp-timezone#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/301</wfw:commentRss>
      </item>
    
</channel>
</rss>
