/kernel

OBSOLETE!!! moved to https://github.com/cristal-ise/cristal-ise/tree/develop/kernel repo

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

CRISTAL-iSE kernel Build StatusBuild StatusJavadocs

Join the chat at https://gitter.im/cristal-ise/kernel

The core java library of CRISTAL, which provides client and server APIs.

CRISTAL is a description-driven software platform originally developed to track the construction of the CMS ECAL detector of the LHC at CERN. It consists of a core library, known as the kernel, which manages business objects called Items. Items are entirely configured from data, called descriptions, held in other Items. Every change of a state in an Item is a consequence of an execution of an activity in that Item's lifecycle, meaning that CRISTAL applications are completely traceable, even in their design. It also supports extensive versioning of Item description data, giving the system a high level of flexibility.