OC Modules
[]
- Modules provide the base application code for satellite.
- Modules typically include a set of jar files and configuration files.
- Modules are utilised for a satellite by importing their files into the server and connecting them to a satellite-configuration-group
- more on satellite.
- modules are available from here
The basic OC module
- provides basic services for running a satellite
- provides basic utilities for building a portal
- provides freemarker models to access assets, features, relations, ...
- modules are available from here
The SIS module
- is based on the OC modules
- high level freemarker models for elements defined by the censhare 'standard-information-structure' (eg. for Articles)
- provides an advanced configuration service
- provides base classes to support developing custom freemarker models and extensions in java, residing side-by-side with the censhare modules in the satellite's configuration group
- module are available from here
The OnlinePortal Bundle
- is based on OC modules and SIS module
- provides example implementation for a variaty of customer services
- provides specialized freemarker models
- can be used as starting point for customisation
- modules are available from here
Distribution Overview
The Online Channel distributions can be downloaded from here.
The distribution contains the following files:
To setup a delivery server one of the following is needed:
- censhare-Satellite-Installer-X.Y.Z.sh
Self-extracting shell script for interactive satellite installation. - censhare-Satellite-X.Y.Z.tar.gz
Alternative Satellite installation package for manual installation. - censhare-Satellite-X.Y.Z.zip
Alternative Satellite installation package for manual installation.
To setup a satellite configuration group:
- censhare-OnlineChannel-X.Y.Z.zip
Online Channel OSGi Bundles for installation with the censhare Client.
To develop custom bundles (jar)
- censhare-OnlineChannel-SDK-X.Y.Z.zip
Online Channel development package for Java developers.