Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
75 views

Something other than an int was returned from JSNI method

I am running a GWT application in hosted mode. Sporadically I get a strange HostedModeException complaining about the type of the JS value returned from JSNI. Sometimes it is during deserialization: ...
2
votes
1answer
51 views

What is the GWT byte-cache file?

As a background, today, my GWT hosted mode runs just mysteriously slowed down to the extent that it is virtually not working. Whenever I pause the application the relevant threads (the main thread, ...
2
votes
1answer
1k views

How do you setup JNDI for GWT (2.0) Hosted Mode?

How do you setup a JNDI server on GWT's hosted mode (they seem to use an embedded Jetty server)?
1
vote
1answer
65 views

Testing html 5 application cache in GWT hosted mode

I'm going to start writing a GWT app with offline capability. In order to use html 5's application cache function, the web server must return a "filetype: text/manifext" header with the manifest file. ...
1
vote
1answer
168 views

GWT + Spring hosted mode not working

I have a following problem, probably somebody can help me? I had an Spring MVC application, quite basic one, with a few simple jsp pages. Also I had an Spring Security integrated with it. Now I ...
1
vote
0answers
482 views

gwt serialization policy hosted mode out of sync

When running my GWT application (gwt 2.0.4) in hosted mode, calling RPC methods running on remote Tomcat, I get GWT serialization exception: INFO: GwtRpcEventSrvc: ERROR: The serialization policy ...
1
vote
1answer
310 views

GeoTools with GWT (Development Mode Jetty)

Using GeoTools with GWT, I get the following stack trace when running my app in Development Mode: WARNING: Can't load a service for category "CRSAuthorityFactory". Cause is ...
1
vote
2answers
143 views

How to apply css changes using IntelliJ with GWT without having to stop/restart program

When using IntelliJ to write a GWT application and testing in hosted mode is there any way to have a CSS change reflected in the execution of the program without having to stop and restart the ...
1
vote
2answers
576 views

Need help debugging GWT - Jetty 'unknown realm'

I am trying to debug a GWT application, but it seems I can't do it with jetty. Whenever I try to run it in hosted mode for debugging I get an 'unknown realm' 500 error message (nothing loads). I am ...
0
votes
2answers
29 views

How to automatically append gwt.codesvr to page URL

When running a GWT application in hosted mode one usually needs to add the location of the code server in a query string parameter, for example instead of index.html one may need to open ...
0
votes
0answers
13 views

Grails GWT Plugin Hosted Mode

I am building a Grails application that uses a combination of GWT and GXT to provide an interface to the user. For this I am using the Grails GWT plugin by Peter Ledbrook. The application runs ...
0
votes
1answer
104 views

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 ...
0
votes
3answers
107 views

Debugging a GWT app which needs access to an external resource (Same Origin Policy)

We have a GWT application which draws some resources from a separate servlet via async javascript. In production this poses no problems as both the producer servlet and the consumer GWT app will ...
0
votes
1answer
117 views

GWT: development mode behaves different from server mode

this is a 10 million dollar question! I am developing with GWT 2.1.1, MVP framework, GIN and deploying on tomcat 6. Never had any problem so far. I added a regular expression (RE) client side to check ...
0
votes
1answer
285 views

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 ...
0
votes
2answers
908 views

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 ...