- 5 Resultados
precio mínimo: € 11,95, precio máximo: € 29,99, precio promedio: € 21,88
1
Ajax on Java: The Essentials of XMLHttpRequest and XML Programming with Java Steven Olson Author
Pedir
por BarnesandNoble.com
€ 29,99
PedirEnlace patrocinado

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

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… Más…

new in stock. Gastos de envío:zzgl. Versandkosten., más gastos de envío
2
Ajax on Java - Steven Douglas Olson
Pedir
por booklooker.de
€ 19,19
Envío: € 0,001
PedirEnlace patrocinado

Steven Douglas Olson:

Ajax on Java - Pasta blanda

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… Más…

Gastos de envío:Versandkostenfrei, Versand nach Deutschland. (EUR 0.00) AHA-BUCH GmbH
3
Pedir
por alibris.co.uk
€ 11,95
PedirEnlace patrocinado
Steven Douglas Olson:
Ajax on Java: the Essentials of Xmlhttprequest and Xml Programming With Java - Pasta blanda

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… Más…

Gastos de envío:más gastos de envío Nashua, NH, The Book Cellar
4
Pedir
por Biblio.co.uk
$ 29,14
(aprox. € 26,57)
Envío: € 11,951
PedirEnlace patrocinado
Steve Douglas Olson:
Ajax on Java - Pasta blanda

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… Más…

Gastos de envío: EUR 11.95 The Saint Bookstore
5
Pedir
por AbeBooks.de
€ 21,68
Envío: € 68,421
PedirEnlace patrocinado
Olson, Steven Douglas:
Ajax on Java: The Essentials of XMLHttpRequest and XML Programming with Java - Pasta blanda

2007, ISBN: 0596101872

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

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

1Dado que algunas plataformas no nos comunican las condiciones de envío y éstas pueden depender del país de entrega, del precio de compra, del peso y tamaño del artículo, de una posible membresía a la plataforma, de una entrega directa por parte de la plataforma o a través de un tercero (Marketplace), etc., es posible que los gastos de envío indicados por eurolibro/terralibro no concuerden con los de la plataforma ofertante.

Datos bibliográficos del mejor libro coincidente

Detalles 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.

Detalles 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
Tapa dura
Tapa blanda
Año de publicación: 2007
Editorial: O'Reilly Media, Incorporated Core >1
228 Páginas
Peso: 0,388 kg
Idioma: eng/Englisch

Libro en la base de datos desde 2007-05-28T13:02:53+02:00 (Madrid)
Página de detalles modificada por última vez el 2024-02-08T12:16:05+01:00 (Madrid)
ISBN/EAN: 0596101872

ISBN - escritura alterna:
0-596-10187-2, 978-0-596-10187-9
Mode alterno de escritura y términos de búsqueda relacionados:
Autor del libro: steven olson, douglas, steve olson, ajax, oualline steve, google, rico design
Título del libro: ajax java, essentials, java for everyone, aja, xml, programming java, the programming


Datos del la editorial

Autor: Steven Douglas Olson
Título: Ajax on Java
Editorial: O'Reilly and Associates
228 Páginas
Año de publicación: 2007-02-22
Idioma: Inglés
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

Más, otros libros, que pueden ser muy parecidos a este:

Último libro similar:
9780596105990 Ajax on Java (Steven Douglas Olson)


< para archivar...