All entries by this author

Jason – 15 March 2010

Mar 15th, 2010 | By Jason

Continued work on finding similarities and differences between all of the servers code and its containing patterns



Jason – 8 March 2010

Mar 8th, 2010 | By Jason

Started working on finding our similarities between my servers code and the rest of the group’s server code



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...]



Notes on Project – 26 Feb 2010

Feb 26th, 2010 | By Jason

Finished reverse engineering code using Netbeans. I have gotten the UML diagrams from it. Now I need to make sure that it is an accurate representation of the code. Next week the group will meet together to compare all other server’s UML to get a better understanding of what we should research in our server



UML Reverse Engineering

Feb 22nd, 2010 | By Jason

Everyone needs to have their code’s UML by Friday February 26. Check out the following tools for help

BoUML
J-Refactory
Netbeans



Notes on Project – 19 Feb 2010

Feb 19th, 2010 | By Jason

I have gotten all of the necessary source code for Tornado.  I had to decompile version 3 from its jar file into java files. Started working on reverse engineering my code to get its UML.



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



Java Decompiler

Feb 17th, 2010 | By Jason

Attached is a Java Decompiler for windows
Java Decompiler



Tornado Server Design Patterns

Feb 12th, 2010 | By Jason

I found these patterns using the pattern finder tool
Tornado 1.0
HTTP.java
Possible patterns: Proxy
HTTPException.java
Possible patterns: Factory
Tornado.java
Possible patterns: Command, State
Tornado 1.1
HTTP.java
Possible patterns: Proxy
Tornado.java
Possible patterns: Command, State
Tornado 1.2
HTTP.java
Possible patterns: Proxy
Tornado.java
Possible patterns: Command, State
Tornado 2.0
HTTP.java
Possible patterns: Proxy
Tornado.java
Possible patterns: Command, State
Tornado 2.1
HTTP.java
Possible patterns: Proxy
Tornado.java
Possible patterns: Command, State
Tornado 3.0
Configuration.java
Possible patterns: Iterator
HTTP.java
Possible patterns: Proxy
ServerThread.java
Possible patterns: Factory, Iterator
Tornado.java
Possible patterns: Command, Factory, Iterator
requestHandler\DefaultRequestHandlerFactory.java
Possible patterns: Factory
requestHandler\RequestHandlerFactory.java
Possible
[continue reading...]