In my .gwt.xml file I have uncommented the following: <inherits name=\'com.google.gwt.user.theme.chrome.Chrome\'/>
I am having a application which when i run standalone runs well. This application sends an XML to a server and listens for the reply from that server which is again an XML.This works WELL when running
What does the rename-to attribute of the module tag in a GWT module mean?Is it optional开发者_Python百科?It \"causes the compiler to behave as though the module had a different name than the long, ful
I have worked with ASP.NET(C#, classic/MVC), Django(Python) and CI(php) but I am completely new to GWT and JSP/servlets, and I have been told to learn GWT MVP. So, I read a tutorial for GWT-MVP from g
When a user leaves the GWT app, I would like to开发者_如何学JAVA open a confirm dialog and offer them the choice to stay, i.e. Confirm(\"are you sure you want to leave this page\", \"yes\", \"no\").
In the GWT Stock Watch tutorial it seems to be polling the server every 4 seconds for new data. Is this the standard way GWT works or is it p开发者_StackOverflow中文版ossible to use a push type techno
I\'m using the GWT Maven plugin from Codehaus with m2eclipse. Where is my web.xml file supposed to end up? Isn\'t the Maven build supposed to copy it to the /war directory? I can\'t see it there. Or d
I have a SmartGWT 2.0 application where I have to render a few hundred small images and this is taking very, very long开发者_JAVA百科 (>20s). It\'s a intranet application.
I am trying to perform a JNDI-lookup from within the GWT devmode. I have a local glassfishv3 running the EJBs I want to look up. If i deploy the GWT-Webapp into said glassfish everything works as exp
开发者_如何学JAVAI would like to do something when a scroll event has occurred on a smartgwt window. I\'m assuming that an event will be fired when at least one of the following has happened: scroll w