Event Driven Programming in AJAX Using the GWT and JavaHistorically, the development of Ajax web applications has been a complex process. This is due mainly to the requirement to learn and use a variety of technologies, possibly including HTML, JavaScript, XML, ASP.NET, Java servlets, various scripting languages, etc. Recently several products have emerged that make it possible to develop Ajax web applications using the Java development environment. Some use exclusively Java, while others use mainly Java. One development environment that allows you to use mainly Java for the development of web applications is the Google Web Toolkit (GWT), which is the primary topic of this tutorial lesson. Most of the client-side code for a GWT Ajax application can be written in Java. There is no requirement to write JavaScript code.
The main purpose of the tutorial is to teach you how to write the Java code necessary to accomplish event driven programming using the GWT.
