Archive for May 23rd, 2006
GWT – Google Web Toolkit
Posted by Terry Apodaca in AJAX, Design, Google, HTML, Java, JavaScript, Technology, Web Development on May 23, 2006
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.
