
Building Web Applications with UML
by Conallen, Jim-
This Item Qualifies for Free Shipping!*
*Excludes marketplace orders.
Rent Book
New Book
We're Sorry
Sold Out
Used Book
We're Sorry
Sold Out
eBook
We're Sorry
Not Available
How Marketplace Works:
- This item is offered by an independent seller and not shipped from our warehouse
- Item details like edition and cover design may differ from our description; see seller's comments before ordering.
- Sellers much confirm and ship within two business days; otherwise, the order will be cancelled and refunded.
- Marketplace purchases cannot be returned to eCampus.com. Contact the seller directly for inquiries; if no response within two days, contact customer service.
- Additional shipping costs apply to Marketplace purchases. Review shipping costs at checkout.
Summary
Author Biography
Jim Conallen is the Web Modeling Evangelist at Rational Software Corporation, where he has continued his work on the development of the Web Application Extension for the Unified Modeling Language. Prior to joining Rational, he was a consultant specializing in full life cycle object-oriented development. He has built client/server and web-based systems in the transportation, telecommunications, and health care domains; has architected large, high-volume transaction processing systems; and has designed and developed applications in C++, Smalltalk, Java, Delphi and Visual Basic. Jim is a frequent speaker on topics ranging from web application modeling to software best practices. He has written for many industry publications, including ASPToday.com, Rose Architect, and Communications of the ACM.
0201730383AB06262002
Table of Contents
Foreword | p. xiii |
Preface | p. xv |
Overview of Modeling and Web-Related Technologies | p. 1 |
Introduction | p. 3 |
What This Book Is About | p. 3 |
Role of Modeling | p. 4 |
Role of Process | p. 6 |
Influences of Architecture | p. 6 |
Web Application Basics | p. 9 |
HTTP | p. 10 |
Document Identification | p. 10 |
Domain Names | p. 11 |
Resource Identifiers | p. 13 |
Fault Tolerance | p. 13 |
HTML | p. 14 |
Anchors | p. 17 |
Forms | p. 18 |
Frames | p. 21 |
Web Applications | p. 22 |
Client State Management | p. 23 |
Enabling Technologies | p. 26 |
Dynamic Clients | p. 31 |
Document Object Model | p. 33 |
Scripting | p. 36 |
JavaScript Objects | p. 37 |
Custom JavaScript Objects | p. 39 |
Events | p. 40 |
Java Applets | p. 43 |
ActiveX/COM | p. 45 |
Beyond HTTP and HTML | p. 49 |
Distributed Objects | p. 49 |
RMI/IIOP | p. 52 |
DCOM | p. 55 |
XML | p. 57 |
Web Services | p. 63 |
SOAP | p. 64 |
UDDI | p. 65 |
WSDL | p. 66 |
Security | p. 71 |
Types of Security Risk | p. 72 |
Technical Risk | p. 73 |
Server-Side Risks | p. 77 |
Client-Side Risks | p. 79 |
Cookies | p. 79 |
JavaScript | p. 80 |
Java | p. 81 |
ActiveX | p. 83 |
Plug-ins and MIME Types | p. 84 |
Security Strategies | p. 85 |
Encryption | p. 86 |
Best Practices | p. 88 |
Modeling Secure Systems | p. 89 |
Building Web Applications | p. 93 |
The Process | p. 95 |
Overview of Software Development | p. 96 |
Software Development for Web Applications | p. 100 |
Develop Software | p. 101 |
Iterate | p. 104 |
Software Iteration | p. 105 |
The Artifacts | p. 108 |
Project Management Set | p. 111 |
Domain Set | p. 113 |
Requirements Set | p. 114 |
Analysis Set | p. 117 |
Design Set | p. 120 |
Implementation Set | p. 123 |
Test Set | p. 127 |
Deployment Set | p. 128 |
Defining the Architecture | p. 133 |
Architectural Viewpoints | p. 135 |
Requirements Viewpoint | p. 135 |
Design Viewpoint | p. 136 |
Realization Viewpoint | p. 136 |
Test Viewpoint | p. 137 |
Viewpoint Mappings | p. 138 |
Architecture Activities | p. 139 |
Examining and Prioritizing Use Cases | p. 139 |
Developing Candidate Architectures | p. 141 |
Prototyping: Knowing When to Stop | p. 142 |
Web Application Presentation Tier: Architectural Patterns | p. 143 |
Thin Web Client | p. 145 |
Thick Web Client | p. 149 |
Web Delivery | p. 155 |
Requirements and Use Cases | p. 161 |
The Vision | p. 161 |
Requirements | p. 164 |
Glossary | p. 167 |
Gathering and Prioritizing Requirements | p. 168 |
Use Cases | p. 173 |
The Use Case Model | p. 176 |
Avoiding Functional Decomposition | p. 179 |
Use Case Model Structure | p. 183 |
The User Experience | p. 185 |
The User Experience | p. 187 |
Artifacts of the UX Model | p. 188 |
Screens | p. 189 |
Storyboards | p. 192 |
Navigational Paths | p. 192 |
UX Modeling with UML | p. 193 |
Screen Flow | p. 196 |
User Input | p. 200 |
Screen Compartments | p. 203 |
Storyboard Realizations | p. 204 |
Navigational Map | p. 210 |
UX Model Stereotype Summary | p. 210 |
Analysis | p. 215 |
Iteration | p. 216 |
Analysis Model Structure | p. 217 |
Defining the Top-Level Model | p. 218 |
Analysis Elements | p. 221 |
Structural Elements | p. 222 |
Behavioral Elements | p. 225 |
UX Model Mapping | p. 230 |
Architecture Elaboration | p. 231 |
Design | p. 233 |
Web Application Extension for UML | p. 236 |
Logical View | p. 237 |
Component View | p. 242 |
Designing Web Applications | p. 246 |
Thick Web Client Applications | p. 246 |
Web Delivery Web Applications | p. 247 |
Identifying Web Pages | p. 247 |
Client-Side Scripting | p. 253 |
Mapping to the UX Model | p. 257 |
Integrating with Content Management Systems | p. 260 |
Guidelines for Web Application Design | p. 261 |
Advanced Design | p. 265 |
HTML Frames | p. 265 |
Advanced Client-Side Scripting | p. 271 |
Script Libraries | p. 271 |
Script Objects | p. 273 |
Virtual and Physical HTTP Resources | p. 273 |
JavaServer Page Custom Tags | p. 281 |
Implementation | p. 287 |
Number Store Main Control Mechanism | p. 289 |
Glossary Application Tag Libraries | p. 300 |
Appendices | |
Web Application Extension Profile Version 2 | p. 315 |
Overview | p. 315 |
HTML to UML | p. 315 |
URL Resolution | p. 316 |
Elements | p. 318 |
UML to HTML | p. 347 |
Component Packages | p. 348 |
Components | p. 348 |
Classes | p. 349 |
Association Class: [double left angle bracket]URL Parameters[double right angle bracket] | p. 358 |
Associations | p. 358 |
Mapping Web Elements to UML, and Vice Versa | p. 363 |
JavaServer Page to UML | p. 363 |
UML to JavaServer Page | p. 369 |
The Number Store Reference Application | p. 377 |
Vision | p. 377 |
Background | p. 377 |
Requirements and Features | p. 378 |
Software Architecture Document | p. 379 |
Requirements View | p. 379 |
Use Case View | p. 381 |
User Experience View | p. 382 |
Design | p. 385 |
Component View | p. 401 |
Sample Screen Shots | p. 406 |
Controlled Controllers Pattern | p. 411 |
Use Case View | p. 411 |
Analysis Model Classes | p. 415 |
Analysis Model Collaborations | p. 418 |
Master Template Pattern | p. 423 |
Overview | p. 423 |
Use Case View | p. 423 |
Logical View | p. 425 |
Glossary Application | p. 429 |
Introduction | p. 429 |
Requirements and Use Case Model | p. 429 |
User Experience Model | p. 431 |
Design Model | p. 431 |
Client Tier | p. 431 |
Presentation Tier | p. 435 |
Entity Tier | p. 438 |
Data Tier | p. 438 |
Component View | p. 441 |
Sample Screen Shots | p. 444 |
Index | p. 449 |
Table of Contents provided by Syndetics. All Rights Reserved. |
Excerpts
An electronic version of this book is available through VitalSource.
This book is viewable on PC, Mac, iPhone, iPad, iPod Touch, and most smartphones.
By purchasing, you will be able to view this book online, as well as download it, for the chosen number of days.
Digital License
You are licensing a digital product for a set duration. Durations are set forth in the product description, with "Lifetime" typically meaning five (5) years of online access and permanent download to a supported device. All licenses are non-transferable.
More details can be found here.
A downloadable version of this book is available through the eCampus Reader or compatible Adobe readers.
Applications are available on iOS, Android, PC, Mac, and Windows Mobile platforms.
Please view the compatibility matrix prior to purchase.