Monday, June 2, 2008

To ease ajax development

Last year Google has brought forward the Google Web Toolkit. Basically you write your Ajax applicaiton in Java, using which ever IDE you feel comfortable. When you are ready to test and/or deploy you can simply use the Google Web Toolkit compiler to translate your application into HTML and JavaScript.

Why would you care? Well if you are a Java Developer this means you do not have to bug yourself with debugging JavaScript or learning it, or worrying if IE vs Firefox can support it. And that my friends, is golden!

No comments: