There is a pretty interesting article on a tool that guarantees your source code matches
your defined design located here...
http://www.devx.com/opensource/Article/33729
Just thought you might be interested. 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
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028411#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...