GWT - Google Web Toolkit
Google released their new Web Toolkit last week…giving all of us JAVA Developers access to their coolness (or at least most of it that’s not still closed behind the labs at the Google Campus). I’ve finally downloaded it and run through all the documentation. Seems pretty easy…Install the latest JDK, Download the toolkit, unpack the packaged toolkit, start using the toolkit. Well, that’s what the site’s Getting Started page says.

So, getting started sounds easy…now you need to know how to set up, create a project…import this into your favorite IDE (Eclipse), and code away. They even give you a few samples (what they call the Kitchen Sink) to get started with and get use to before you start building your own apps.
There’s a lot more info on the site…so go check it out if you are interested in building great AJAX style web application using pure JAVA code that is compiled into valid JavaScript and HTML pages for final deployment.
Posted in JavaScript, HTML, AJAX, Java, Design, Web Development, Technology |