Can anybody suggest a good tool to test GWT UI. What is the opinion about using Selenium & 开发者_开发知识库Webdriver ?
I\'m currently in the process of developing a GWT 1.7.1 application that deals with a significant amount of persistent, user generated data so there is a risk of malicious XSS. One of the steps I am t
My question concerns Google Web Toolkit (GWT). I\'m about to begin development for a project that will reside on an Intranet where some users may have JavaScript disabled. After seeing what GWT has do
I need a vertical layout, which would fill browser\'s viewport top to bottom, with on overflow (scrollbars). I need to layout widgets on the top, and on the bottom, and have one widget in the center w
I\'m struggling to apply css-styling to a GWT (Google Web Toolkit) generated html table in Safari. Specifically, I cannot get Safari to respect the height attribute of a table row after I trigger any
In GWT, I would like to do something like a form submission that takes me to a new page, with new开发者_C百科 style sheet and new static elements, and when I get there, be able to extract the values o
My code is VerticalPanel v1 = new VerticalPanel(); Command comm = new Command() { @Override public void execute() {
I am new to spring and spring security, I have understood how beans are created and referenced in the xml files,
I recently tried to combine SEAM and GWT in a project - but failed using GWT 1.7.1 and Seam 2.1.2 CR2 and Seam 2.2.0 GA (if you have any ideas why - here is the post).
I am no artist/designer so usually my GUIs well, you know...I\'ve tinkered a bit with GWT and I was able to get sensible results but I feel I have used contrived ways of getting those results.