AlexsDesignStudy

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(New page: As soon as I figure out which of my projects has the least hidious design :P)
 
Line 1: Line 1:
As soon as I figure out which of my projects has the least hidious design :P
+
==SiteSearcher==
 +
 +
My design study is on a C# application built for the 400 level secure software course. The application scans websites in a brute force manner trying to find common URL components. When a page or object is found it is saved. If the object is an HTML file then it is scanned and dependencies are downloaded onto the local file system. The HTML page is then transformed to link to these local entities. The program can save the state of objects into XML and restore them to their previous state when loaded.
 +
 
 +
==UML Overview==
 +
UML goes here
 +
 
 +
==Patterns==
 +
To implement this several patterns are used ...

Revision as of 05:45, 23 September 2009

SiteSearcher

My design study is on a C# application built for the 400 level secure software course. The application scans websites in a brute force manner trying to find common URL components. When a page or object is found it is saved. If the object is an HTML file then it is scanned and dependencies are downloaded onto the local file system. The HTML page is then transformed to link to these local entities. The program can save the state of objects into XML and restore them to their previous state when loaded.

UML Overview

UML goes here

Patterns

To implement this several patterns are used ...