Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg f023f682a8 [Major] Implemented State Model on Activity/Actions
We have three major blocks:
- In Execution Warning:
  - STOPPED
  - WARNING
  - ERROR
- in execution:
  - above including EXECUTION and EXECUTED
- in planning:
  - PLANNING and PLANNED
- CREATED
- CLOSED

EXECUTION is used if any action is EXECUTED and a prior state exists
PLANNING is used if any action is PLANNED and PLANNING or CREATED 
  state exists
CLOSED is only used if everything is CLOSED, otherwise one of the
previous states is used
2016-09-30 16:28:35 +02:00
dev [Project] Cleaned up build scripts 2016-07-05 09:50:54 +02:00
li.strolch.agent [Major] Refactored SystemAction in privileges 2016-09-29 15:54:30 +02:00
li.strolch.bom [Project] Set new snapshot version 1.4.0-SNAPSHOT 2016-09-22 11:33:15 +02:00
li.strolch.model [Major] Implemented State Model on Activity/Actions 2016-09-30 16:28:35 +02:00
li.strolch.performancetest [Major] Refactored SystemAction in privileges 2016-09-29 15:54:30 +02:00
li.strolch.persistence.postgresql [Fix] Fixed version when loading from PostgreSQL 2016-09-30 10:12:59 +02:00
li.strolch.persistence.xml [Major] Refactored SystemAction in privileges 2016-09-29 12:26:27 +02:00
li.strolch.planningwebapp [Major] Fixed starting of all test applications 2016-09-29 16:54:48 +02:00
li.strolch.privilege [Minor] Fixed tests 2016-09-29 17:04:46 +02:00
li.strolch.rest [Major] REST APIs are supposed to be plural 2016-09-30 10:13:22 +02:00
li.strolch.service [Major] Refactored SystemAction in privileges 2016-09-29 15:54:30 +02:00
li.strolch.testbase [Major] Implemented first version of Activity execution 2016-09-23 14:03:42 +02:00
li.strolch.tutorialapp [Major] Refactored SystemAction in privileges 2016-09-29 15:54:30 +02:00
li.strolch.tutorialwebapp [Major] Fixed starting of all test applications 2016-09-29 16:54:48 +02:00
li.strolch.utils [Minor] Major clean up of JavaDocs in utils 2016-09-22 15:26:32 +02:00
li.strolch.website [Major] Implemented State Model on Activity/Actions 2016-09-30 16:28:35 +02:00
li.strolch.xmlpers [Project] Set new snapshot version 1.4.0-SNAPSHOT 2016-09-22 11:33:15 +02:00
strolch_minimal [Major] Fixed starting of all test applications 2016-09-29 16:54:48 +02:00
strolch_minimal_rest [Major] Fixed starting of all test applications 2016-09-29 16:54:48 +02:00
.gitignore [Project] Cleaned up build scripts 2016-07-05 09:50:54 +02:00
LICENSE [Project] added LICENSE and README.md 2014-09-16 09:29:42 +02:00
README.md [Project] Updated project for deployment to Maven Central 2016-09-22 09:37:55 +02:00
createBundle.sh [Minor] Don't fail deploy if directory already exists 2016-07-07 14:35:18 +02:00
pom.xml [Project] add mgmt for maven-project-info-reports-plugin 2016-09-22 15:30:35 +02:00
setVersion.sh [Project] Cleaned up build scripts 2016-07-05 09:50:54 +02:00

README.md

Strolch

Jenkins Build status: Build Status

The main repository which contains all of Strolch.

Strolch consists of the following modules:

  • li.strolch.utils
  • li.strolch.privilege
  • li.strolch.agent
  • li.strolch.model
  • li.strolch.persistence.postgresql
  • li.strolch.persistence.xml
  • li.strolch.rest
  • li.strolch.service
  • li.strolch.testbase

With the following test applications:

  • li.strolch.tutorialapp
  • li.strolch.tutorialwebapp
  • li.strolch.planningwebapp
  • strolch_minimal
  • strolch_minimal_rest

And of course the website itself:

  • li.strolch.website

Find more to Strolch at our website: http://strolch.li