Questions tagged [gwt]
20 questions
55
votes
2 answers
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 team reduce the size of tech stack by one. …

Jas
- 6,254
- 1
- 31
- 46
18
votes
2 answers
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 have RPC problems? Or are there other concerns…

Muhammad Hewedy
- 536
- 4
- 12
11
votes
5 answers
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).
I've seen GWT, looks interesting so I thought I…
Anonymous Coward
11
votes
4 answers
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 by usage, and overly complex to do even simple…

Sourav Majumder
- 137
- 1
- 3
6
votes
4 answers
Starting a game website. Sanity check (Jetty, WebSockets, Java, etc)
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 like to use some Google technologies. The game…
user852740
4
votes
2 answers
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 these objects to be updated on the server. After…

Andrey
- 438
- 3
- 9
3
votes
1 answer
Best practices for programmatic describing of behavior of complex input forms
We have a complex web form (we use GWT/GXT stack) with lots of input elements of different types (text fields, selects, checkboxes, buttons), and behavior of these elements depends on each other.
Now it means, to set form element state correctly,…

Victor Sorokin
- 484
- 1
- 4
- 8
3
votes
2 answers
What is the advantage of using UI binder in GWT?
Mention the pros and cons of UIBinder in GWT.
I want to develop a big project. Is it flexible to use UIBinder for my project?

nmkyuppie
- 408
- 2
- 10
2
votes
4 answers
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 task, particularly for larger, more complex web…

joshin4colours
- 3,678
- 1
- 24
- 37
2
votes
2 answers
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 and iBatis.
I applied a layered approach to…

Satish Pandey
- 1,340
- 3
- 10
- 20
2
votes
4 answers
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 for other enterprise systems to access our data…

Dave
- 121
- 5
1
vote
1 answer
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 different browsers.
Any opinion on that?

sebarmeli
- 269
- 1
- 2
- 6
1
vote
1 answer
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 role, they would be able to see and use different…

csaffi
- 67
- 1
- 4
1
vote
1 answer
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 that may have changed, how would I go about…

nikhil
- 661
- 3
- 8
- 15
1
vote
2 answers
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 of SmartGWT but after some time it has proven not…

Kamil Tomšík
- 939
- 5
- 19