You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dean Hiller2 <fa...@gmail.com> on 2007/03/15 15:35:03 UTC

guarantee code matches the design

There is a pretty interesting article on a tool that guarantees your
design/dependencies is up to date located here...

http://www.devx.com/opensource/Article/33729

Just thought you might be interested in using for tomcat(or for any other
project).  You can actually enforce that components ONLY talk through
well-defined apis....it prevents new developers on the team(and experienced
ones) from accidentally going around an api directly to the
implementation...this is just one of the many benefits I think.

later