0
votes
1answer
24 views
GWT Books/Tutorial for GWT 1.4 --> 1.7
I'm taking over a colleague's GWT project soon and I've never coded in it before. However as I come from a Java background, I'm sure I won't be banging my head too much or be too o …
2
votes
2answers
32 views
Simple hyperlink in GWT?
This should be simple, but somehow I can't find a way to create simple hyperlink in GWT. Basically, I want to load another page when users clicks on something.
Hyperlink seems to …
0
votes
2answers
20 views
placing widget in listbox/dropdown in gwt
hi,
i am using gwt to build my web site.
i would like to create a dropdown/listbox that contains no just text but also images, meaning that in the drop down there will be a what …
0
votes
1answer
11 views
gwt request (via RequestBuilder) causing response to be treated as JavaScript
The following code
RequestBuilder builder = new RequestBuilder(RequestBuilder.GET, URL.encode("http://localhost:8080/xxxx/yyyy"));
try {
Request request = builder.sendReq …
0
votes
1answer
21 views
How to handle image/gif type response on client side using GWT
Hi all,
I have a question about how to handle image/gif type response on client side, any suggestion will be great.
There is a service which responds for retrieving image (only on …
0
votes
2answers
32 views
Spring configuration in GWT Project?
I am developing a GWT-Spring-Hibernate project and I want to use Spring Autowired annotation in GWT Service Servlet but my autowired annotated service is not injected. it is null. …
0
votes
3answers
42 views
Any good articles related to deploying GWT applications to production?
Hi everyone,
Does anyone know any good articles on how to deploy Google Web Toolkit (GWT) applications to a production environment? What are the requirements? Should I use Tomcat …
1
vote
1answer
63 views
How to create a development/debug and production setup
Hello there,
I recently deployed inadvertently a debug version of our game typrX
(typing races at www.typrx.com - try it it's fun).
It was quickly corrected but I know it may h …
0
votes
2answers
29 views
GWT check if flash is installed
Is there a way in GWT to check if the browser running is supporting Flash?
0
votes
1answer
25 views
Google App Engine Task Queue on GWT
I'm looking at Google App Engine's new task queue API for Java and I'm having a hard time relating that to my GWT application. If I wanted to use a task queue to do some asynchrono …
1
vote
5answers
74 views
Achieving multipage GWT website
Hi,
I have a question on managing a multipage GWT website. For now I only have one html page in which I embed lots of divs to store the widgets that I use. Then, according to the …
0
votes
1answer
26 views
Persisting a GWT Visualization API DataTable
What's the correct way to go about persisting a GWT Visualization API DataTable?
Should I find a way to serialize the DataTable object or should I write the table cell by cell to …
1
vote
4answers
83 views
GWT’s hosted mode not working
I've been stumped for a while trying to figure out why my GWT demo app isn't working in hosted mode so I went back and downloaded the Google Web Toolkit again, unzipped it and simp …
1
vote
3answers
58 views
What should I use for implementing list feature in GWT.
Hello,
I want to implement list like "stackoverflow question list" (where each row has multiple items, text, tags, user, time etc) in GWT. What should be most appropriate approach? …
0
votes
2answers
25 views
refreshe the ui in gwt
hi,
i am pretty new to the gwt so be gentle and please elaborate..
i have created some custom composite widget, which listens to an events (in my case loginEvent). once the event …
