Practical DWR 2 Projects (eBook)

(Autor)

eBook Download: PDF
2008 | 1st ed.
568 Seiten
Apress (Verlag)
978-1-4302-0556-2 (ISBN)

Lese- und Medienproben

Practical DWR 2 Projects - Frank Zammetti
Systemvoraussetzungen
42,79 inkl. MwSt
  • Download sofort lieferbar
  • Zahlungsarten anzeigen

Practical DWR Web 2.0 Projects addresses the needs of most developers who would rather learn by example and by doing. This book contains several projects that developers can sink their teeth into doing.

Written by accomplished Ajax and Java Web developer and author, Frank Zammetti, this book explores DWR and all it offers. It features six full, working applications that use DWR. This book allows you to lean by example, as you tear the applications apart, you see what makes them tick, and even discover how to extend them at your own pace.



Frank W. Zammetti is a web architect specialist for a leading worldwide financial company by day, and a PocketPC and open-source developer by night. He is the founder and chief software architect of Omnytex Technologies, a PocketPC development house.He has over 12 years of 'professional' experience in the information technology field, and over 12 more of 'amateur' experience. He began his nearly life-long love of computers at age 7, when he became one of four students chosen to take part in his school district's pilot computer program. A year later, he was the only participant left! The first computer Frank owned was a Timex Sinclair 1000 in 1982, on which he wrote a program to look up movie times for all of Long Island (and without the 16k expansion module!). After that, he moved on to a Commodore 64 and spent about 4 years doing nothing but assembly programming (games mostly). He finally got his first IBM-compatible PC in 1987, and began learning the finer points of programming (as they existed at that time!).Frank has primarily developed web-based applications for about 8 years. Before that, he developed Windows-based client/server applications in a variety of languages. Frank holds numerous certifications including SCJP, MCSD, CNA, i-Net+, A+, CIW, MCP, and numerous BrainBench certifications. He is a contributor to a number of open source projects, including DataVision, Struts, PocketFrog, and Jakarta Commons. In addition, Frank has started two projects: Java Web Parts and The Struts Web Services Enablement Project. He also was one of the founding members of a project that created the first fully functioning Commodore 64 emulator for PocketPC devices (PocketHobbit).Frank has authored various articles on topics that range from integrating DataVision into web apps, to using Ajax in Struts-based applications. He is working on a new application framework specifically geared to creating next-generation web applications.
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.

Frank W. Zammetti is a web architect specialist for a leading worldwide financial company by day, and a PocketPC and open-source developer by night. He is the founder and chief software architect of Omnytex Technologies, a PocketPC development house.He has over 12 years of "professional" experience in the information technology field, and over 12 more of "amateur" experience. He began his nearly life-long love of computers at age 7, when he became one of four students chosen to take part in his school district's pilot computer program. A year later, he was the only participant left! The first computer Frank owned was a Timex Sinclair 1000 in 1982, on which he wrote a program to look up movie times for all of Long Island (and without the 16k expansion module!). After that, he moved on to a Commodore 64 and spent about 4 years doing nothing but assembly programming (games mostly). He finally got his first IBM-compatible PC in 1987, and began learning the finer points of programming (as they existed at that time!).Frank has primarily developed web-based applications for about 8 years. Before that, he developed Windows-based client/server applications in a variety of languages. Frank holds numerous certifications including SCJP, MCSD, CNA, i-Net+, A+, CIW, MCP, and numerous BrainBench certifications. He is a contributor to a number of open source projects, including DataVision, Struts, PocketFrog, and Jakarta Commons. In addition, Frank has started two projects: Java Web Parts and The Struts Web Services Enablement Project. He also was one of the founding members of a project that created the first fully functioning Commodore 64 emulator for PocketPC devices (PocketHobbit).Frank has authored various articles on topics that range from integrating DataVision into web apps, to using Ajax in Struts-based applications. He is working on a new application framework specifically geared to creating next-generation web applications.

