Practical DWR 2 Projects

Practical DWR 2 Projects
Authors
Frank Zammetti
ISBN
1590599411
Published
24 Jan 2008
Purchase online
amazon.com

The Ajax craze is sweeping the world, and there is no shortage of libraries from which to choose to make it all easier to develop. One of those libraries has risen near the top in the Java space, and that library is DWR. DWR, or Direct Web Remoting, allows you to treat your Java classes running on the server as if they were local objects running in the browser, bringing the full power of your server–side business logic to the client without the usual problems that entails.

Editorial Reviews

The Ajax craze is sweeping the world, and there is no shortage of libraries from which to choose to make it all easier to develop. One of those libraries has risen near the top in the Java space, and that library is DWR. DWR, or Direct Web Remoting, allows you to treat your Java classes running on the server as if they were local objects running in the browser, bringing the full power of your server–side business logic to the client without the usual problems that entails. In this book, you will:

  • Explore DWR and all it offers
  • Find six full, working applications that use DWR, instead of a lot of theoretical musings
  • Learn by example, more importantly, by doing, as you tear the applications apart, see what makes them tick, and even extend them at your own pace

In the end, you’ll have a great feel for what DWR offers and how Ajax can bring the world of Web 2.0 to your doorstep, and you’ll have a good time doing it.

What you’ll learn

  • Call a server–side object in a snap and make it look like any local JavaScript call to boot
  • Provide a strong security mechanism for securing your server-side code
  • Integrate with many of the most popular frameworks out there
  • Provide not only Ajax but Comet capabilities (sometimes called reverse Ajax)
  • Dig into Ajax using DWR in a practical and hacking kind of way starting with a webmail client and Wiki projects
  • Build a simple file manager application and an online timesheet system
  • Complete a DWR–based game project

Who this book is for

Web application developers, senior projects leads, and application architects.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“C++: an octopus made by nailing extra legs onto a dog.” - Steve Taylor