FAQDOCSDOWNLOADSGALLERYJA-SIG LogoSourceForge.net Logo
What is HyperContent 2?
Compare Versions 1 & 2
HyperContent 2 Design
2 kinds of pipelines
AuthN, AuthZ and Groups
Form Handling
I18n and L10n
Request Handling
Authoring Tools
Unfinished for 2.0
Beyond 2.0
HyperContent 2 uses a tiered approach to content processing:

File
An unprocessed byte stream of data and associated metadata
FileAsset
A byte stream of data and associated metadata, possibly processed, backed by a file.
Subclasses provided content-specific additional functionality
Examples: XMLAsset, XSLAsset, NavigationAsset
Pipeline
A reusable sequence of stateless processing stages that operate on a task
Task
An asset buffer generated by a request, initialized with a FileAsset, and processed by a  Pipeline