Building Web Applications with UML (Addison-wesley Object Technology Series) (2ND)

個数:

Building Web Applications with UML (Addison-wesley Object Technology Series) (2ND)

  • 在庫がございません。海外の書籍取次会社を通じて出版社等からお取り寄せいたします。
    通常6~9週間ほどで発送の見込みですが、商品によってはさらに時間がかかることもございます。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合がございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 496 p.
  • 言語 ENG
  • 商品コード 9780201730388
  • DDC分類 005.117

Full Description

The Unified Modeling Language (UML) is the standard modeling language for software systems. Using UML to model web application design allows designers to easily integrate web applications with other systems modeled in UML. Building Web Applications with UML, Second Edition presents an extension to UML suitable for web application design. Based on the author's own experience developing UML web applications, and incorporating helpful reader feedback from the first edition, the book identifies and addresses modeling problems unique to page based web applications, and offers a clear and straightforward solution. The reader is left with a clear understanding how to deal with the unique problems of modeling the design of page-based web applications, and how to take the model directly into working code.

Contents

Foreword.
Preface.
I. OVERVIEW OF MODELING AND WEB-RELATED TECHNOLOGIES.



1. Introduction.
What This Book Is About.
Role of Modeling.
Role of Process.
Influences of Architecture.

2. Web Application Basics.
HTTP.
Document Identification.
Domain Names.
Resource Identifiers.
Fault Tolerance.

HTML.
Anchors.
Forms.
Frames.

Web Applications.
Client State Management.
Enabling Technologies.


3. Dynamic Clients.
Document Object Model.
Scripting.
JavaScript Objects.
Custom JavaScript Objects.
Events.
Java Applets.
ActiveX/COM.

4. Beyond HTTP and HTML.
Distributed Objects.
RMI / IIOP.
DCOM.
XML.
Web Services.
SOAP.
UDDI.
WSDL.


5. Security.
Types of Security Risks.
Technical Risk.
Server-Side Risks.
Client-Side Risks.
Cookies.
JavaScript.
Java.
ActiveX.
Plug-ins and MIME Types.

Security Strategies.
Encryption.
Best Practices.

Modeling Secure Systems.
II. BUILDING WEB APPLICATIONS.




6. Process.
Overview of Software Development.
Software Development for Web Applications.
Develop Software.
Iterate.
Software Iteration.

The Artifacts.
Project Management Set.
Domain Set.
Requirements Set.
Analysis Set.
Design Set.
Implementation Set.
Test Set.
Deployment Set.


7. Defining the Architecture.
Architectural Viewpoints.
Requirements Viewpoint.
Design Viewpoint.
Realization Viewpoint.
Test Viewpoint.
Viewpoint Mappings.

Architecture Activities.
Examining and Prioritizing Use Cases.
Developing Candidate Architectures.
Prototyping: Knowing when to stop.

Web Application Presentation Tier: Architectural Patterns.
Thin Web Client.
Thick Web Client.
Web Delivery.


8. Requirements and Use Cases.
The Vision.
Requirements.
Glossary.
Gathering and Prioritizing Requirements.
Use Cases.
The Use Case Model.
Avoiding Functional Decomposition.
Use Case Model Structure.

The User Experience.

9. The User Experience.
Artifacts of the UX Model.
Screens.
Storyboards.
Navigational Paths.

UX Modeling with UML.
Screen Flow.
User Input.
Screen Compartments.
Storyboard Realizations.

Navigational Map.
UX Model Stereotype Summary.

10. Analysis.
Iteration.
Analysis Model Structure.
Defining the Top Level Model.
Analysis Elements.

Structural Elements.
Behavioral Elements.

UX Model Mapping.
Architecture Elaboration.

11. Design.
Introduction to the Web Application Extension for UML.
Logical View.
Component View.

Designing Web Applications.
Thick Web Client Applications.
Web Delivery Web Applications.
Identifying Web Pages.
Client Side Scripting.

Mapping to the UX Model.
Integrating with Content Management Systems.
Guidelines for Web Application Design.

12. Advanced Design.
HTML Frames.
Advanced Client-Side Scripting.
Script Libraries.
Script Objects.

Virtual and Physical HTTP Resource.
JavaServer Page Custom Tags.

13. Implementation.
Number Store Main Control Mechanism.
Glossary Application Tag Libraries.

Appendix A: Web Application Extension Profile, Version 2.
Overview.
HTML to UML.
URL Resolution.
Elements.

UML to HTML.
Component Packages.
Components.
Classes.
Association Class: «URL Parameters».
Associations.

Mapping Web Elements to UML, and Vice Versa
JavaServer Page to UML.

UML to JavaServer Page.

Appendi