Re: Action Sheets, stylesheets, and MVC

Alberto Reggiori (alberto.reggiori@jrc.it)
Fri, 10 Jul 1998 15:36:37 +0200


If you mean "Design Patterns" (Gang of 4 book) or SmallTalk paradigms,
You can imagine that the XML infrastructure plus the XMI (XML Metadata
Interchange) from IBM will allow to express well-thought and reusable
object models on the Web.

The Composite design pattern it is the core of XML. The Observer pattern
is the MVC. The iterator, the builder, the abstract factory are already
used into the DOM.

....the Object paradigm it is kicking behind the scene

Alberto Reggiori