Difference between revisions of "BTP600"

From CDOT Wiki
Jump to: navigation, search
(Presentation Topics)
 
(145 intermediate revisions by 26 users not shown)
Line 1: Line 1:
Presentation
+
__TOC__
Due: TBA
 
Value: 10%
 
  
For the presentation you will have to elaborate on the design patterns in the text book in this wiki. The goal is to "extend" the text in ways that will make understanding patterns easier for current and future students (i.e. give explanations and examples from domains with which students are familiar). I will ask you to sign up for a design pattern in class, and then you will build a wiki page for that pattern. The page will include three parts: 1) a UML diagram, 2) a brief description of the pattern and 3) a list of at least two examples that are easy to follow in at least two different programming languages.
+
==Exercises==
  
For part a), the description should be brief and easy to follow, the way you would explain it to a fellow student. Even better if you could explain it in such a way your mother/father/deaf uncle would understand.
+
[[Architectural Pattern Exercise]] Pics and Links to the Patterns
  
For part b), the OMT diagram can be copied from the text and tweaked to make it conform to UML.
+
[[Code Reading Exercise]]
  
For part c), you should include code samples from real programs. You must provide a link to the source code repository or files from which this sample is taken (and include appropriate licensing info).  Don't drop in sample code you find on web pages unless it is a part of a larger code base to which you can refer.  Pick code from problem domains you understand and you think other students would understand. Don't, for example, use a code snippets from an air control system or an online credit transfer system. Do pick examples from domains everyone is at least familiar with, like POS, GUI editors, command line applications, etc. Add in your own comments, highlighted in red, that refer back to the pattern diagrams to help explain how the pattern was implements and/or modified.
+
==Presentation Topics==
 +
<table border="1">
 +
<tr>
 +
<th>Pattern</th><th>Taken By</th><th>Presentation Date</th>
 +
</tr>
 +
<tr>
 +
<td>[[Factory Method]]</td><td>[[user:smcolli1|Skyler Collisson]]</td>
 +
<td rowspan="36" width="200">All presentations are due at midinight,  
 +
exactly one week after we discuss them in class.</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>[[Strategy]]</td><td>[[User:Rfainsht|Roman]]</td>
 +
</tr>
 +
<tr>
 +
<td>[[Iterator]]</td><td>[[Adam Delyea]]</td>
 +
</tr>
 +
<tr>
 +
<td>[[Composite]]</td><td>[[user:jsafavi-|Jason Safavi]]</td>
 +
</tr>
 +
<tr>
 +
<td>[[Decorator]]</td><td>[[user:dtolj|Dejan]]</td>
 +
</tr>
 +
<tr>
 +
<td>[[Abstract Factory]]</td><td>[[user:kglee|Kenneth Lee]]</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>[[Observer]]</td><td>[[user:bbarcick|Bartosz Barcicki]]</td>
 +
</tr>
 +
<tr>
 +
<td>[[Singleton]]</td><td>[[user:YiShen|Yi Shen]]</td>
 +
</tr>
 +
 
 +
 
 +
<tr>
 +
<td>[[Command]]</td><td>[[Evan Marinzel]]</td>
 +
</tr>
 +
<tr>
 +
<td>[[Adapter]]</td><td>[[user:rfiez-mo|Rueen Fiez]]</td>
 +
</tr>
 +
<tr>
 +
<td>[[Facade]]</td><td>[[User:smcavoy|Steven McAvoy]]</td>
 +
</tr>
 +
<tr>
 +
<td>[[Template Method]]</td><td>[[user:ayfung|Andrew F]]</td>
 +
</tr>
 +
<tr>
 +
<td>[[State]]</td><td>[[user:rmwang|Ryan M. Wang]]</td>
 +
</tr>
 +
<tr>
 +
<td>[[Proxy]]</td><td>Leah Spontaneo</td>
 +
</tr>
 +
