I'm trying to understand which of the two to use, having four main criteria
- Writer better, maintainable client JavaScript code, with ease of modern IDE (better content assist, better debugging)
- Cross Browser
- Less lock-in, can read the code
- Technology that is more likely to be supported in the future (hardest to tell)
What are the main differences between the two technologies?
Both seem to have similar use cases, and the same potential developer community
Does it look like GWT is going to be eventually replaced by Dart? Any signes suggesting this?
Or am I missing something and they are entirely different concepts?