|
DWR Java AJAX Applications
by Sami Salkosuo
AJAX enables rich, desktop-like user interfaces in the browser and as well as interactive interfaces that even replace traditional user interfaces. DWR (Direct Web Remoting) is an open source, Java framework for building AJAX applications. DWR's main contribution is to hide AJAX implementation details, like XMLHttpRequest, from developers. By using DWR, you can concentrate on developing the application and business objects and leave the AJAX details behind the scenes where they belong. DWR allows server-side Java classes to be used in the browser and JavaScript functions to be used on the server (Reverse AJAX).
This book shows competent Java programmers how to work with DWR to create powerful AJAX applications. Starting with a tutorial on DWR's main features and functions, it then covers setting up the development environment. Finally, it concludes with some sample applications.
The later chapters are full of example code for sample applications.
Download the PDF of Chapter 4: "User Interface: Basic Elements"
Reproduced from DWR Java AJAX Applications by permission of Packt Publishing. ISBN 10: 978-1-847192-93-6, copyright 2008. All rights reserved.
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.
|