- 5 Risultati
prezzo più basso: € 11,95, prezzo più alto: € 29,99, prezzo medio: € 21,88
1
Ajax on Java: The Essentials of XMLHttpRequest and XML Programming with Java Steven Olson Author
Ordina
da BarnesandNoble.com
€ 29,99
OrdinaLink sponsorizzato

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

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… Altro …

new in stock. Costi di spedizione:zzgl. Versandkosten., Costi di spedizione aggiuntivi
2
Ajax on Java - Steven Douglas Olson
Ordina
da booklooker.de
€ 19,19
Spedizione: € 0,001
OrdinaLink sponsorizzato

Steven Douglas Olson:

Ajax on Java - edizione con copertina flessibile

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… Altro …

Costi di spedizione:Versandkostenfrei, Versand nach Deutschland. (EUR 0.00) AHA-BUCH GmbH
3
Ordina
da alibris.co.uk
€ 11,95
OrdinaLink sponsorizzato
Steven Douglas Olson:
Ajax on Java: the Essentials of Xmlhttprequest and Xml Programming With Java - edizione con copertina flessibile

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… Altro …

Costi di spedizione:Costi di spedizione aggiuntivi Nashua, NH, The Book Cellar
4
Ordina
da Biblio.co.uk
$ 29,14
(indicativi € 26,57)
Spedizione: € 11,951
OrdinaLink sponsorizzato
Steve Douglas Olson:
Ajax on Java - edizione con copertina flessibile

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… Altro …

Costi di spedizione: EUR 11.95 The Saint Bookstore
5
Ordina
da AbeBooks.de
€ 21,68
Spedizione: € 68,421
OrdinaLink sponsorizzato
Olson, Steven Douglas:
Ajax on Java: The Essentials of XMLHttpRequest and XML Programming with Java - edizione con copertina flessibile

2007, ISBN: 0596101872

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

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

1Poiché alcune piattaforme non trasmettono le condizioni di spedizione e queste possono dipendere dal paese di consegna, dal prezzo di acquisto, dal peso e dalle dimensioni dell'articolo, dall'eventuale iscrizione alla piattaforma, dalla consegna diretta da parte della piattaforma o tramite un fornitore terzo (Marketplace), ecc. è possibile che le spese di spedizione indicate da eurolibro non corrispondano a quelle della piattaforma offerente.

Dati bibliografici del miglior libro corrispondente

Dettagli del libro
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.

Informazioni dettagliate del libro - Ajax on Java: The Essentials of XMLHttpRequest and XML Programming with Java Steven Olson Author


EAN (ISBN-13): 9780596101879
ISBN (ISBN-10): 0596101872
Copertina rigida
Copertina flessibile
Anno di pubblicazione: 2007
Editore: O'Reilly Media, Incorporated Core >1
228 Pagine
Peso: 0,388 kg
Lingua: eng/Englisch

Libro nella banca dati dal 2007-05-28T13:02:53+02:00 (Zurich)
Pagina di dettaglio ultima modifica in 2024-02-08T12:16:05+01:00 (Zurich)
ISBN/EAN: 0596101872

ISBN - Stili di scrittura alternativi:
0-596-10187-2, 978-0-596-10187-9
Stili di scrittura alternativi e concetti di ricerca simili:
Autore del libro : steven olson, douglas, steve olson, ajax, oualline steve, google, rico design
Titolo del libro: ajax java, essentials, java for everyone, aja, xml, programming java, the programming


Dati dell'editore

Autore: Steven Douglas Olson
Titolo: Ajax on Java
Editore: O'Reilly and Associates
228 Pagine
Anno di pubblicazione: 2007-02-22
Lingua: Inglese
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

Altri libri che potrebbero essere simili a questo:

Ultimo libro simile:
9780596105990 Ajax on Java (Steven Douglas Olson)


< Per archiviare...