I've read the description at amazon.com ...
I've been moving in and out of technical work for some years ... at the age where my breadth and wisdom seem to be needed much of the time more than programming skills. But JavaScript is one of my favorites, and I'm a big fan of dhtml coupled with JavaScript communication with outside processes. I give you this background, because ... if you read between the lines, you�ll see someone skipping in time like a rock skipping on
water, picking up knowledge at each hit, but not between.
I loved Netscape's LiveConn. Later, I built my own general support for interacting with
servlets through iframes. I occassionally search the web looking for evidence that something like LiveConn is now supported in standard JavaScript. I think I have found the evidence, and it looks like something like that has been in the JavaScript standard for a couple of revisions.
OK ... so half way through making a short question long ... I have the opportunity to define, if not build myself some pretty cool AJAX stuff that sometimes isn't always entirely "user-centered." I mean, I want asynchronous intereaction with back-end processes, but not just responses to clicks. Once communication starts, some processes may decide to provide updated information at any time, time and time again. This was easy enough to do with LiveConn and the iframes approach.
What I really want is that seamless use of JavaScript /
Java (or other) that I got using LiveConn.
Given that: Is "AJAX in Practice" the book I'm looking for?