Josh

group slides so far

Apr 18th, 2010 | By cs451student

Growth and Decay



Due by Friday April 16

Apr 13th, 2010 | By Jason

Relate the lines of code as well as the lines of comments to each of the versions of your server. Take the time to figure
[continue reading...]



Team Meeting April 7

Apr 7th, 2010 | By cortr

Decided to look at the commenting style of the files (throughout code, tops of files only, etc) as input to how any change over the
[continue reading...]



Meeting March 26

Mar 29th, 2010 | By cortr

We went over ideas for the metrics to measure various aspects of the applications’ evolution.
Size growth:

Lines of code
Byte size of files — core/common ones
[continue reading...]



Pygmy

Mar 5th, 2010 | By baynexilos

pygmy is what im doing (since awhile back, i couldnt get apache to work)
Here is some of the things I  found for starters.
Found 42 files that possibly contain design patterns.
C:\Documents and Settings\Administrator\Desktop\New Folder (9)\srcs\pygmy\core\ChainableProperties.java
Possible patterns: Chain
C:\Documents and Settings\Administrator\Desktop\New Folder (9)\srcs\pygmy\core\Http.java
Possible patterns: Command, Proxy
C:\Documents and Settings\Administrator\Desktop\New Folder (9)\srcs\pygmy\core\HttpHeaders.java
Possible patterns: Iterator
C:\Documents and Settings\Administrator\Desktop\New Folder (9)\srcs\pygmy\core\HttpRequest.java
Possible patterns: Command
C:\Documents
[continue reading...]



Monday Meeting for March 1, 2010

Mar 1st, 2010 | By Jason

Homework #4

Work on operational Schemas

Project:

UML Diagrams for:

Tornado
Jetty



What to do for Monday March 1, 2010

Feb 26th, 2010 | By Jason

What to work on:

Come up with operational schemas for Zed over the weekend. On Monday we will work on Homework #4.
Finish UML generation. Use Netbeans
[continue reading...]



UML problems

Feb 25th, 2010 | By baynexilos

have had some problems with the UML using some programs, will most likely just use netbeans to reverse engineer it as it is easier.



CS 451 Presentation – 18 Feb 2010

Feb 17th, 2010 | By Jason

February 18 we will be having our 2nd class presentation about our project. Attached is our powerpoint slides
cs451presentationTA



Apache

Feb 10th, 2010 | By baynexilos

downloaded apache and began checking it out, its tough to find design patterns in it though especially as its so huge. That and its not java based like the others.
I may have to switch to another.