What are contexts?

From CCIL
Revision as of 09:22, 4 July 2016 by Admin (Talk | contribs) (Context-specific properties)

Jump to: navigation, search

A context (short from application context) is the setup of the system for a specific use-case.

It consists of a folder within context/apps which contains context.properties file. This file defines all the stages and pipelines within the CCIL application.

context.properties

Uses the [Java properties format] to store data.

Context-specific properties

# CCIL app context for ECONOMEDIA
#-------------------------------------

context.title=Docsim service context
context.description=CCIL customization for Economedia.
context.author=Deyan Peychev
context.comment=You can clone this view to generate custom views.
context.thumbnail = media/logo.png

title

Title for the context.

description

Human description.

author

The author of the context.

comment

Arbitrary user comment.

thumbnail

Thumbnail image.

Definition of pipelines

TBA

Definition of stages

TBA

Definition of constants

TBA

Custom expressions

TBA