Ajax on Java: Java Ser.
Autor Steve Douglas Olsonen Limba Engleză Paperback – 5 mar 2007
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
Preț: 136.36 lei
Preț vechi: 170.46 lei
-20% Nou
Puncte Express: 205
Preț estimativ în valută:
26.09€ • 27.08$ • 21.81£
26.09€ • 27.08$ • 21.81£
Carte disponibilă
Livrare economică 22 februarie-08 martie
Preluare comenzi: 021 569.72.76
Specificații
Cuprins
Descriere
A practical guide that 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. It also presents strategies for communicating between the client and the server, including sending raw data.