- 5 resultaten
laagste prijs: € 11,95, hoogste prijs: € 29,99, gemiddelde prijs: € 21,88
1
Ajax on Java: The Essentials of XMLHttpRequest and XML Programming with Java Steven Olson Author
bestellen
bij BarnesandNoble.com
€ 29,99
bestellenGesponsorde link

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

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… Meer...

new in stock. Verzendingskosten:zzgl. Versandkosten., exclusief verzendingskosten
2
Ajax on Java - Steven Douglas Olson
bestellen
bij booklooker.de
€ 19,19
verzending: € 0,001
bestellenGesponsorde link

Steven Douglas Olson:

Ajax on Java - pocketboek

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… Meer...

Verzendingskosten:Versandkostenfrei, Versand nach Deutschland. (EUR 0.00) AHA-BUCH GmbH
3
bestellen
bij alibris.co.uk
€ 11,95
bestellenGesponsorde link
Steven Douglas Olson:
Ajax on Java: the Essentials of Xmlhttprequest and Xml Programming With Java - pocketboek

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… Meer...

Verzendingskosten:exclusief verzendingskosten Nashua, NH, The Book Cellar
4
bestellen
bij Biblio.co.uk
$ 29,14
(ongeveer € 26,57)
verzending: € 11,951
bestellenGesponsorde link
Steve Douglas Olson:
Ajax on Java - pocketboek

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… Meer...

Verzendingskosten: EUR 11.95 The Saint Bookstore
5
bestellen
bij AbeBooks.de
€ 21,68
verzending: € 68,421
bestellenGesponsorde link
Olson, Steven Douglas:
Ajax on Java: The Essentials of XMLHttpRequest and XML Programming with Java - pocketboek

2007, ISBN: 0596101872

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

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

1Aangezien sommige platformen geen verzendingsvoorwaarden meedelen en deze kunnen afhangen van het land van levering, de aankoopprijs, het gewicht en de grootte van het artikel, een eventueel lidmaatschap van het platform, een rechtstreekse levering door het platform of via een derde aanbieder (Marktplaats), enz., is het mogelijk dat de door euro-boek.nl meegedeelde verzendingskosten niet overeenstemmen met deze van het aanbiedende platform.

Bibliografische gegevens van het best passende boek

Bijzonderheden over het boek
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.

Gedetalleerde informatie over het boek. - Ajax on Java: The Essentials of XMLHttpRequest and XML Programming with Java Steven Olson Author


EAN (ISBN-13): 9780596101879
ISBN (ISBN-10): 0596101872
Gebonden uitgave
pocket book
Verschijningsjaar: 2007
Uitgever: O'Reilly Media, Incorporated Core >1
228 Bladzijden
Gewicht: 0,388 kg
Taal: eng/Englisch

Boek bevindt zich in het datenbestand sinds 2007-05-28T13:02:53+02:00 (Amsterdam)
Detailpagina laatst gewijzigd op 2024-02-08T12:16:05+01:00 (Amsterdam)
ISBN/EAN: 9780596101879

ISBN - alternatieve schrijfwijzen:
0-596-10187-2, 978-0-596-10187-9
alternatieve schrijfwijzen en verwante zoekwoorden:
Auteur van het boek: steven olson, douglas, steve olson, ajax, oualline steve, google, rico design
Titel van het boek: ajax java, essentials, java for everyone, aja, xml, programming java, the programming


Gegevens van de uitgever

Auteur: Steven Douglas Olson
Titel: Ajax on Java
Uitgeverij: O'Reilly and Associates
228 Bladzijden
Verschijningsjaar: 2007-02-22
Taal: Engels
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

Andere boeken die eventueel grote overeenkomsten met dit boek kunnen hebben:

Laatste soortgelijke boek:
9780596105990 Ajax on Java (Steven Douglas Olson)


< naar Archief...