• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Head First Ajax Dreams

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I saw the book in Indian markets Head Rush Ajax.The book is a combination of AJAX and PHP.Throughout the Head First Series you thought Java,then why you went for (PHP,AJAX)combination.We(Indian Markets) are eagerly waiting
for Head First Ajax(java,AJAX)combination.this Topic is a reflection of those eager peoples.

Kathy and Bates we are longing for the edition.This is resemblance of million Hearts
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This promotion is not for the Head First series. I think you need to reread the promotion to see what book they are talking about.

Eric
 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Java and Ajax is really not going to be any different than PHP and Ajax...
sure JSP and PHP files are different, as well as backend .java and .php code, but Ajax is independant of the two.

What IS different are the different libraries that can assist you. Have a look at AjaxTags. Its a library for use with Java applications and makes it pretty simple to do some basic Ajax stuff...(i.e. pre-populating drop down lists, etc).

Other than than, its just javascript...javascript doesn't plug into Java any different that it does PHP, ASP, .Net, etc...

Suggestions: google, google, google, and more google. Read up, download and play with prototype.js and scriptaculous.js which are both frameworks that make working with ajax technologies a bit easier.

The head first book is great, and really doesn't cover much PHP...they only use PHP to describe whats happening on the server side.
 
author
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In addition to the responses posted so far, I can assure you that the migration from PHP to Java (Servlets/JSP) can be done with a minimal effort as the focus in the AJAX and PHP book remains on AJAX as a technology.

Bogdan
 
Every time you till, you lose 30% of your organic matter. But this tiny ad is durable:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic