IBM’s site posted an article aimed at Java developers and new concepts in building dynamic Java applications.
“This article gives you a good understanding of the fundamental principles of Ajax, and a nuts-and-bolts knowledge of the client and server side components that participate in an Ajax interaction. These are the building blocks of a Java-based Ajax Web application. In addition, you will be shown some of the high-level design issues that come with the Ajax approach.”
Author Philip McCarthy does an outstanding job presenting the new concepts by using AJAX to build dynamic web application. This article is focused on developing with Java but the key principles described can be used with all other language such as PHP, ASP, Ruby on Rails, etc. I strongly recommend this read especially if you’re looking towards adding or build future applications with an AJAX approach.
Read the full story.