Re: Use of multiple GWT modules in an application

2012-12-20 Thread Ahmad Igbaria
Hi All,

I'm facing a similar problem.
I have compiled gwt module in my app, i copied the generated js files to my 
web app.

when i'm trying to run dev mode i get the same error message you get. the 
given solution didn't work either.

thanks  

On Thursday, October 11, 2012 9:48:30 PM UTC+2, Thad wrote:
>
> On Thursday, October 11, 2012 10:36:32 AM UTC-4, Thomas Broyer wrote:
>
>>
>>
>> On Thursday, October 11, 2012 4:32:53 PM UTC+2, Thad wrote:
>>>
>>> Thomas, indulge my curiosity. I've not the situation that Denero 
>>> describes, but I tried this anyway.
>>>
>>> 1) When I do this, my app loads *much faster*. Why?
>>> 2) Also, I don't see my app's client tab open in the DevMode window. 
>>> Again, why?
>>>

>> Hmm, does it really runs in DevMode then? (e.g., in Chrome is the toolbox 
>> appearing in the omnibar? or in any browser, is the devmode.js or 
>> hosted.html loaded? or a .cache.js/html?)
>>
>
> Ah, I see.  It's not in DevMode and though it is running some stuff (from 
> a earlier build?) it's incomplete. Thanks.
>
> There are times that GWT reminds me of Clarke's 3rd Law. I love working 
> with this toolkit.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/rJyBNKx6dfAJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Use of multiple GWT modules in an application

2012-10-11 Thread Thad
On Thursday, October 11, 2012 10:36:32 AM UTC-4, Thomas Broyer wrote:

>
>
> On Thursday, October 11, 2012 4:32:53 PM UTC+2, Thad wrote:
>>
>> Thomas, indulge my curiosity. I've not the situation that Denero 
>> describes, but I tried this anyway.
>>
>> 1) When I do this, my app loads *much faster*. Why?
>> 2) Also, I don't see my app's client tab open in the DevMode window. 
>> Again, why?
>>
>>>
> Hmm, does it really runs in DevMode then? (e.g., in Chrome is the toolbox 
> appearing in the omnibar? or in any browser, is the devmode.js or 
> hosted.html loaded? or a .cache.js/html?)
>

Ah, I see.  It's not in DevMode and though it is running some stuff (from a 
earlier build?) it's incomplete. Thanks.

There are times that GWT reminds me of Clarke's 3rd Law. I love working 
with this toolkit.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/wihsfs64MSMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Use of multiple GWT modules in an application

2012-10-11 Thread Denero
Sorry, send it too fast.. The application works fine but I realize now that my
gwt module is now not running in devmode. It is not stopping at breakpoints.
Also, I do not see the message "[INFO] [clientsample] - Module clientsample has
been loaded" in the Development mode tab. Just remove .moduleName from the url,
it shows that.

Here is the URL that I tried:
http://127.0.0.1:8882/Sample.html?gwt.codesvr.clientsample=127.0.0.1:9997
where "clientsample" is the rename-to in my gwt.xml file.
Does it look right?

BTW I see that with just
http://127.0.0.1:8882/Sample.html?gwt.codesvr=127.0.0.1:9997,I get the error
message in the development tab for the other GWT module whihc is named "client":
[ERROR] [client] - Unable to find 'client.gwt.xml' on your classpath; could be a
typo, or maybe you forgot to include a classpath entry for source?

Thanks,
dw


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Use of multiple GWT modules in an application

2012-10-11 Thread Denero
That works perfectly fine. Thanks Thomas.


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Use of multiple GWT modules in an application

2012-10-11 Thread Thomas Broyer


On Thursday, October 11, 2012 4:32:53 PM UTC+2, Thad wrote:
>
> Thomas, indulge my curiosity. I've not the situation that Denero 
> describes, but I tried this anyway.
>
> 1) When I do this, my app loads *much faster*. Why?
> 2) Also, I don't see my app's client tab open in the DevMode window. 
> Again, why?
>
>>
Hmm, does it really runs in DevMode then? (e.g., in Chrome is the toolbox 
appearing in the omnibar? or in any browser, is the devmode.js or 
hosted.html loaded? or a .cache.js/html?)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/mhzrb6oqPa0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Use of multiple GWT modules in an application

2012-10-11 Thread Thad
Thomas, indulge my curiosity. I've not the situation that Denero describes, 
but I tried this anyway.

