<?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é - gwt</title>
  <link>http://dotclear.placeoweb.com/</link>
  <atom:link href="http://dotclear.placeoweb.com/feed/tag/gwt/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>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>GWT Jetty Jboss J2EE DataSource</title>
    <link>http://dotclear.placeoweb.com/post/GWT-Jetty-Jboss-J2EE-DataSource</link>
    <guid isPermaLink="false">urn:md5:7393c6bcfd6b709d6945d9097119607c</guid>
    <pubDate>Thu, 23 Apr 2009 13:14:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>eclipse</category><category>gwt</category><category>java</category><category>jboss</category><category>jetty</category><category>mysql</category><category>sql</category>    
    <description>&lt;p&gt;Comment utiliser une datasource sql aussi bien sous Jetty lors de vos test avec le Devel Mode de GWT que sous Jboss une fois déployé en production&amp;nbsp;?&lt;/p&gt;    &lt;p&gt;Jetty


Jetty datasource en devel mode


Voyez le pré-requis pour que Jetty puisse utiliser la JNDI avec une configuration supplémentaire au démarrage de Jetty.


La configuration nécessaire pour activer vos datasources


/war/WEB-INF/jetty-env.xml pour spécifier une DataSource
&lt;?xml version=&quot;1.0&quot;  encoding=&quot;ISO-8859-1&quot;?&gt; 
&lt;!DOCTYPE Configure... &lt;a href=&quot;http://dotclear.placeoweb.com/post/GWT-Jetty-Jboss-J2EE-DataSource&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; GWT Jetty Jboss J2EE DataSource&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/GWT-Jetty-Jboss-J2EE-DataSource#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/GWT-Jetty-Jboss-J2EE-DataSource#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/331</wfw:commentRss>
      </item>
    
  <item>
    <title>GWT Jetty DataSource JNDI Google Eclipse Plugin</title>
    <link>http://dotclear.placeoweb.com/post/DataSource-Jetty-GWT</link>
    <guid isPermaLink="false">urn:md5:bb531a794a0aa645f98978981e25e990</guid>
    <pubDate>Thu, 23 Apr 2009 13:13:00 +0200</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>eclipse</category><category>gwt</category><category>java</category><category>jboss</category><category>jetty</category><category>mysql</category><category>sql</category><category>tomcat</category>    
    <description>&lt;p&gt;Développement utilisant une DataSource et JNDI sous GWT avec le hosted mode sous Jetty lancé par le plugin google Eclipse. Puis publication destination de Jboss.&lt;/p&gt;    &lt;p&gt;Jetty 6.1.11 avec DataSource en hosted mode lancé par le plugin Google Eclipse


Accès à une DataSource MySql configurée sous Jetty 6.1.11 lancé par le Hosted Mode de Google Web Toolkit 1.7.1


Ajoutons la DataSource et déclarons la dans la JNDI


