Monthly Archives: July 2006

Emergent Package Design

Posted in Dependency Management, Emergent Design, Structure

Struts more twisted than Spring

The structure of Struts is characterized by a nasty dependency tangle that starts at the class-level and percolates up through the package and design-levels. Following my blog on Spring’s “almost perfect” structure, I thought I’d take a look at another

Posted in Dependency Management

“Tangles” rather than “Cycles”

I’ve been asked recently why I talk about "tangles" rather than "cycles" in the context of cyclic dependencies. The reason is clear when you look at a graph that contains a "strongly connected component" (a tangle):   This graph contains

Posted in Structure

Spring’s Structure is “almost perfect”

Keith Donald reports that Spring’s architecture contains not a single dependency cycle. I’ve looked at the structure of many open source projects and generally found them riddled with dependency tangles (junit is an exception – perhaps unsurprising given its small

Posted in Structure

More on M.C. Escher and software projects

This is for Paddy and Paul who are having trouble with the principle of design “emergence” and didn’t really get my blog on Eschers “Hands”.  Luckily Escher also predicted other software design processes. Guys, do either of these feel more

Posted in Emergent Design

Structure101 for Java Build 58b

This build fixes a problem with the transformation feature whereby the resulting structural model was incorrect for some regular expression sequences.

Posted in Structure101

M.C. Esher and Emergent Design

Kevin Kelly gave a talk to the Long Now Foundation called “The Next 100 Years of Science: Long-term Trends in the Scientific Method”. He talks about recursion and emergence from complexity and mentioned Escher’s “Drawing Hands”. Is this the perfect

Posted in Emergent Design

The Long Now Foundation

If you like a heavy dose of “context” check out the seminars from the Long Now Foundation. I just returned from an extremely enjoyable 2 week vacation in Nerja in the south of Spain (thanks Joe for the recommendation). But

Posted in Uncategorized