Tagged Questions

0
votes
0answers
11 views

Spring Forms + GWT

I'd like to learn how to use Spring Forms and GWT. Basically my forms just ask for a bunch of links and you can submit them. The twist is that when I add a link I want it to be pre …
0
votes
0answers
16 views

google web toolkit and a c++ library

I would like to know if and how GWT will talk to my C++ library to process some events on the UI. Thanks in advance for the help.
0
votes
2answers
24 views

Google Web Toolkit on a standalone server

Our team is planning on making a thick client into a web based UI. We are researching the various options and GWT is something that we are researching. I have a question if GWT can …
4
votes
3answers
132 views

Client side time zone support in GWT

I'm working on a GWT app where I need to support the following scenario: The server is located in time zone A The client's browser is set to time zone B The GWT app is configured t …
0
votes
2answers
66 views

Is there a tool to convert my GWT RemoteServiceServlet into the correct Service and ServiceAsync interfaces?

I'm working on a GWT project and I find it very tedious to have to add a function to my servlet, then copy and paste the function signature into my Service interface, then copy and …
0
votes
1answer
25 views

Google web toolkit doesn’t work with CachedRowSet

I'm trying to creating a web app using GWT. In my application, I use MySQL as database. I tried to use a connection pool to control the number of connections to the database. Howev …
1
vote
4answers
74 views

Can GWT be made accessible for users with JavaScript disabled?

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 see …
0
votes
2answers
119 views

GWT interface to Solr index

I have a solr index on a remote server and need to create a search page interface. I am using GWT to code the pages and XML-HTTP to query the index and receive the response. The pr …
0
votes
0answers
144 views

Is Google Wave noisy? is it a productivity killer? [closed]

This is a 'Friday' Question, certainly going to be a passionate question to some. Many 'reviewers' out there are saying that Google Wave is noisy! I have not had the pleasure to t …
0
votes
1answer
57 views

VerticalSplitPanel doesn’t show widgets in GWT

This is some very simple code that I'm using to try showing a VerticalSplitPanel, but the widgets I add don't show. The divider thing of VerticalSplitPanels does show however the w …
0
votes
3answers
153 views

Is there a PHP web toolkit similar to Google Web Toolkit ?

Hello, I've been playing with GWT lately, and I like the idea a lot. The only downside for me is Java, which I'm not a big fan of. (Please don't argue about Java being better than …
1
vote
3answers
247 views

Which Eclipse version should I use for Google GWT and Google App Engine development?

Ganymede, probably. But there are so many different ones. Any idea?
0
votes
4answers
386 views

Is Eclipse Galileo compatible to Google Plugin for Eclipse?

They don't seem to mention which Eclipse Version must be used...
0
votes
0answers
215 views

EXT-GWT Portal: How to get all Portlets?

Hi all this is my first Question here! Im just making my first steps with (Ext-) GWT. I´m testing the Ext-GWT libraries and really: These are absolute great! Now my question: Is i …