Pour cela nous suivrons le tutorial de Nicolas Wetzel : Setting DataSource (JNDI) in GWT 1.6 (hosted... &lt;a href=&quot;http://dotclear.placeoweb.com/post/DataSource-Jetty-GWT&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; GWT Jetty DataSource JNDI Google Eclipse Plugin&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/DataSource-Jetty-GWT#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/DataSource-Jetty-GWT#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/231</wfw:commentRss>
      </item>
    
  <item>
    <title>Google App &amp; GWT Eclipse Plugin</title>
    <link>http://dotclear.placeoweb.com/post/Eclipse-Plugin-GWT-Google-App</link>
    <guid isPermaLink="false">urn:md5:7233d93944262fdbc84c462abc527b1c</guid>
    <pubDate>Mon, 20 Apr 2009 20:23:00 +0200</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>cypal</category><category>gwt</category><category>java</category>    
    <description>&lt;p&gt;Que vaut le nouveau plugin Eclipse pour GWT (Google Web Toolkit)&amp;nbsp;?&lt;/p&gt;    &lt;p&gt;Plugin Google pour Eclipse


Ce plugin Google Plugin for Eclipse est initialement destiné à :

Google App Engine
Google Web Toolkit, projet Google Web Toolkit (GWT)


En tant qu'ancien utilisateur de Cypal, le passage en Google Web Toolkit 1.6 a nécessité des modifications supplémentaires au changement des chemin vers C:\gwt-windows-1.6.4 pour... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Eclipse-Plugin-GWT-Google-App&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Google App &amp;amp; GWT Eclipse Plugin&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Eclipse-Plugin-GWT-Google-App#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Eclipse-Plugin-GWT-Google-App#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/230</wfw:commentRss>
      </item>
    
  <item>
    <title>JSP sur Hosted Browser GWT (Tomcat) lancé par Cypal</title>
    <link>http://dotclear.placeoweb.com/post/Cypal-Hosted-Browser-GWT-Tomcat-JSP</link>
    <guid isPermaLink="false">urn:md5:d63f8b0d9f2a5eca6988cf9ec6aaeaaa</guid>
    <pubDate>Tue, 27 Jan 2009 13:02:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>cypal</category><category>eclipse</category><category>gwt</category><category>tomcat</category>    
    <description>&lt;p&gt;Vous n'arrivez pas a exécuter vos JSP (Java Server Page) sur le navigateur serveur (Tomcat 5.5) embarqué dans &lt;a href=&quot;http://dotclear.placeoweb.com/tag/gwt&quot;&gt;GWT&lt;/a&gt;&amp;nbsp;? Voici comment rendre compilable vos JSP lancées via Cypal ou GWT en hosted mode.&lt;/p&gt;    &lt;p&gt;Méthode pour utiliser vos JSP via Cypal qui lance le Hosted Browser de GWT (Tomcat)


Télécharger les librairies jasper* inclues dans la version embarquée (Embedded) de Tomcat 5.5

Téléchargez la version Embedded pour récupérer jasper-* :

jasper-compiler.jar
jasper-compiler-jdt.jar
jasper-runtime.jar


Ajouter ses 3 jars dans le Build Path de... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Cypal-Hosted-Browser-GWT-Tomcat-JSP&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; JSP sur Hosted Browser GWT (Tomcat) lancé par Cypal&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Cypal-Hosted-Browser-GWT-Tomcat-JSP#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Cypal-Hosted-Browser-GWT-Tomcat-JSP#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/205</wfw:commentRss>
      </item>
    
  <item>
    <title>SmartGwt Ant Build, compiler SmartGwt depuis les sources SVN sous Eclipse</title>
    <link>http://dotclear.placeoweb.com/post/SmartGwt-Ant-Build</link>
    <guid isPermaLink="false">urn:md5:c82588bae11b6dab5ff8cc77e21e2df6</guid>
    <pubDate>Sun, 21 Dec 2008 19:07:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>ant</category><category>gwt</category><category>java</category>    
    <description>&lt;p&gt;Comment compiler SmartGwt avec Ant sous Eclipse&amp;nbsp;?&lt;/p&gt;    &lt;p&gt;SmartGwt


Le projet SmartGWT

smartgwt

Instructions de compilation de smartgwt depuis le dépôt SVN

Compilation automatique journalière de smartgwt.jar depuis le dépôt SVN de SmartGwt




En cas de traduction défectueuse bloquant la compilation


Ceci est le cas depuis la révision 568 de SmartGwt à cause des apostrophes : simples quotes '.

[txt]... &lt;a href=&quot;http://dotclear.placeoweb.com/post/SmartGwt-Ant-Build&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; SmartGwt Ant Build, compiler SmartGwt depuis les sources SVN sous Eclipse&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/SmartGwt-Ant-Build#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/SmartGwt-Ant-Build#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/242</wfw:commentRss>
      </item>
    
  <item>
    <title>SmartGwt</title>
    <link>http://dotclear.placeoweb.com/post/SmartGwt</link>
    <guid isPermaLink="false">urn:md5:802fdb22695a5792122393b210c384a6</guid>
    <pubDate>Sun, 21 Dec 2008 19:05:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>gwt</category><category>java</category><category>javascript</category>    
    <description>&lt;p&gt;SmartGWT le wrapper remplaçant Gwt-Ext, toujours écrit par &lt;a href=&quot;http://www.jroller.com/sjivan/&quot;&gt;sanjiv jivan&lt;/a&gt;.&lt;/p&gt;    &lt;p&gt;SmartGwt


Le projet SmartGWT

smartgwt GWT API's for SmartClient Javascript component library.

Instructions de compilation de smartgwt depuis le dépôt SVN
Liste des changement lors des commit sur le dépôt SVN

javaDoc SmartGwt

SmartGWT - API Change History

demo SmartGwt (Showcase)
demo SmartGwt EE (Showcase)
forum SmartGwt

Compilation nocturne... &lt;a href=&quot;http://dotclear.placeoweb.com/post/SmartGwt&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; SmartGwt&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/SmartGwt#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/SmartGwt#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/200</wfw:commentRss>
      </item>
    
  <item>
    <title>Publier automatiquement son projet GWT-Ext vers Jboss avec ANT</title>
    <link>http://dotclear.placeoweb.com/post/Publier-automatiquement-son-projet-GWT-Ext-vers-Jboss-avec-ANT</link>
    <guid isPermaLink="false">urn:md5:958ca393327ca568435e7887fd29e11b</guid>
    <pubDate>Tue, 11 Nov 2008 18:56:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>ant</category><category>eclipse</category><category>gwt</category><category>gwt-ext</category><category>java</category><category>jboss</category>    
    <description>&lt;p&gt;Déploiement automatique d'un projet GWT-Ext vers Jboss avec ANT (sous Eclipse)&lt;/p&gt;    &lt;p&gt;Afin de déployer automatiquement mon projet compilé automatiquement, j'ai crée 2 fichiers ANT et 2 fichiers .properties que j'ai laissé dans un dossier &quot;ant&quot; de mon projet.


Les fichiers ANT et .properties


build.GwtExt.xml
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!-- 
Ant : http://ant.apache.org/manual/
--&gt;
&lt;project name=&quot;AntProjetGwt&quot;... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Publier-automatiquement-son-projet-GWT-Ext-vers-Jboss-avec-ANT&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Publier automatiquement son projet GWT-Ext vers Jboss avec ANT&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Publier-automatiquement-son-projet-GWT-Ext-vers-Jboss-avec-ANT#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Publier-automatiquement-son-projet-GWT-Ext-vers-Jboss-avec-ANT#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/175</wfw:commentRss>
      </item>
    
  <item>
    <title>Gwt Applet</title>
    <link>http://dotclear.placeoweb.com/post/GWT-Applet</link>
    <guid isPermaLink="false">urn:md5:b078911c03798334dc0437751b566398</guid>
    <pubDate>Sun, 09 Nov 2008 11:34:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>gwt</category><category>java</category>    
    <description>&lt;p&gt;Les Applets avec Google Web Toolkit&lt;/p&gt;    &lt;p&gt;GWT et les les applets


Inclusion d'applet dans le bowser GWT


Lors de l'exécution du hosted GWT browser depuis mon Eclipse, j'obtiens bien le rendu de mon projet web. Le souci est qu'à l'appel d'Applet Java, le browser me retourne :


Erreur fatale du plug-in Java(TM)

Impossible de charger la classe sun/plugin/JavaRunTime

La passerelle a été... &lt;a href=&quot;http://dotclear.placeoweb.com/post/GWT-Applet&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Gwt Applet&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/GWT-Applet#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/GWT-Applet#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/173</wfw:commentRss>
      </item>
    
  <item>
    <title>Activer les logs sous Tomcat lancé par Cypal</title>
    <link>http://dotclear.placeoweb.com/post/Log4j-Tomcat-Cypal</link>
    <guid isPermaLink="false">urn:md5:e347105f6dbc8546491b9d6e4480f8d3</guid>
    <pubDate>Sun, 02 Nov 2008 14:17:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>cypal</category><category>gwt</category><category>tomcat</category>    
    <description>&lt;p&gt;Comment récupérer les logs de Tomcat lancé par Cypal dans le cadre d'un projet GWT.&lt;/p&gt;    &lt;p&gt;Dans le &quot;Run As-&gt;Run Configuration&quot; de votre projet ou lanceur Cypal, il faut configurer les paramètres.


Dans l'onglet &quot;Parameters&quot;, remplissez l'argument &quot;VM Options&quot; avec la directive &quot;log4j.configuration&quot; pointant sur votre fichier de configuration des log

-Dlog4j.configuration=file:///tmp/log4j.properties


/tmp/log4j.properties :

# Default... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Log4j-Tomcat-Cypal&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Activer les logs sous Tomcat lancé par Cypal&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Log4j-Tomcat-Cypal#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Log4j-Tomcat-Cypal#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/207</wfw:commentRss>
      </item>
    
  <item>
    <title>Gwt-Ext</title>
    <link>http://dotclear.placeoweb.com/post/Gwt-Ext</link>
    <guid isPermaLink="false">urn:md5:0396b2182f274b79d3f313f5b3021d02</guid>
    <pubDate>Thu, 30 Oct 2008 00:57:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>gwt</category><category>gwt-ext</category><category>java</category>    
    <description>&lt;p&gt;Travailler avec Gwt et GwtExt&lt;/p&gt;    &lt;p&gt;Le blog de Dariusz explique clairement l'environnement Gwt-Ext à mettre en place pour générer une application Gwt-Ext :

Gwt-Ext Setup application properly
Gwt-Ext Login example
Gwt-Ext deployment on Tomcat via ANT script
Gwt-Ext example loading data from database


Google Web Toolkit News - onGWT.com

A basic Introduction to GWT EXT


Le blog de... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Gwt-Ext&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Gwt-Ext&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Gwt-Ext#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Gwt-Ext#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/164</wfw:commentRss>
      </item>
    
  <item>
    <title>Retour d'expérience sur GWT-EXT</title>
    <link>http://dotclear.placeoweb.com/post/Retour-d-experience-sur-gwt-ext</link>
    <guid isPermaLink="false">urn:md5:60ad19453063fae750a913f3ec5b8f10</guid>
    <pubDate>Fri, 21 Mar 2008 00:40:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>gwt</category><category>gwt-ext</category>    
    <description>&lt;p&gt;Après avoir avoir essayer le framework GWT + EXT, voici quelques retours sur les problèmes rencontrés.&lt;/p&gt;    &lt;p&gt;Les versions utilisés

gwtext-2.0.2 et gwtext-2.0.3
ext-2.0.2
gwt-linux-1.4.61


FormPanel en fileUpload

Récupération des états de transmission de formulaire

Depuis le GWT, on le FormListener ne récupère pas l'action onActionComplete. Ceci est sûrement un bug du GWT, car depuis les autres navigateurs IE et Firefox cela fonctionne.

Le Form .... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Retour-d-experience-sur-gwt-ext&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Retour d'expérience sur GWT-EXT&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Retour-d-experience-sur-gwt-ext#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Retour-d-experience-sur-gwt-ext#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/99</wfw:commentRss>
      </item>
    
  <item>
    <title>Compiler un projet GWT (et GWT-EXT) avec ANT sous Eclipse</title>
    <link>http://dotclear.placeoweb.com/post/Compiler-un-projet-gwt-et-gwt-ext-avec-ant-sous-eclipse</link>
    <guid isPermaLink="false">urn:md5:ff6600d66c66731478a76b5f1658ad89</guid>
    <pubDate>Mon, 10 Mar 2008 00:26:00 +0100</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>ant</category><category>eclipse</category><category>gwt</category><category>gwt-ext</category><category>java</category>    
    <description>&lt;p&gt;Bien que le module Cypal pour Eclipse permette de lancer le GWT Toolkit Development et son Hosted Browser permettant d'accéder à la compilation, il est plus simple d'avoir un script Ant qui compile et place directement les bon fichiers générés au bon endroit, prêts pour la publication sur votre serveur web ou j2ee.&lt;/p&gt;    &lt;p&gt;Créer le fichier build.xml à la racine de votre projet Eclipse

&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!--
Compilation du projet GWT, puis copie des fichiers générés vers WebContent
--&gt;
&lt;project name=&quot;GwtCompile&quot; basedir=&quot;.&quot; default=&quot;gwtCleanCompileAndPrepareForPublish&quot;&gt;

	&lt;property name=&quot;gwt.module&quot; value=&quot;com.placeoweb.monProjetGwt.MonModuleGwt&quot;... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Compiler-un-projet-gwt-et-gwt-ext-avec-ant-sous-eclipse&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Compiler un projet GWT (et GWT-EXT) avec ANT sous Eclipse&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Compiler-un-projet-gwt-et-gwt-ext-avec-ant-sous-eclipse#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Compiler-un-projet-gwt-et-gwt-ext-avec-ant-sous-eclipse#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/96</wfw:commentRss>
      </item>
    
  <item>
    <title>GWT redirection comme window.location(url) et nouvelle page comme window.open(url) de javascript</title>
    <link>http://dotclear.placeoweb.com/post/GWT-redirection-comme-windowlocationurl-de-javascript</link>
    <guid isPermaLink="false">urn:md5:fd02d0a4b8d92cc88fd3c58de56a5239</guid>
    <pubDate>Fri, 21 Sep 2007 00:14:00 +0200</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>gwt</category><category>javascript</category>    
    <description>&lt;p&gt;GWT ne semble pas proposer de redirection d'url ni d'ouverture de nouvelles pages (dans les onglets ou navigateurs) via ses méthodes, voici comment faire autrement.&lt;/p&gt;    &lt;p&gt;Ouvrir une nouvelle page ou rediriger vers une URL différente dans GWT


Un simple exemple de fonction JSNI pour demander à votre application GWT de rediriger ou d'ouvrir une URL différente.

/**
	   * Redirect to URL, changing by the windows.location
	   * @param url The new URL who remplace the current like http://www.gwt.com/
	   */
	  public... &lt;a href=&quot;http://dotclear.placeoweb.com/post/GWT-redirection-comme-windowlocationurl-de-javascript&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; GWT redirection comme window.location(url) et nouvelle page comme window.open(url) de javascript&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/GWT-redirection-comme-windowlocationurl-de-javascript#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/GWT-redirection-comme-windowlocationurl-de-javascript#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/76</wfw:commentRss>
      </item>
    
  <item>
    <title>GWT</title>
    <link>http://dotclear.placeoweb.com/post/GWT</link>
    <guid isPermaLink="false">urn:md5:dc76b4a5f9832692a74ad8c6694eb490</guid>
    <pubDate>Wed, 12 Sep 2007 00:54:00 +0200</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>gwt</category>    
    <description>&lt;p&gt;Tutoriels et ressources pour GWT (Google Web Toolkit)&lt;/p&gt;    &lt;p&gt;Tutoriaux en français :


Tutoriel Technologies Web 2.0

Utilisation de Google Web Toolkit avec Remote Procedure Calls

Interfaces du service
L'objet échangé entre les applications
Implantation du service côté serveur
Appel au RPC depuis le client Java
Bilan du chapitre



Mon premier projet GWT

Utilisation de Google Web Toolkit avec Remote... &lt;a href=&quot;http://dotclear.placeoweb.com/post/GWT&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; GWT&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/GWT#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/GWT#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/75</wfw:commentRss>
      </item>
    
  <item>
    <title>Cypal Studio pour GWT</title>
    <link>http://dotclear.placeoweb.com/post/Cypal-Studio-pour-GWT</link>
    <guid isPermaLink="false">urn:md5:2f65dd6579c2c480284124084c509e41</guid>
    <pubDate>Mon, 16 Jul 2007 00:36:00 +0200</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>cypal</category><category>gwt</category>    
    <description>&lt;p&gt;Cypal Studio pour GWT est un lot de plugins Eclipse pour Google Web Toolkit. Il est gratuit, Open Source et distribué sous License Apache.&lt;/p&gt;    &lt;p&gt;Requis


Cypal Studio pour GWT nécessite Eclipse 3.3 avec WebTools Platform 2.0 installé. Vous devez installer séparément  Google Web Toolkit.


Installation


Téléchargez ici la version requise et décompressez la dans votre dossier Eclipse. Ouvrez Eclipse. Sélectionnez Window-&gt;Preferences-&gt;Cypal Studio et définissez le dossier GWT home dans lequel... &lt;a href=&quot;http://dotclear.placeoweb.com/post/Cypal-Studio-pour-GWT&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Cypal Studio pour GWT&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/Cypal-Studio-pour-GWT#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Cypal-Studio-pour-GWT#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/73</wfw:commentRss>
      </item>
    
  <item>
    <title>GWT IDE Visuel Eclipse</title>
    <link>http://dotclear.placeoweb.com/post/GWT-IDE-Visuel-Eclipse</link>
    <guid isPermaLink="false">urn:md5:19ac2ef5cf4dd6f3f0174860fc1a8cb5</guid>
    <pubDate>Fri, 13 Jul 2007 00:58:14 +0200</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>eclipse</category><category>gwt</category>    
    <description>&lt;p&gt;GWT c'est bien, mais avec un IDE visuel et/ou de déploiement c'est mieux&amp;nbsp;!&lt;/p&gt;    &lt;p&gt;Googlipse (Gwt-Eclipse Plugin)


Googlipse c'est fini. Le code source a bougé vers un autre projet open source nommé Cypal Studio for GWT. Dans ce nouveau produit, il y a de nouvelles fonctionnalités et correction de beugs, c'est pourquoi je vous suggère d'y passer.


Cypal Studio for GWT (Gwt-Eclipse Plugin)


Cypal Studio for GWT est un lot de... &lt;a href=&quot;http://dotclear.placeoweb.com/post/GWT-IDE-Visuel-Eclipse&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; GWT IDE Visuel Eclipse&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/GWT-IDE-Visuel-Eclipse#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/GWT-IDE-Visuel-Eclipse#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/71</wfw:commentRss>
      </item>
    
  <item>
    <title>Build an Ajax application using Google Web Toolkit, Apache Derby, and Eclipse</title>
    <link>http://dotclear.placeoweb.com/post/build-an-ajax-application-using-google-web-toolkit-apache-derby-and-eclipse</link>
    <guid isPermaLink="false">urn:md5:dfc9a7ee6418c21399d60b241446fd3c</guid>
    <pubDate>Wed, 27 Jun 2007 01:02:00 +0200</pubDate>
    <dc:creator>PlaceOweb</dc:creator>
        <category>JAVA</category>
        <category>eclipse</category><category>gwt</category>    
    <description>&lt;p&gt;Créer une application Ajax utilisant Google Web Toolkit (GWT), Apache Derby, et Eclipse est un joli défi pour des développeurs novices.&lt;/p&gt;    &lt;p&gt;Bien que GWT nous évite d'apprendre toutes les subtilités HTML, nous esquive le JavaScript, il n'en reste pas moins qu'il faille connaître Java et l'anglais. De bons tuto sont disponibles en anglais, mais ce n'est pas forcément le cas en français.


Voici donc la traduction française de Build an Ajax application using Google Web Toolkit, Apache... &lt;a href=&quot;http://dotclear.placeoweb.com/post/build-an-ajax-application-using-google-web-toolkit-apache-derby-and-eclipse&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Build an Ajax application using Google Web Toolkit, Apache Derby, and Eclipse&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://dotclear.placeoweb.com/post/build-an-ajax-application-using-google-web-toolkit-apache-derby-and-eclipse#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/build-an-ajax-application-using-google-web-toolkit-apache-derby-and-eclipse#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/66</wfw:commentRss>
      </item>
    
</channel>
</rss>
