Jason – 15 March 2010
Mar 15th, 2010 | By JasonContinued work on finding similarities and differences between all of the servers code and its containing patterns
Continued work on finding similarities and differences between all of the servers code and its containing patterns
Started working on finding our similarities between my servers code and the rest of the group’s server code
Homework #4
Work on operational Schemas
Project:
UML Diagrams for:
Tornado
Jetty
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...]
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
Everyone needs to have their code’s UML by Friday February 26. Check out the following tools for help
BoUML
J-Refactory
Netbeans
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.
February 18 we will be having our 2nd class presentation about our project. Attached is our powerpoint slides
cs451presentationTA
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...]