Google Web Toolkit
Google is one of the best R&D company, and it's R&D is not only for themselves, but for everyone.
Yesterday, according to TechCrunch, I downloaded the Google Web Toolkit to play for a while. OK, I can tell you, that's the great news for Java geeks. As I always leave Java to Kennis, I find it amazingly troublesome. Well, I am not good enough as a programmer maybe.
Google Web Toolkit is one which you can use Java to write and after compilation, it will generate AJAX content, XML, HTML and Javascripts.
There is an "Hello World" example, which shows a button on HTML and after click, it prompts "Hello World". Normally, that means to me is onclick=alert('Hello World'), but for java, it's 50 lines scripts.
That's the beauty of this Web Toolkit for people who speak Java as their second language...