Contents at a Glance 5
Contents 6
Foreword 11
About the Author 13
About the Technical Reviewer 14
About the Illustrator 15
Acknowledgments 16
Introduction 17
An Overview of This Book 18
Obtaining This Book’s Source Code 18
Obtaining Updates for This Book 19
Contacting the Author 19
Setting the Table 20
An Introduction to Ajax, RPC, and Modern RIAs 21
A Brief History of Web Development: The “ Classic” Model 21
What’s So Wrong with the Classic Web? 29
Enter Ajax 32
Why Is Ajax a Paradigm Shift? On the Road to RIAs 36
The Flip Side of the Coin 41
Let’s Get to the Good Stuff: Our First Ajax Code, the Manual Way 43
Cutting IN the Middle Man: Ajax Libraries to Ease Our Pain 51
Alternatives to Ajax 54
Hmm, Are We Forgetting Something? What Could It Be? Oh Yeah, DWR! 57
Summary 58
Getting to Know DWR 60
First Things First: Why DWR at All? 60
DWR: RPC on Steroids for the Web 62
DWR Architectural Overview 64
Getting Ready for the Fun: Your DWR Development Environment 66
A Simple Webapp to Get Us Started 69
Adding DWR to the Mix 78
The DWR Test/ Debug Page 82
Configuring DWR Part 1: web. xml 84
Configuring DWR Part 2: dwr. xml 87
Interacting with DWR on the Client 98
Interacting with DWR on the Server 105
DWR Configuration and Other Concepts: The engine. js File 107
A Quick Look at util. js, the DWR Utility Package 109
Summary 111
Advanced DWR 112
Locking the Doors: Security in DWR 112
When Perfection Is Elusive: Error Handling in DWR Applications 118
Help from Elsewhere: Accessing Other URLs 124
Turning the Tables: Reverse Ajax 126
Don’t Go It Alone: Integration with Frameworks and Libraries 134
Something Old, Something New: Annotations 139
Summary 142
The Projects 143
InstaMail: An Ajax-Based Webmail Client 144
Application Requirements and Goals 144
Dissecting InstaMail 145
Suggested Exercises 202
Summary 203
Share Your Knowledge: DWiki, the DWR- Based Wiki 204
Application Requirements and Goals 204
Dissecting DWiki 212
Suggested Exercises 272
Summary 273
Remotely Managing Your Files: DWR File Manager 274
Application Requirements and Goals 274
Dissecting Fileman 285
Suggested Exercises 341
Summary 341
Enter the Enterprise: A DWR- Based Report Portal 343
Application Requirements and Goals 343
Dissecting RePortal 355
Suggested Exercises 430
Summary 431
DWR for Fun and Profit ( a DWR Game!) 433
Application Requirements and Goals 433
Dissecting InMemoria 437
Suggested Exercises 470
Summary 470
Timekeeper: DWR Even Makes Project Management Fun! 471
Application Requirements and Goals 471
Dissecting Timekeeper 477
Suggested Exercises 534
Summary 535
Index 536

Erscheint lt. Verlag 11.3.2008
Zusatzinfo 568 p.
Verlagsort Berkeley
Sprache englisch
Themenwelt Mathematik / Informatik Informatik Programmiersprachen / -werkzeuge
Informatik Software Entwicklung Objektorientierung
Mathematik / Informatik Informatik Web / Internet
Schlagworte AJAX • Browser • Java • object • Project Management • Rich Internet Application
ISBN-10 1-4302-0556-3 / 1430205563
ISBN-13 978-1-4302-0556-2 / 9781430205562
Haben Sie eine Frage zum Produkt?
PDFPDF (Wasserzeichen)
Größe: 11,2 MB

DRM: Digitales Wasserzeichen
Dieses eBook enthält ein digitales Wasser­zeichen und ist damit für Sie persona­lisiert. Bei einer missbräuch­lichen Weiter­gabe des eBooks an Dritte ist eine Rück­ver­folgung an die Quelle möglich.

Dateiformat: PDF (Portable Document Format)
Mit einem festen Seiten­layout eignet sich die PDF besonders für Fach­bücher mit Spalten, Tabellen und Abbild­ungen. Eine PDF kann auf fast allen Geräten ange­zeigt werden, ist aber für kleine Displays (Smart­phone, eReader) nur einge­schränkt geeignet.

Systemvoraussetzungen:
PC/Mac: Mit einem PC oder Mac können Sie dieses eBook lesen. Sie benötigen dafür einen PDF-Viewer - z.B. den Adobe Reader oder Adobe Digital Editions.
eReader: Dieses eBook kann mit (fast) allen eBook-Readern gelesen werden. Mit dem amazon-Kindle ist es aber nicht kompatibel.
Smartphone/Tablet: Egal ob Apple oder Android, dieses eBook können Sie lesen. Sie benötigen dafür einen PDF-Viewer - z.B. die kostenlose Adobe Digital Editions-App.

Zusätzliches Feature: Online Lesen
Dieses eBook können Sie zusätzlich zum Download auch online im Webbrowser lesen.

Buying eBooks from abroad
For tax law reasons we can sell eBooks just within Germany and Switzerland. Regrettably we cannot fulfill eBook-orders from other countries.

Mehr entdecken
aus dem Bereich
Grundlagen, Objektorientierung und fortgeschrittene Konzepte

von Christian Kohls; Alexander Dobrynin

eBook Download (2023)
Carl Hanser Verlag GmbH & Co. KG
39,99
Entwicklung von GUIs für verschiedene Betriebssysteme

von Achim Lingott

eBook Download (2023)
Carl Hanser Verlag GmbH & Co. KG
39,99