Re: GWT javascript structure

2008-12-07 Thread GWT Newbie
Thanks a lot for the detailed answer. I will try as soon as possible. On 7 déc, 15:44, "Robert Hanson" <[EMAIL PROTECTED]> wrote: > > If I do so, the rpc services in HelloWorld do not work anymore. > > You just need to set the target URL of the remote services properly, > and that is dependent on

Re: GWT javascript structure

2008-12-07 Thread Robert Hanson
> If I do so, the rpc services in HelloWorld do not work anymore. You just need to set the target URL of the remote services properly, and that is dependent on your setup. 1) For example, perhaps you can use an absolute URL: /parth/to/servlet 2) Or relative to the JS code. GWT.getModuleBase

GWT javascript structure

2008-12-07 Thread GWT Newbie
Hello, I was wondering if it is possible to configure the structure of the files generated by gwt. In detail, assume that I have a project HelloWorld. GWT will generate something like: com.mypackage.gwt.HelloWorld |--> some files .rpc |--> some files .png |--> some files .html |--> some