|
Pipelines:Pipelines form the backbone of the rendering engine in HyperContent. Pipelines feed both the web server and the batch processing engine. Pipelines are configured with any number of stages, which can be wired in by classname for extensibility. Every project can have its own independent pipeline configuration.
Some built-in Pipeline Stages
- XML includes
- XSLT transformations
- Velocity templates
- Form binding
- Trim whitespace
- Resize image
- HTTP redirect
Static Pipeline
Used for for static views of content which could be pushed to a separate web server or cached for re-use. Primary caching is done on disk, with soft references used to keep some cached data in memory.
Modal Pipeline
Used for dynamic and interactive views which cannot be cached or pushed to another server. Identified by a "mode" parameter.
|
| |