[seam-commits] Seam SVN: r9632 - trunk/doc/Seam_Reference_Guide/en-US.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Nov 24 19:43:51 EST 2008


Author: shane.bryzak at jboss.com
Date: 2008-11-24 19:43:50 -0500 (Mon, 24 Nov 2008)
New Revision: 9632

Modified:
   trunk/doc/Seam_Reference_Guide/en-US/Gwt.xml
Log:
JBSEAM-3736

Modified: trunk/doc/Seam_Reference_Guide/en-US/Gwt.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Gwt.xml	2008-11-24 23:06:55 UTC (rev 9631)
+++ trunk/doc/Seam_Reference_Guide/en-US/Gwt.xml	2008-11-25 00:43:50 UTC (rev 9632)
@@ -75,9 +75,12 @@
    }
 }]]></programlisting>
 
-    <para>
-      The methods that should be made accessible via GWT need to be annotated with the 
-      <literal>@WebRemote</literal> annotation, which is required for all web-remoteable methods.
+    <para>     
+      The name of the seam component <emphasis>must</emphasis> match the fully
+      qualified name of the GWT client interface (as shown), or the seam
+      resource servlet will not be able to find it when a client makes a GWT
+      call. The methods that are to be made accessible via GWT also need to be
+      annotated with the <literal>@WebRemote</literal> annotation.      
     </para>
   </section>
   




More information about the seam-commits mailing list