42
votes
17answers
12k views
Which Javascript framework (jQuery vs Dojo vs … )?
There are a few Javascript frameworks/toolets out there, such as:
jQuery;
Dojo;
Prototype;
YUI;
MooTools;
ExtJS;
SmartClient; and
others I'm sure.
It certainly seems that jQuery is ascendant in …
30
votes
15answers
5k views
Biggest GWT Pitfalls?
I'm at the beginning/middle of a project that we chose to implement using GWT. Has anyone encountered any major pitfalls in using GWT (and GWT-EXT) that were unable to be overcome? How about from a …
29
votes
13answers
3k views
Why isn’t Google Web Toolkit more popular?
I've recently become intrigued with Google Web Toolkit and have started playing with it on some personal projects. I've noticed though that it doesn't seem to be very popular. For example, two major …
18
votes
8answers
2k views
How does the live, real-time typing work in Google Wave?
I'm sure Wave doesn't poll the server every millisecond to find out if the other user has typed something... so how can I see what the other person is typing as they type? And without hogging the …
16
votes
14answers
4k views
Best GWT widget library?
Question for all the GWT gurus out there - which is the best GWT widgets library out there? And why?
List based on the answers:
Default
EXT-GWT
GWT Components Library
GWT-EXT
GWT Widget Library
…
15
votes
24answers
2k views
Which applications would you like to see integrated with Google Wave?
Google Wave has some very interesting features in it, mostly the integration ones. Which applications (web or not) would you like to see integrated with it first, when it launches?
10
votes
8answers
752 views
Has anyone used GWT and can say it really delivers what it promises?
I am a long time Java web developer and as most web developers I have used quite a lot of JavaScript. Even though I don't hate JavaScript as many other Java developers, I am still aware of its faults. …
10
votes
7answers
1k views
What is the most commonly used Java web framework?
Which of the following frameworks is the most commonly used in Java right now and, if different, which framework is growing in popularity the fastest in terms of adoption?
Stripes
Spring MVC
Struts
…
10
votes
5answers
2k views
Java Generics: Generic type defined as return type only
I'm looking at some GXT code for GWT and I ran across this use of Generics that I can't find another example of in the Java tutorials. The class name is com.extjs.gxt.ui.client.data.BaseModelData if …
9
votes
9answers
409 views
Web 2.0 Advantages?
The GWTPHP Framework here says the following:
One of the advantages of Web 2.0 based
applications is that the traffic
between client and server consists
only of data. You don’t need to …
9
votes
4answers
2k views
What’s your recommendation for architecting GWT applications? MVC, MVP or custom messaging solution?
Hello,
I just started a new GWT project for a client and I'm interested in hearing people's experience with various GWT MVC architectures. On a recent project, I used both GXT MVC, as well as a …
9
votes
3answers
500 views
Sending persisted JDO instances over GWT-RPC
I've just started learning Google Web Toolkit and finished writing the Stock Watcher tutorial app.
Is my thinking correct that if one wants to persist a business object (like a Stock) using JDO and …
8
votes
9answers
2k views
GWT vs Flex vs ?
My company is trying to migrate away from a .NET application to something that is purely web-based, and very "ajaxy". The original .NET app is fairly interactive, roughly equivalent to Google Maps as …
7
votes
9answers
658 views
Should web developers still learn JavaScript?
Now that frameworks like GWT, Morfik etc exist which compile Java client side code into major JavaScript dialects, is it still worth learning JavaScript?
7
votes
8answers
765 views
GWT: Gotcha’s
My team is embarking on its very first GWT project. We are fairly strong with Swing applications, with almost all of our work involving significant Swing GUIs.
However, this is our very first foray …
