Re: integrate GWT gui with spring framework

2009-06-21 Thread Sledged
I recently dealt with a similar issue. In my case I wanted to create a js gui while still being able to support scriptless browsers. (Additionally, I wanted to make the application accessible via SOAP.) Since you already have a spring controller, the most readily available option of which I can

Specify where Tomcat Lite is Installed

2009-06-11 Thread Sledged
I'm using GWT 1.6.4, and when I run my JUnit test cases, the GWTShell installs Tomcat Lite in the tomcat directory under my project root directory. How can I specify where Tomcat Lite is installed? --~--~-~--~~~---~--~~ You received this message because you are

Re: Problem in downloading Google Plugin for Eclipse

2009-04-21 Thread Sledged
On Apr 20, 4:23 pm, Rajeev Dayal rda...@google.com wrote: Unfortunately, the process to manually download and install the plugin is somewhat tedious. I figured it would, but given that the only other readily available option is to not install the plugin, I'm content to perform an exercise in

Re: Problem in downloading Google Plugin for Eclipse

2009-04-20 Thread Sledged
On Apr 20, 7:58 am, Miguel Méndez mmen...@google.com wrote: Do you have a firewall setup? It might be blocking the connection. That's my problem. The company's firewall blocks Java applications from connecting to anything outside the company's local network. Instructions for manually

FormPanel.wrap and FormSubmitEvent

2009-01-30 Thread Sledged
Environment: OS - Windows XP GWT version - 1.5.3 browser - GWT Hosted Mode JDK - Sun's SE v6 update 11 The javadoc API for FormPanel.wrap() says that the method Creates a FormPanel that wraps an existing form element. This element must already be attached to the document. If the element is