<?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é - cypal</title>
  <link>http://dotclear.placeoweb.com/</link>
  <atom:link href="http://dotclear.placeoweb.com/feed/tag/cypal/rss2" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>fr</language>
  <pubDate>Wed, 08 Feb 2012 09:58:35 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <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>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 avec Cypal Studio</title>
    <link>http://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;http://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>http://dotclear.placeoweb.com/post/Gwt-avec-Cypal-Studio#comment-form</comments>
      <wfw:comment>http://dotclear.placeoweb.com/post/Gwt-avec-Cypal-Studio#comment-form</wfw:comment>
      <wfw:commentRss>http://dotclear.placeoweb.com/feed/atom/comments/161</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>
    
</channel>
</rss>
