UML 101

The diagram in this page shows the entities (classes in UML) that make up a SiteGlow website, as well as the ways in which the entities are associated. The diagram in fairly self-explanatory, but you should be the following in mind:

Architecture

SiteGlow's simplified static class diagramOne of the strengths of SiteGlow is its elegant and simple architecture. All websites can be modeled by the simple UML class diagram show on the right (if you are not familiar with UML, read our quick side note).

As can be seen, a website is composed of a Domain object, which contains Site objects, which contains Publication objects, which contains a Content object, which contains Unit objects .

The impo