<tr>
 +
<td>[[Bridge]]</td><td>[[user:vlam6|Vincent Lam]]</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>[[Builder]]</td><td>[[user:dominic|Dominic B]]</td>
 +
</tr>
 +
<tr>
 +
<td>[[Chain of Responsibility]]</td><td>Dilak Jeyaratnam</td>
 +
</tr>
 +
<tr>
 +
<td>Flyweight</td><td>[[User:rsakedad|Roya Sakedad]]</td>
 +
</tr>
 +
<tr>
 +
<td>[[Interpreter]]</td><td>[[user:Cdolivei|Cesar Oliveira]]</td>
 +
</tr>
 +
<tr>
 +
<td>[[Mediator]]</td><td>Peter Smith</td>
 +
</tr>
 +
<tr>
 +
<td>[[Memento]]</td>
 +
<td>Aaron Hooper</td>
 +
</tr>
 +
<tr>
 +
<td>[[Prototype]]</td><td>[[user:aashaye1|Ali Ashayeri]]</td>
 +
</tr>
 +
<tr>
 +
<td>[[Visitor]]</td><td>Shaun Naraidoo</td>
 +
</tr>
 +
<tr>
 +
<td>[[MVC]]</td><td>Timothy Duavis</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>[[Chapter 2 Case Study on Wikipedia]]</td><td>[[user:lkates|Lorne Kates]]</td>
 +
</tr>
 +
 
 +
</table>
 +
 
 +
==Assignment 2 Teams==
 +
<table border="1">
 +
<th>Team #</th> <th>Names</th> <th>Page</th>
 +
<tr>
 +
<td>1</td>
 +
<td>Rueen Fiez, Jason Safavi, Ali Ashayeri</td>
 +
<td>[[btp600_gameoflife1]]</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>2</td>
 +
<td>[[user:dtolj|Dejan]], Shaun, [[user:YiShen|Yi(Eric) Shen]]</td>
 +
<td>[[btp600_gameoflife2]]</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>3</td>
 +
<td>Ken, Andrew</td>
 +
<td>[[btp600_gameoflife3]]</td>
 +
</tr>
 +
 
 +
 
 +
<tr>
 +
<td>4</td>
 +
<td>[[user:dominic|Dominic Baranski]], [[user:smcolli1|Skyler Collisson]]</td>
 +
<td>[[btp600_gameoflife4]]</td>
 +
</tr>
 +
 
 +
 
 +
<tr>
 +
<td>5</td>
 +
<td>[[user:smcavoy|Steve McAvoy]], [[user:lmsponta|Leah Spontaneo]], [[user:Adam_Delyea|Adam Delyea]], [[user:pjsmith1|Peter Smith]]</td>
 +
<td>[[btp600_gameoflife5]]</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>6</td>
 +
<td>[[user:djeyarat|Dilak Jeyaratnam]], [[user:rfainsht|Roman Fainshtein]]</td>
 +
<td>[[btp600_gameoflife6]]</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>7</td>
 +
<td>[[user:tjduavis|Timothy Duavis]], [[user:vlam6|Vincent Lam]], [[user:rmwang|Ryan Wang]]</td>
 +
<td>[[btp600_gameoflife7]]</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>8</td>
 +
<td>[[user:bbarcick|Bartosz Barcicki]], [[user:ajhooper|Aaron Hooper]]</td>
 +
<td>[[btp600_gameoflife8]]</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>9</td>
 +
<td>[[user:cdolivei|Cesar]], [[user:Evan_Marinzel|Evan]]</td>
 +
<td>[[btp600_gameoflife9]]</td>
 +
</tr>
 +
 
 +
<tr>
 +
<td>10</td>
 +
<td>Lorne Kates, Frederick Wang</td>
 +
<td>[[btp600_gameoflife10]]</td>
 +
</tr>
 +
</table>

Latest revision as of 13:05, 2 April 2007