Difference between revisions of "What are contexts?"
From CCIL
m (→Context-specific properties) |
m (→Context-specific properties) |
||
Line 13: | Line 13: | ||
#------------------------------------- | #------------------------------------- | ||
− | context.title=Docsim service context | + | context.title = Docsim service context |
− | context.description=CCIL customization for Economedia. | + | context.description = CCIL customization for Economedia. |
− | context.author=Deyan Peychev | + | context.author = Deyan Peychev |
− | context.comment=You can clone this view to generate custom views. | + | context.comment = You can clone this view to generate custom views. |
context.thumbnail = media/logo.png | context.thumbnail = media/logo.png | ||
</pre> | </pre> |
Revision as of 09:41, 4 July 2016
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.
Contents
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