The gwt tag has no wiki summary.
13
votes
2answers
2k views
Why doesn't Google use GWT in most of its applications?
Google created Google Web Toolkit (GWT) and doesn't use it when building their own web applications.
Does this mean GWT is not suitable for building dynamic applications? Or have caching problems? Or ...
2
votes
2answers
158 views
How to synchronize client and server model objects?
We have a client-server application with a thick client (GWT).
There are client-side MVP presenters (MVC controllers) which hold references to some objects viewed in the GUI. Some user actions cause ...
1
vote
1answer
54 views
How to selectively update properties of an object on the server
I have a GWT website that displays some data onto the client in a tabular form. Some of the fields are editable, when any change is made the save button becomes active.
There are multiple properties ...
12
votes
6answers
6k views
Is it worth learning either GWT or Vaadin? [closed]
I consider myself a decent java/web developer. In my career I have always used servlets and ejb's with a web front end, most recently incoporating jquery and ajax.
I can see the theoretical benefit ...
2
votes
4answers
346 views
What are the downsides of leaving automation tags in production code?
I've been setting up debug tags for automated testing of a GWT-based web application. This involves turning on custom debug id tags/attributes for elements in the source of the app. It's a non-trivial ...
1
vote
2answers
356 views
Record management system java web framework
We're currently reconsidering technologies and frameworks to get more agile with "simple" RMS CRUD-based projects. In short, short-living things like this
Right now we have a custom extension on top ...
3
votes
2answers
229 views
Is it possible to migrate struts/spring based application to GWT?
I am using the combination of spring, spring-security, struts and iBatis in my application. Now I am looking to migrate the struts UI to GWT.
The new combination must be spring, spring-security, GWT ...
8
votes
5answers
1k views
What are you thoughts on GWT?
Since I'm learning Java in this period and I just finished with the tutorials I think I'm ready to start contributing to a project (since I know from experience this is the best way to really learn).
...
4
votes
2answers
1k views
What are proven advantages of tools like GWT over pure JavaScript frameworks?
GWT is a software stack that translates Java code and a sub-set of the Java Runtime's class library to JavaScript code.
In comparison with JavaScript toolkits, GWT can seem alienating, by nature and ...
2
votes
1answer
2k views
Best books on GWT 2 [closed]
I want to learn GWT 2 but I didn't find any books about GWT 2 for beginners. Can you recommend books or useful resources to Learn GWT 2?
24
votes
2answers
8k views
When not to use Google Web Toolkit?
I'm considering use of GWT on a major in-house web app development project, namely it's major advantage in my eyes is the cross-compilation to Javascript which would (at least theoretically) help my ...
1
vote
2answers
146 views
Suggestion for setting web application parameters
I'm creating a web application on GWT. I'm using MVP pattern with activities and places. I have a xml config file containing some parameters to be used by the application. Content of this xml file is ...
0
votes
4answers
222 views
What are the options for simple Ajax calls for a Java webapp?
I've got a very simple need and I don't know what are the options available.
If I simplify, users see webpage like this server by a Java webapp server:
[-] red
[x] green
[-] blue
[-] yellow
...
2
votes
4answers
153 views
Is it typical for a provider of a web services to also provide client libraries?
My company is building a corporate Java web-app and we are leaning towards using GWT-RPC as the client-server protocol for performance reasons. However, in the future, we will need to provide an API ...
1
vote
1answer
192 views
What does GWT not provide that straight AJAX coding gives?
For an experience core Java programmer with no AJAX and very little Javascript experience, the GWT is attractive. But, what will I be missing if I just use GWT?
6
votes
4answers
1k views
Starting a game website. Sanity check (Jetty, WebSockets, Java, etc) [closed]
I'm starting a new game website. This is a project to help me learn additional technologies. My background is very much Microsoft and Apple technologies / languages / IDEs.
This project I would ...
0
votes
1answer
151 views
Technology Selection for a dynamic product
We are building a product for Procurement Domain in JAVA.
Following are the main technical requirements.
Platform Independent
Database Independent
Browser Independent
In functional requirements ...
1
vote
1answer
158 views
Is it worth cross-browser testing in GWT applications?
as GWT is supposed to abstract all the browsers implementations (for widgets, etc) is it worth doing cross-browser testing? I was just thinking to test only the styling related stuff (CSS related) in ...
0
votes
1answer
489 views
User roles in GWT applications
I'm wondering if you could suggest me any way to implement "user roles" in GWT applications. I would like to implement a GWT application where users log in and are assigned "roles". Based on their ...