Author: ktlili
Date: Wed Oct 31 17:35:32 2007
New Revision: 19015

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D19015&repname=
=3Djahia
Log:
- add <ajax:initGWT/> taglib and jahiaGWTService servlet and mapping =


Modified:
    branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/webapp/WEB-INF/etc/taglibs/a=
jax.tld
    branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/webapp/WEB-INF/web.xml

Modified: branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/webapp/WEB-INF/etc/tag=
libs/ajax.tld
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-INCLUD=
E-TAG-BRANCH/core/src/webapp/WEB-INF/etc/taglibs/ajax.tld&rev=3D19015&repna=
me=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/webapp/WEB-INF/etc/taglibs/a=
jax.tld (original)
+++ branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/webapp/WEB-INF/etc/taglibs/a=
jax.tld Wed Oct 31 17:35:32 2007
@@ -27,7 +27,8 @@
         <tagclass>org.jahia.taglibs.ajax.ComplexTreeInclude</tagclass>
         <bodycontent>empty</bodycontent>
         <info>Includes all the javascript files and css required to use th=
e ComplexTree. It also
-            sets up the attributes of the ComplexTree</info>
+            sets up the attributes of the ComplexTree
+        </info>
         <attribute>
             <name>divID</name>
             <required>true</required>
@@ -127,7 +128,15 @@
             <required>false</required>
             <rtexprvalue>true</rtexprvalue>
             <!--description><![CDATA[you need to set this value to false i=
f you dont want use the gzip version ]]></description-->
-            =

+
         </attribute>
     </tag>
+
+    <!-- gwt -->
+    <tag>
+        <name>initGWT</name>
+        <tagclass>org.jahia.taglibs.ajax.InitGWT</tagclass>
+        <bodycontent>empty</bodycontent>
+        <info>Init javascript object that contains some jahia parameters a=
s pid required to use Google Web Toolkit.</info>
+    </tag>
 </taglib>
\ No newline at end of file

Modified: branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/webapp/WEB-INF/web.xml
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-INCLUD=
E-TAG-BRANCH/core/src/webapp/WEB-INF/web.xml&rev=3D19015&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/webapp/WEB-INF/web.xml (orig=
inal)
+++ branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/webapp/WEB-INF/web.xml Wed O=
ct 31 17:35:32 2007
@@ -597,6 +597,14 @@
             org.jahia.services.esi.EsiTemplateCachingServlet
         </servlet-class>
     </servlet>
+
+    <!-- jahia gwt service-->
+    <servlet>
+        <servlet-name>jahiaGWTService</servlet-name>
+        <servlet-class>
+            org.jahia.ajax.gwt.base.server.JahiaServiceImpl
+        </servlet-class>
+    </servlet>
     =

     <servlet>
          <servlet-name>JspPrecompileServlet</servlet-name>
@@ -670,6 +678,12 @@
         <url-pattern>/servlet/EsiTemplateCachingServlet</url-pattern>
     </servlet-mapping>
 =

+    <!-- gwt mapping-->
+    <servlet-mapping>
+        <servlet-name>jahiaGWTService</servlet-name>
+        <url-pattern>/gwt/*</url-pattern>
+    </servlet-mapping>
+
     <!-- The mapping for the Slide WebDAV servlet.
    If you change the mapping so that the servlet isn't the default servlet
    anymore, make sure to set the init-parameter 'default-servlet' to

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to