i want to know too ! I'm using GWT 2.04 with Seam 2.2 , but when i make a RPC call (using this endpoint url : String endpointURL = GWT.getModuleBaseURL() + "seam/resource/gwt") and get a error : "resoucre not found". If i dont use this url, and config sevlet-mapping in xml file, i can connect to server, but cant use seam component (i think it ignore @Remote annotation). How can i fix it ? Please help !!!
On Sep 13, 10:40 pm, Anand S <[email protected]> wrote: > Hi, > > I am trying to integrateSeamwithGWT. I have looked at the example > provided bySeam. I used ant and could get the example running. Now my > question is: > > There is this piece of code > > String endpointURL =GWT.getModuleBaseURL() + "seam/resource/gwt"; > > in AskQuestionWidget java class. > > What does this piece of code exactly mean ? > > What should this URL actually be ? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
