Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg bff0215510 [Major] Refactored the DurationExecutionTimer to not be singleton
Once again it is clear how bad singletons are. One test killed the
timer, thus all other tests failed. Now the DelayedExecutionTimer is
retrieved from the ExecutionHandler and is called DelayedExecutionTimer
with a default implementation of SimpleDurationExecutionTimer
instantiated by the EventBasedExecutionHandler
2016-10-11 14:59:52 +02:00
dev [Project] Cleaned up build scripts 2016-07-05 09:50:54 +02:00
li.strolch.agent [Minor] Added TODO about .getBy() which returns clone, and querying 2016-10-07 09:38:39 +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 ExecutionDuration and fixed deep execution 2016-10-06 20:38:06 +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 [Minor] Code cleanup 2016-10-03 14:00:39 +02:00
li.strolch.privilege [Minor] Fixed tests 2016-09-29 17:04:46 +02:00
li.strolch.rest [Major] Refactored the DurationExecutionTimer to not be singleton 2016-10-11 14:59:52 +02:00
li.strolch.service [Major] Refactored the DurationExecutionTimer to not be singleton 2016-10-11 14:59:52 +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 [Minor] Code cleanup 2016-10-03 14:00:39 +02:00
li.strolch.utils [New] Rewrote the Paging class to use offset/limit 2016-10-07 11:55:08 +02:00
li.strolch.website [Minor] resource id and type are optional in model schema 2016-10-06 08:17:26 +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 [Minor] Code cleanup 2016-10-03 14:00:39 +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
deploy.sh [Project] Added release and deploy scripts 2016-10-04 20:05:37 +02:00
pom.xml [Minor] Upgrade to Jersey 2.23.2 2016-10-04 15:13:25 +02:00
release.sh [Project] Added release and deploy scripts 2016-10-04 19:59:18 +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