Is the Google Web Toolkit Right For You?
An anonymous reader writes "The recently released Google Web Toolkit (GWT) is a comprehensive set of APIs and tools that lets you create dynamic Web applications almost entirely in Java code. However, GWT is something of an all-or-nothing approach, targeted at a relatively small niche in Web application development market. This article shows you what GWT can do and will help you decide if it's the best tool to use for your web development."
I, for one, welcome our weather-reporting overlords.
+5, Truth
Does it have a "I'm feeling lucky" feature, where it will deploy your project for the first time without bugs?
Also, what's the state of the art in screen readers? Do they have sufficient JavaScript support? (*)
If not, using GWT for a corporate web site is just a lawsuit waiting to happen.
(*) This is not an idle question, I'm sincerely interested in real answers and pointers to software.
GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
Hmm, all the examples in the article look pretty much the same than they were written in JavaScript, but in a more complex way. Why not actually learn the trade. Its easier to fix problems if you're working with the actual code that runs in the browser, not the "meta code".