-3
votes
0answers
27 views

Why my GWT web-application con not open other browsers except firefox? [closed]

I am developing one GWT web application that application is opened with Firefox only.When I am trying to open with another browser That can shown one message. When i am clicking on that button that ...
-4
votes
0answers
29 views

What is the widget use in GWT-Web Application and where to use that widget? [closed]

What is the widget use in GWT application, where to use that in web-applications.
2
votes
2answers
306 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
2answers
364 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
247 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 ...
4
votes
2answers
2k 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 ...
0
votes
4answers
237 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
156 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 ...
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 ...
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?
26
votes
2answers
10k 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 ...
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 ...
9
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). ...