Skip to content

Ajax on Java The Essentials of XMLHttpRequest and XML Programming with Java

Best in textbook rentals since 2012!

ISBN-10: 0596101872

ISBN-13: 9780596101879

Edition: 2007

Authors: Steven Douglas Olson

List price: $29.99
Blue ribbon 30 day, 100% satisfaction guarantee!
Buy eBooks
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

This practical guide shows you how to make your Java web applications more responsive and dynamic by incorporating new Ajaxian features, including suggestion lists, drag-and-drop, and more. Java developers can choose between many different ways of incorporating Ajax, from building JavaScript into your applications "by hand" to using the new Google Web Toolkit (GWT). Ajax on Java starts with an introduction to Ajax, showing you how to write some basic applications that use client-side JavaScript to request information from a Java servlet and display it without doing a full page reload. It also presents several strategies for communicating between the client and the server, including sending…    
Customers also bought

Book details

List price: $29.99
Copyright year: 2007
Publisher: O'Reilly Media, Incorporated
Publication date: 3/20/2007
Binding: Paperback
Pages: 228
Size: 7.13" wide x 9.17" long x 0.49" tall
Weight: 0.880
Language: English

Steven Olson has been a software developer for 20 years, starting in 1984 with ForTran, Pascal, Basic, and, later, C at a company called Signetics. In 1991, he went to work for Novell, writing C. He began dabbling in Java, and in 1995 was one of the first to join the Java development group at Novell. Since then, he has consulted or worked directly for eight other companies writing primarily in Java. Currently, he works for logoworks.com, where his programming adventures continue.

Preface
Setup Requirements
Installing Tomcat
Installing Ant
JavaScript for Ajax Creating
the Application Running
the Example
A Simple Ajax Servlet Building and Deploying
the Ajax Application Running
the Example
XML and JSON for Ajax
The Character Decoder Setting Up a Simple XML Document
Back on the Client: Mining the XML Building
the Application Running
the Application on Tomcat Passing Data with JSON Summary
Getting Useful Data
Form Entry with Ajax Building a Suggestion Field
Ajax Libraries and Toolkits
Using the Dojo Toolkit
Using the Rico Toolkit
Using DWR with Ajax
Drag 'n' Drop with Scriptaculous and Prototype
Ajax Tags Creating
a Tag Library
Third-Party Tag Libraries
Ajax on Struts
Struts-Layout Adding Ajax to Struts with DWR Ajax with Struts: What Have We Learned Here?
JavaServer Faces and Ajax
The JSF Lifecycle
Writing a Custom JSF Component
Developing a Custom JSF Tag
Handling JSF Input by Extending Html Input Text
Writing the JSF Support for Ajax Summary
Google Web Toolkit
Getting Started with GWT
Debugging the Application
Fleshing Out the Application: The Client Supplying Services to the Client
Testing ZipCodes with the Service GWT Widgets
Index