- 5 resultados
menor preço: € 11,95, preço mais alto: € 29,99, preço médio: € 21,88
1
Ajax on Java: The Essentials of XMLHttpRequest and XML Programming with Java Steven Olson Author
Encomendar
no/na BarnesandNoble.com
€ 29,99
EncomendarLink patrocinado

Ajax on Java: The Essentials of XMLHttpRequest and XML Programming with Java Steven Olson Author - novo 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… mais…

new in stock. Custos de envio:zzgl. Versandkosten., mais custos de envio
2
Ajax on Java - Steven Douglas Olson
Encomendar
no/na booklooker.de
€ 19,19
Envio: € 0,001
EncomendarLink patrocinado

Steven Douglas Olson:

Ajax on Java - Livro de bolso

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

Custos de envio:Versandkostenfrei, Versand nach Deutschland. (EUR 0.00) AHA-BUCH GmbH
3
Encomendar
no/na alibris.co.uk
€ 11,95
EncomendarLink patrocinado
Steven Douglas Olson:
Ajax on Java: the Essentials of Xmlhttprequest and Xml Programming With Java - Livro de bolso

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

Custos de envio:mais custos de envio Nashua, NH, The Book Cellar
4
Encomendar
no/na Biblio.co.uk
$ 29,14
(aproximadamente € 26,57)
Envio: € 11,951
EncomendarLink patrocinado
Steve Douglas Olson:
Ajax on Java - Livro de bolso

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

Custos de envio: EUR 11.95 The Saint Bookstore
5
Encomendar
no/na AbeBooks.de
€ 21,68
Envio: € 68,421
EncomendarLink patrocinado
Olson, Steven Douglas:
Ajax on Java: The Essentials of XMLHttpRequest and XML Programming with Java - Livro de bolso

2007, ISBN: 0596101872

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

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

1Como algumas plataformas não transmitem condições de envio e estas podem depender do país de entrega, do preço de compra, do peso e tamanho do artigo, de uma possível adesão à plataforma, de uma entrega directa pela plataforma ou através de um terceiro fornecedor (Marketplace), etc., é possível que os custos de envio indicados pelo eurolivro não correspondam aos da plataforma ofertante.

Dados bibliográficos do melhor livro correspondente

Pormenores referentes ao livro
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.

Dados detalhados do livro - Ajax on Java: The Essentials of XMLHttpRequest and XML Programming with Java Steven Olson Author


EAN (ISBN-13): 9780596101879
ISBN (ISBN-10): 0596101872
Livro de capa dura
Livro de bolso
Ano de publicação: 2007
Editor/Editora: O'Reilly Media, Incorporated Core >1
228 Páginas
Peso: 0,388 kg
Língua: eng/Englisch

Livro na base de dados desde 2007-05-28T12:02:53+01:00 (Lisbon)
Página de detalhes modificada pela última vez em 2024-02-08T11:16:05+00:00 (Lisbon)
Número ISBN/EAN: 0596101872

Número ISBN - Ortografia alternativa:
0-596-10187-2, 978-0-596-10187-9
Ortografia alternativa e termos de pesquisa relacionados:
Autor do livro: steven olson, douglas, steve olson, ajax, oualline steve, google, rico design
Título do livro: ajax java, essentials, java for everyone, aja, xml, programming java, the programming


Dados da editora

Autor: Steven Douglas Olson
Título: Ajax on Java
Editora: O'Reilly and Associates
228 Páginas
Ano de publicação: 2007-02-22
Língua: 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

Outros livros adicionais, que poderiam ser muito similares com este livro:

Último livro semelhante:
9780596105990 Ajax on Java (Steven Douglas Olson)


< Para arquivar...