- 5 Ergebnisse
Kleinster Preis: € 11,95, größter Preis: € 29,99, Mittelwert: € 21,88
1
Ajax on Java: The Essentials of XMLHttpRequest and XML Programming with Java Steven Olson Author
Bestellen
bei BarnesandNoble.com
€ 29,99
Bestellengesponserter Link

Ajax on Java: The Essentials of XMLHttpRequest and XML Programming with Java Steven Olson Author - neues Buch

ISBN: 9780596101879

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 mor… Mehr…

new in stock. Versandkosten:zzgl. Versandkosten.
2
Ajax on Java - Steven Douglas Olson
Bestellen
bei booklooker.de
€ 19,19
Versand: € 0,001
Bestellengesponserter Link

Steven Douglas Olson:

Ajax on Java - Taschenbuch

2001, ISBN: 9780596101879

[ED: Taschenbuch], [PU: OREILLY MEDIA], Gebraucht - Sehr gut Mängelexemplar mit leichten Lagerspuren, Sofortversand - This practical guide shows you how to make your Java web applications… Mehr…

Versandkosten:Versandkostenfrei, Versand nach Deutschland. (EUR 0.00) AHA-BUCH GmbH
3
Bestellen
bei alibris.co.uk
€ 11,95
Bestellengesponserter Link
Steven Douglas Olson:
Ajax on Java: the Essentials of Xmlhttprequest and Xml Programming With Java - Taschenbuch

2007

ISBN: 9780596101879

Paperback, Gebraucht, sehr guter Zustand, Great used condition. A portion of your purchase of this book will be donated to non-profit organizations. Over 1, 000, 000 satisfied customers s… Mehr…

Versandkosten:zzgl. Versandkosten Nashua, NH, The Book Cellar
4
Bestellen
bei Biblio.co.uk
$ 29,14
(ca. € 26,57)
Versand: € 11,951
Bestellengesponserter Link
Steve Douglas Olson:
Ajax on Java - Taschenbuch

ISBN: 9780596101879

Paperback / softback. New. A practical guide that shows you how to make your Java web applications more responsive and dynamic by incorporating new Ajaxian features, including suggestion… Mehr…

Versandkosten: EUR 11.95 The Saint Bookstore
5
Bestellen
bei AbeBooks.de
€ 21,68
Versand: € 68,421
Bestellengesponserter Link
Olson, Steven Douglas:
Ajax on Java: The Essentials of XMLHttpRequest and XML Programming with Java - Taschenbuch

2007, ISBN: 0596101872

[EAN: 9780596101879], Neubuch, [PU: O'Reilly Media], Books

NEW BOOK. Versandkosten: EUR 68.42 Lucky's Textbooks, Dallas, TX, U.S.A. [60577173] [Rating: 5 (von 5)]

1Da einige Plattformen keine Versandkonditionen übermitteln und diese vom Lieferland, dem Einkaufspreis, dem Gewicht und der Größe des Artikels, einer möglichen Mitgliedschaft der Plattform, einer direkten Lieferung durch die Plattform oder über einen Drittanbieter (Marketplace), etc. abhängig sein können, ist es möglich, dass die von eurobuch angegebenen Versandkosten nicht mit denen der anbietenden Plattform übereinstimmen.

Bibliographische Daten des bestpassenden Buches

Details zum Buch
Ajax on Java: The Essentials of XMLHttpRequest and XML Programming with Java Steven Olson Author

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 raw data, and using XML or JSON (JavaScript Object Notation) for sending more complex collections of data. The book then branches out into different approaches for incorporating Ajax, which include: * The Prototype and script.aculo.us Javascript libraries, the Dojo and Rico libraries, and DWR * Integrating Ajax into Java ServerPages (JSP) applications * Using Ajax with Struts * Integrating Ajax into Java ServerFaces (JSF) applications * Using Google's GWT, which offers a pure Java approach to developing web applications: your client-side components are written in Java, and compiled into HTML and JavaScript Ajax gives web developers the ability to build applications that are more interactive, more dynamic, more exciting and enjoyable for your users. If you're a Java developer and haven't tried Ajax, but would like to get started, this book is essential. Your users will be grateful.

Detailangaben zum Buch - Ajax on Java: The Essentials of XMLHttpRequest and XML Programming with Java Steven Olson Author


EAN (ISBN-13): 9780596101879
ISBN (ISBN-10): 0596101872
Gebundene Ausgabe
Taschenbuch
Erscheinungsjahr: 2007
Herausgeber: O'Reilly Media, Incorporated Core >1
228 Seiten
Gewicht: 0,388 kg
Sprache: eng/Englisch

Buch in der Datenbank seit 2007-05-28T13:02:53+02:00 (Berlin)
Detailseite zuletzt geändert am 2024-02-08T12:16:05+01:00 (Berlin)
ISBN/EAN: 9780596101879

ISBN - alternative Schreibweisen:
0-596-10187-2, 978-0-596-10187-9
Alternative Schreibweisen und verwandte Suchbegriffe:
Autor des Buches: steven olson, douglas, steve olson, ajax, oualline steve, google, rico design
Titel des Buches: ajax java, essentials, java for everyone, aja, xml, programming java, the programming


Daten vom Verlag:

Autor/in: Steven Douglas Olson
Titel: Ajax on Java
Verlag: O'Reilly and Associates
228 Seiten
Erscheinungsjahr: 2007-02-22
Sprache: Englisch
29,00 € (DE)
29,90 € (AT)
Not available (reason unspecified)

BA; Hardcover, Softcover / Informatik, EDV/Programmiersprachen; Programmier- und Skriptsprachen, allgemein; UI, client, AJAX, web, rich client

Inhaltsverzeichnis Preface 1. Setup      Requirements      Installing Tomcat      Installing Ant 2. JavaScript for Ajax      Creating the Application      Running the Example 3. A Simple Ajax Servlet      Building and Deploying the Ajax Application      Running the Example 4. 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 5. Getting Useful Data      Form Entry with Ajax      Building a Suggestion Field 6. Ajax Libraries and Toolkits      Using the Dojo Toolkit      Using the Rico Toolkit      Using DWR with Ajax      Drag 'n' Drop with Scriptaculous and Prototype 7. Ajax Tags      Creating a Tag Library      Third-Party Tag Libraries 8. Ajax on Struts      Struts-Layout      Adding Ajax to Struts with DWR      Ajax with Struts: What Have We Learned Here? 9. JavaServer Faces and Ajax      The JSF Lifecycle      Writing a Custom JSF Component      Developing a Custom JSF Tag      Handling JSF Input by Extending HtmlInputText      Writing the JSF Support for Ajax      Summary 10. 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

Weitere, andere Bücher, die diesem Buch sehr ähnlich sein könnten:

Neuestes ähnliches Buch:
9780596105990 Ajax on Java (Steven Douglas Olson)


< zum Archiv...