Tagged Questions
0
votes
4answers
228 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
...
1
vote
1answer
193 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?
25
votes
2answers
9k 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 ...