Questions tagged [gwt-hosted-mode]
28 questions
1
vote
2 answers
What engine powers the GWT Hosted Mode browser?
From what I've read/viewed online about using GWT, the key is to develop/debug in the Hosted Mode browser versus compiling and testing in normal browsers.
As a UI developer - the rendering engine is a key piece of the puzzle when using a…

scunliffe
- 62,582
- 25
- 126
- 161
1
vote
0 answers
GWT Super Dev Mode - start without precompile
In GWT 2.5.1 release notes there is a new option (-noprecompile) that can be added when starting super dev mode. But when i add it to the run configuration, i get the message
Unknown argument: -noprecompile
Google Web Toolkit 2.5.1
What am I doing…

Andrei F
- 4,205
- 9
- 35
- 66
1
vote
1 answer
Check whether application running in hosted mode/deployment mode(local or remote machine)
I want to check whether my gwt application is running in hosted mode or deployment mode.and if deployed then check whether it is deployed on local machine or remote machine. Is there any way to do that.Because i want to change the urls depends on…

pbhle
- 2,856
- 13
- 33
- 40
1
vote
0 answers
PlayN GWT hosted mode BufferOverflowException
I'm trying to get the PlayN demos and show cases to work in eclipse.
When i build / run the "Cute" sample using maven :
/path-to/playn-samples/cute$ mvn -Phtml integration-test
it works fine and i get to see the demo on http://localhost:8080/
But…

Majid Laissi
- 19,188
- 19
- 68
- 105
0
votes
1 answer
GWT: package struture not respected when generating classes for the hosted mode?
I have a gwt application using the gwt-maven-plugin version 1.2
I can generate my app and run the generated war but when I'm running the hosted mode using mvn gwt:run, it breaks:
java.io.FileNotFoundException:…

Laurent T
- 1,070
- 4
- 13
- 25
0
votes
1 answer
GWT hosted mode fails loading module but the generated war works elsewhere
I'm using maven-gwt-plugin and ext-gwt for my GWT project and when I want to run the hosted mode in eclipse as advised here: http://mojo.codehaus.org/gwt-maven-plugin/user-guide/hosted.html I got the following message:
16:47:13.063 [ERROR] [tempoui]…

Laurent T
- 1,070
- 4
- 13
- 25
0
votes
1 answer
Problem with GWT hosted mode when doing Ctrl+F5 in Chrome : CSS don't render anymore
I have a weird problem on my GWT app in hosted mode. I did a "CTRL+F5" on my web page and since then, my app css didn't render anymore. Now, I have an ugly app with nothing more than labels and no styling elements even though I have verified that…

kaffein
- 1,766
- 2
- 28
- 54
0
votes
1 answer
GWT Hosted Mode RPC Serialization file with bad class definition causes IncompatibleRemoteServiceException
I have a GWT project in Eclipse that throws a com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException when using hosted mode because the code server RPC file hashcode does not match the server RPC file hashcode.
I've tracked this down to a…

Kylos
- 1,888
- 14
- 24
0
votes
2 answers
How can I use a custom package structure in a GWT project?
I'm using the regular GWT project structure that is generated when creating a new GWT project via the Eclipse GWT plugin, e.g. com.mycompany.mygwtmodule.client for all the client stuff that is GWT-compiled into JavaScript.
Now I want to add some…

Sir Hackalot
- 521
- 6
- 16
0
votes
2 answers
How does codeserver parameter in GWT work?
In GWT in order to run the application in hosted mode "dev mode" you append get.codesvr parameter to the url as you can see below.
/?gwt.codesvr=127.0.0.1:9997
First question is I want to know how does GWT know when to start a JVM instance to…

user_1357
- 7,766
- 13
- 63
- 106
0
votes
3 answers
Update dependencies while in hosted mode in GWT
I have a GWT webapp split into two Maven projects where one is a dependency to the other. Each time I change something in the dependency and I'm running webapp in hosted mode I have to rebuild the subproject and restart hosted mode for changes to…

marines
- 2,693
- 1
- 16
- 16
0
votes
1 answer
gwt hosted mode hangs on connecting to 127.0.0.1
i am using gwt for a while (pretty nice and useful thing)
when i run the hosted mode i am getting the hosted browser window, and it hangs
on "connecting to 127.0.0.1", only after few tires it works well.
anyone encountered this behavior?
please…

special0ne
- 6,063
- 17
- 67
- 107
0
votes
1 answer
Gwt hosted mode stopped working from Eclipse on adding a special dependency via maven
On integrating a library on server side of my gwt app (maven, gwt 2.4) the development/hosted mode stopped working. The app works fine if deployed or run with "gwt:run" and all unit tests and integration tests pass as before.
If i start development…

dermoritz
- 12,519
- 25
- 97
- 185