Friday, November 13, 2009

Ajax Programming Made easy for Java Programmers -> Google's GWT Way !!

I believe Most of us are familiar with Core Java and HTML concepts..Also often we dream to write Good Java Scripts/JSP/ASP.. WebApps using our desktop coding skills.. Google's GWT is there to help the Developers with basic Java Knowledge to build powerful Ajax WebApps !!!.

We can write simple Java Code using GWT which on compilation gets converted to a powerful Ajax Apps. The Google Web Toolkit speaks to all the Java programmers left petrified by the thought of web programming. GWT has a call: forget about cross browser issues, don’t bother with JavaScript, stay away from HTML. In case you’ve never heard of it, GWT is an open source project from Google that compiles Java code into JavaScript. You write your Java code just like a desktop application and get JavaScript on the other end. Instead of onClick=myFunction() you write myObject.addClickListener(this); To know more on the basics of GWT click here..

Dont get dissapointed my friend if you have written your prototypes with HTML and CSS..You can still powered your prototype with GWT (Ajax) ..No No you don't have to rewrite it !!! Here is the hack for you ...

Let’s look at this Link which converts a HTML prototype page which I will be converting to GWT with 4 simple steps.

No comments:

Post a Comment