Icon.png

Development

Philosophy

Pier is a powerful and extensible implementation of a meta-described content and application management system, written with objects from top to bottom:

Object-Oriented Design
Pier features a fully object-oriented and meta-described domain model. As an example, the content of the pages is parsed and stored as a tree of different entities representing text, links, tables, lists, etc.
Extensibility
Everything in Pier can be extended: page types, storage mechanism, actions, security mechanism, web-server, etc. Plug-ins can be shared within the community and loaded independently of each other into the system.
Open Source
Pier is released under the MIT license which grants unrestricted rights to copy, modify, and redistribute as long as the original copyright and license terms are retained.
Test Suites
Pier is heavily tested. There are more than 1575 unit tests included with the core of Pier. This makes it easy to change and verify the code and comes in extremely useful when porting Pier to other Smalltalk dialects or when writing extensions.