1) When I do this, my app loads *much faster*. Why?
2) Also, I don't see my app's client tab open in the DevMode window. Again, 
why?

Thanks.

On Thursday, October 11, 2012 10:18:30 AM UTC-4, Thomas Broyer wrote:
>
> It's actually (and fortunately) easy: change gwt.codesvr in your URL with 
> gwt.codesvr.moduleName, where "moduleName" is your module name (the one in 
> your gwt.xml's rename-to="")
> That way, the third-party module won't try to run in DevMode, only your 
> module that matches "moduleName".
>
> On Thursday, October 11, 2012 3:35:45 PM UTC+2, Denero wrote:
>>
>> Hi, 
>> I have a GWT application which uses a JavaScript library published on a 
>> remote 
>> server and that also was developed under GWT and the APIs exposed over 
>> JSNI. I 
>> do not have access to the source ocde of that. That library uses 
>> cross-site 
>> scripting and uses xsiframe linker option. 
>>
>> My application which include that in a script node and calls its APIs 
>> works fine 
>> in the production mode. But now for some debugging purpose in my 
>> application 
>> when I run it in the dev mode, all the API calls to the other GWT library 
>> fails 
>> because it looks like it also trying to run in dev mode as I see that 
>> *.devmode.js of that is getting loaded and thus that module is not loaded 
>> successfully(I do not see any errors either). 
>>
>> How can I run my application in dev mode while still keeping the other 
>> library 
>> in production mode(ie just like any other native code)? As said, the 
>> other 
>> library itself is hosted on a different server and when running our 
>> application 
>> in devmode we specify only our module names, so I would expect it to work 
>> bydefault. Is there a compiler or dev mode option that I can use here? 
>>
>> I am using GWT 2.4.0. 
>>
>> Thanks in advance, 
>> dw 
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/BJla4IL7VxAJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Use of multiple GWT modules in an application

2012-10-11 Thread Thomas Broyer
It's actually (and fortunately) easy: change gwt.codesvr in your URL with 
gwt.codesvr.moduleName, where "moduleName" is your module name (the one in 
your gwt.xml's rename-to="")
That way, the third-party module won't try to run in DevMode, only your 
module that matches "moduleName".

On Thursday, October 11, 2012 3:35:45 PM UTC+2, Denero wrote:
>
> Hi, 
> I have a GWT application which uses a JavaScript library published on a 
> remote 
> server and that also was developed under GWT and the APIs exposed over 
> JSNI. I 
> do not have access to the source ocde of that. That library uses 
> cross-site 
> scripting and uses xsiframe linker option. 
>
> My application which include that in a script node and calls its APIs 
> works fine 
> in the production mode. But now for some debugging purpose in my 
> application 
> when I run it in the dev mode, all the API calls to the other GWT library 
> fails 
> because it looks like it also trying to run in dev mode as I see that 
> *.devmode.js of that is getting loaded and thus that module is not loaded 
> successfully(I do not see any errors either). 
>
> How can I run my application in dev mode while still keeping the other 
> library 
> in production mode(ie just like any other native code)? As said, the other 
> library itself is hosted on a different server and when running our 
> application 
> in devmode we specify only our module names, so I would expect it to work 
> bydefault. Is there a compiler or dev mode option that I can use here? 
>
> I am using GWT 2.4.0. 
>
> Thanks in advance, 
> dw 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/IJzN2Z6tfawJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Use of multiple GWT modules in an application

2012-10-11 Thread Denero
Hi,
I have a GWT application which uses a JavaScript library published on a remote
server and that also was developed under GWT and the APIs exposed over JSNI. I
do not have access to the source ocde of that. That library uses cross-site
scripting and uses xsiframe linker option.

My application which include that in a script node and calls its APIs works fine
in the production mode. But now for some debugging purpose in my application
when I run it in the dev mode, all the API calls to the other GWT library fails
because it looks like it also trying to run in dev mode as I see that
*.devmode.js of that is getting loaded and thus that module is not loaded
successfully(I do not see any errors either).

How can I run my application in dev mode while still keeping the other library
in production mode(ie just like any other native code)? As said, the other
library itself is hosted on a different server and when running our application
in devmode we specify only our module names, so I would expect it to work
bydefault. Is there a compiler or dev mode option that I can use here?

I am using GWT 2.4.0.

Thanks in advance,
dw


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.