Analysis Model for a Simple Web Browser

Client: Microsoft Corp.
Developer: CyberSystems.com
Author: Steve Tyler

Introduction

The Simple Web Server provides a reduced number of commands for users baffled by the complexities of modern browsers.

Detailed requirements can be found in the functional specification document.

The Analysis Model

Boundaries

GUI

HTTPGateway

interface HTTPGateway {
   String send(URL url);
   String post(URL url);
}

Entities

Cache

Page

URL

Controls

Download  Controller

External Dynamics

Internal Dynamics

 

Revision History

Revision

Revised by

Date

1.0

Richards

7/30/2009

1.1

Jagger

8/8/2009

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Appendices