<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="https://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é - cypal</title>
    <link>https://dotclear.placeoweb.com/</link>
    <atom:link href="https://dotclear.placeoweb.com/feed/tag/cypal/rss2" rel="self" type="application/rss+xml" />
    <description></description>
    <language>fr</language>
    <pubDate>Wed, 20 May 2026 15:53:59 +0200</pubDate>
    <copyright></copyright>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>Dotclear</generator>
          <item>
        <title>GWT &amp; Google App Eclipse Plugin</title>
        <link>https://dotclear.placeoweb.com/post/Eclipse-Plugin-GWT-Google-App</link>
        <guid isPermaLink="false">urn:md5:7233d93944262fdbc84c462abc527b1c</guid>
        <pubDate>Mon, 22 Dec 2014 20:23:00 +0100</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;GWT et ses versions, son dépôt et snapshots


Versions de GWT


The GWT Release Notes
Les différents UserAgent :

GWT 2.7.0 UserAgent ie8, gecko1_8, safari, ie9, ie10
GWT 2.6.1 UserAgent ie8, gecko1_8, safari, ie9, ie10
GWT 2.6.0 UserAgent ie8, gecko1_8, safari, ie9, ie10
GWT 2.5.1 UserAgent ie6, ie8, gecko1_8, safari, opera, ie9
GWT 2.5.0... &lt;a href=&quot;https://dotclear.placeoweb.com/post/Eclipse-Plugin-GWT-Google-App&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; GWT &amp;amp; Google App Eclipse Plugin&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/Eclipse-Plugin-GWT-Google-App#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/Eclipse-Plugin-GWT-Google-App#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/230</wfw:commentRss>
              </item>
          <item>
        <title>JSP sur Hosted Browser GWT (Tomcat) lancé par Cypal</title>
        <link>https://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;https://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;https://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>https://dotclear.placeoweb.com/post/Cypal-Hosted-Browser-GWT-Tomcat-JSP#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/Cypal-Hosted-Browser-GWT-Tomcat-JSP#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/205</wfw:commentRss>
              </item>
          <item>
        <title>GWT avec Cypal Studio</title>
        <link>https://dotclear.placeoweb.com/post/Gwt-avec-Cypal-Studio</link>
        <guid isPermaLink="false">urn:md5:dbd97fae56eefbf53e8a71b109c4eba7</guid>
        <pubDate>Tue, 28 Oct 2008 00:36:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>JAVA</category>
                          <category>cypal</category>
                  <category>eclipse</category>
                  <category>java</category>
                <description>&lt;p&gt;GWT 1.5 (official version is 1.5.3) is now finally released and not longer a release candidate. GWT is very nice as AJAX toolkit for a java programmer. You code your application in pure Java and all the JavaScript stuff is done behind the scenes. Important is to understand the build process. The Java Source Code is translated by the GWT Compiler to JavaScript Code.&lt;/p&gt; &lt;p&gt;This GWT Compiler understands Java 1.5 with limited API. Eclipse has it's own built-in Java compiler corresponding to the compiler level of the Java Project. Usage of unsupported Java functions will only be shown by the GWT compiler. Eclipse can only limit the access by setting access rules on the used JRE. In the project preferences under Java... &lt;a href=&quot;https://dotclear.placeoweb.com/post/Gwt-avec-Cypal-Studio&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; GWT avec Cypal Studio&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/Gwt-avec-Cypal-Studio#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/Gwt-avec-Cypal-Studio#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/161</wfw:commentRss>
              </item>
          <item>
        <title>Cypal Studio pour GWT</title>
        <link>https://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;https://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>https://dotclear.placeoweb.com/post/Cypal-Studio-pour-GWT#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/Cypal-Studio-pour-GWT#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/73</wfw:commentRss>
              </item>
      </channel>
</rss>
