1 Reply Latest reply on Mar 10, 2011 10:07 PM by snoa

    Seam GWT explained

    celestialcitizen

      Hi


      I am trying out the Seam GWT example . I use GWT 2.0.4 and Seam 2.0.2.
      I am able to run the example as an ear. but I would like to run the example as a war without ejbs.


      And I also do not understand the line:




      String endpointURL = GWT.getModuleBaseURL() + "seam/resource/gwt";



      Can anyone explain what exactly happens here ?


      Also the how is gwt-ant compiled output different from the GWT compile in eclipse