Difference between revisions of "What are contexts?"

From CCIL
Jump to: navigation, search
m (Context-specific properties)
m (context.properties)
Line 5: Line 5:
 
== context.properties ==
 
== context.properties ==
  
Uses the [[https://en.wikipedia.org/wiki/.properties Java properties format]] to store data.
+
Uses the [https://en.wikipedia.org/wiki/.properties Java properties format] to store data.
  
 
=== Context-specific properties ===
 
=== Context-specific properties ===

Revision as of 09:42, 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.

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