mustah / poma

Patterns of Modular Architecture

Home Page:http://modularity.kirkk.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Patterns of Modular Architecture code samples.

You can run the build for each of the pattern samples using ant. Just type the following at command line:

ant -f <nameofbuildfile.xml>

If the name of the build file is build.xml, you can just type ant.

A JarAnalyzer target is included in each of the build scripts, but is not invoked by default. To use JarAnalyzer, you'll need to install GraphVix dot. (www.graphfix.org).

Once GraphVix is installed, you'll need to modify the build script you want to execute to point to dot. After you've done that, you can use the following command:

ant <jaranalyzertarget> -f <nameof buildfile.xml>

About

Patterns of Modular Architecture

http://modularity.kirkk.com


Languages

Language:Java 96.5%Language:Shell 1.9%Language:Scala 0.8%Language:Groovy 0.8%