CMSC 433, Spring 2006
Programming Language Technologies and Paradigms
Projects
Project 1
: A Simple Servlet-based Web server.
Project 2
: Specification-based testing of an application of the
observer
pattern.
Project 3
: Using the
visitor
pattern to implement
refactorings
on Java source code.
Project 4
: Implementing a
Compound Lock
concurrency abstraction in Java.
Project 5
: Implementing a
Game Server Framework
.
Project 6
: Implementing a
Game Server Framework part II
.
The project is stored in your CVS account; here's how to
check it out into an Eclipse project
.