Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg 89739717f2 [Major] Refactored LockHandler to use Locator
This is required because in certain instances it is important to lock
the object before retrieving it, otherwise if, for instance in
execution, we would need to fetch, lock and re-fetch to be sure we have
the latest object.

In moste of the Update*Commands this is not important as we perform a
list commit wins, where the client wants their version to be persisted.
Later a optimistic locking can be performed in that the given version
must be the latest, otherwise an exception would be thrown
2017-02-22 12:14:23 +01:00
dev [Project] Cleaned up build scripts 2016-07-05 09:50:54 +02:00
li.strolch.agent [Major] Refactored LockHandler to use Locator 2017-02-22 12:14:23 +01:00
li.strolch.bom [Project] Set new version 1.5.0-SNAPSHOT 2016-11-03 12:07:38 +01:00
li.strolch.model [Major] Refactored LockHandler to use Locator 2017-02-22 12:14:23 +01:00
li.strolch.performancetest [New] Added transient perf test 2017-02-01 18:56:43 +01:00
li.strolch.persistence.postgresql Added date range parameter tests 2016-12-07 14:42:07 +01:00
li.strolch.persistence.xml [Major] Refactored SystemAction in privileges 2016-09-29 12:26:27 +02:00
li.strolch.planningwebapp [Project] Skipping deployment of demo/test apps to Central 2017-01-18 10:05:26 +01:00
li.strolch.privilege [Project] Refactoring tests 2017-01-31 14:20:47 +01:00
li.strolch.rest [minor] use execpetion message instead of empty text, if no restrictable is given for unauthorized access (#2) 2017-02-20 13:21:57 +01:00
li.strolch.service [Major] Refactored LockHandler to use Locator 2017-02-22 12:14:23 +01:00
li.strolch.testbase [New] Added RuntimeMock.doServiceAssertResultFailed() 2017-02-16 11:30:47 +01:00
li.strolch.tutorialapp [Project] Skipping deployment of demo/test apps to Central 2017-01-18 10:05:26 +01:00
li.strolch.tutorialwebapp [Project] Skipping deployment of demo/test apps to Central 2017-01-18 10:05:26 +01:00
li.strolch.utils [Major] Inspector now has offset/limit for queries 2017-02-08 20:16:05 +01:00
li.strolch.website [Project] Skipping deployment of demo/test apps to Central 2017-01-18 10:05:26 +01:00
li.strolch.xmlpers [Project] Set new version 1.5.0-SNAPSHOT 2016-11-03 12:07:38 +01:00
strolch_minimal [Project] Skipping deployment of demo/test apps to Central 2017-01-18 10:05:26 +01:00
strolch_minimal_rest [Project] Skipping deployment of demo/test apps to Central 2017-01-18 10:05:26 +01:00
.gitignore [Project] Ignore dependencies folder 2016-11-14 09:50:19 +01:00
LICENSE [Project] added LICENSE and README.md 2014-09-16 09:29:42 +02:00
README.md Added Coverity badge 2016-11-08 11:19:40 +01:00
createBundle.sh [Minor] Don't fail deploy if directory already exists 2016-07-07 14:35:18 +02:00
deploy.sh [Project] naje deploy.sh executable 2016-11-03 09:27:16 +01:00
hotfix.sh [Project] allow creating hotfix from any branch 2017-01-23 17:37:22 +01:00
pom.xml [Project] Skipping deployment of demo/test apps to Central 2017-01-18 11:00:23 +01:00
release.sh [Project] added release scripts 2016-10-24 10:48:35 +02:00
setVersion.sh [Project] Cleaned up build scripts 2016-07-05 09:50:54 +02:00

README.md

Strolch

Build Status Coverity Scan 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