Friday, October 10, 2009

Free pdf ebook download: DWR Java AJAX Applications

DWR Java AJAX Applications
A step-by-step example-packed guide to learning professional application development
with Direct  Web Remoting
by Sami Salkosuo

Chapter 1 is a brief introduction to AJAX technology and DWR. It also discusses the
DWR community and describes briefly what information can be found about DWR
on the Internet.

Chapter 2 describes DWR features that we use in the samples of this book—a high-
level view of how DWR makes a developer's life easier. It discusses reverse AJAX,
DWR JavaScript libraries, converters, creators, filters, and signatures. It also contains
a section on integrating DWR with other projects and another on security.

Chapter 3 sets the stage for development by describing how to set up the
development environment and how to test and debug our sample applications. It
covers DWR-supported browsers and environments, configuration, error handling,
packaging, and deployment.

Chapter 4 is the first chapter dedicated to sample code. The examples in this chapter
include typical user interface elements such as tables and lists, and how they can be
implemented using DWR. It also has an example for field completion.

Chapter 5 discusses how to use DWR in more advanced user interface elements such
as forms, navigation tree, and scrolling a map.

Chapter 6 shows how DWR applications are integrated to a database, a web service,
or a messaging system.

Chapter 7 includes two sample applications: Collaborative Book Authoring, which
shows how DWR is used to create a web based multi-user authoring environment,
and Chatroom—a typical multi-user chat room application using DWR.

Download the free pdf ebook: DWR Java AJAX Applications.pdf

Tags: ajax, java, dwr


Saturday, October 10, 2009

Free chm ebook download: Ajax: Creating Web Pages with Asynchronous JavaScript and XML

By Edmond Woychowsky
Publisher: Prentice Hall
Pub Date: August 08, 2006
Print ISBN-10: 0-13-227267-9
Print ISBN-13: 978-0-13-227267-4
Pages: 432

The Easy, Example-Based Guide to Ajax for Every Web Developer

 

Using Ajax, you can build Web applications with the sophistication and usability of traditional desktop

applications and you can do it using standards and open source software. Now, for the first time,

there's an easy, example-driven guide to Ajax for every Web and open source developer, regardless of

experience.

 

Edmond Woychowsky begins with simple techniques involving only HTML and basic JavaScript. Then,

one step at a time, he introduces techniques for building increasingly rich applications. Don't worry if

you're not an expert on Ajax's underlying technologies; Woychowsky offers refreshers on them, from

JavaScript to the XMLHttpRequest object. You'll also find multiple open source technologies and open

standards throughout, ranging from Firefox to Ruby and MySQL.

 

You'll not only learn how to write "functional" code, but also master design patterns for writing rocksolid,

high-performance Ajax applications. You'll also learn how to use frameworks such as Ruby on

Rails to get the job done fast.

 

  • Learn how Ajax works, how it evolved, and what it's good for

  • Understand the flow of processing in Ajax applications

  • Build Ajax applications with XML and the XMLHttpRequest object

  • Integrate back-end code, from PHP to C#

  • Use XSLT and XPath, including XPath Axis

  • Develop client-side Ajax libraries to support code reuse

  • Streamline development with Ruby on Rails and the Ruby programming language

  • Use the cross-browser HTML DOM to update parts of a page

  • Discover the best Ajax Web resources, including Ajax-capable JavaScript libraries


Download the free chm ebook: Ajax: Creating Web Pages with Asynchronous JavaScript and XML

Tags: ajax, xml, javascript


Friday, March 03, 2009

Free ebook download:Ajax on Java chm By Steven Douglas Olson

Title:Ajax on Java
       By Steven Douglas Olson
...............................................
Publisher: O'Reilly
Pub Date: February 23, 2007
ISBN-10: 0-596-10187-2
ISBN-13: 978-0-596-10187-9
Pages: 228

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.

Download:   Ajax on Java.chm

Tags: java, ajax, ebook, free