[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-1102) Seam Remoting for GWT

Michael Neale (JIRA) jira-events at lists.jboss.org
Sun Mar 25 08:46:13 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1102?page=all ]

Michael Neale updated JBSEAM-1102:
----------------------------------

    Attachment: seam-gwt-impl.zip
                seam-gwt-tests.zip
                gwt-servlet.jar

Ok here is the merchandise. 

-impl == the impl classes - just 2 ! nice !
 the GWTToSeamAdapter.java is the important one - its not GWT specific but Seam specific.
 the GWTServiceServlet.java contains GWT specific gunk - and I have factoed it to have no seam code - so its only dependent on GWT.
-tests == tests in JUnit 3 (sorry, no TestNG ;) but pretty simple - mostly testing the Seam specifics, and method resolving algorithm.

gwt-servlet.jar - the 1.3.3 version of GWT dependency - this is the ONLY jar needed for GWT.

> Seam Remoting for GWT
> ---------------------
>
>                 Key: JBSEAM-1102
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1102
>             Project: JBoss Seam
>          Issue Type: Patch
>          Components: Remoting
>    Affects Versions: 1.2.0.GA
>            Reporter: Michael Neale
>         Assigned To: Shane Bryzak
>         Attachments: gwt-servlet.jar, seam-gwt-impl.zip, seam-gwt-tests.zip
>
>
> Please find attached my contrib for making GWT remoting work with Seam Remoting. 
> Works with GWT up to latest version 1.3. New unreleased GWT version 1.4 should also work - however it can be refactored to use the RPC utility class, and also
> be wired into Seam more deeply.
> Expect future patches for JSF level integration from Rob Jellinghaus. 
> Summary of features/components: 
> * There is a generic remoting servlet (this *may* be able to be retired and use generic Seam functionality - however I recommend GWT 1.4 for this, but it certainly is possible - if you look at the 
> servlet there isn't anything too magical in there).
> * Uses @WebRemote to expose methods on a RPC API that GWT uses
> * All that is needed to use is to have a Seam component with a name the same as the RPC interface that GWT uses - Seam will do the rest.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list