Originally posted by Bashar Ayyash:
...but does "Ajax for Web Application Developers" talks about how to implement Ajax in JAVA, in PHP or it talks about Ajax in general?
Directly from the book description:
This detailed guide covers the creation of connections to a MySQL database with PHP 5 via a custom Ajax engine and shows how to gracefully format the response with CSS, JavaScript, and XHTML while keeping the data tightly secure. It also covers the use of four custom Ajax-enabled components in an application and how to create each of them from scratch.
So, while it talks about Ajax, in general, the specific examples appear to be covered in PHP.