| the pattern server | overview servlet pattern server template system | webcycle.org |
alpha release 2
Last modified Monday, February 21, 2000
Questions & comments to russell.holt@destiny.com
The pattern server is a hypertext database. This database is populated by Things and Associations. Things are the objects of the world, such as a person, a project, a book. Associations are relationships among the things, such as "written by", "is a", "is an example of".
There are three primary components:
| servlet | pattern server | template system |
| Initializes the pattern server at startup and fulfills network requests by instantiating serveraction objects (plug-ins) defined in the pattern server configuration file. | Behavior specific to the organization and storage of the things and associations that make up the information web. | System for dynamic production of HTML from many small templates. Templates "visualize" java objects; the V and C in WebMVC. |
using JSWDK-1.0.1
| the pattern server | overview servlet pattern server template system | webcycle.org |