Proof of Concepts of Design Patterns for Java applications and the evaluation of the CKJM quality metrics.
- Chain of Responsibility
- Command
- Interpreter
- Iterator
- Mediator
- Memento
- Observer
- State
- Strategy
- Template Method
- Visitor
To execute the metrics you should:
- Compile each module by executing
mvn clean install -e
- Download the CKJM jar file called
- In the Terminal, located in the CKJM jar directory execute the following command:
java -jar ckjm_ext.jar target/classes/<packages_path_to_.class_files>/*.class