Strolch is a parameterized framework for use on servers and IoT
Go to file
msmock 92915b4552 initial commit of SOQL, the object query language for strolch 2017-11-30 17:05:10 +01:00
dev [Major] Removed the need for javax.xml.bind.* imports. Using gson 2017-09-29 15:57:21 +02:00
li.strolch.agent [Fix] Fix not allow to re-add removed element with versioning enabled 2017-11-01 10:15:21 +01:00
li.strolch.bom [Project] Update all dependencies and plugin dependencies in pom.xml 2017-09-28 19:11:34 +02:00
li.strolch.model [Fix] Fixed compile error in GroupedParameterizedElement.removeParameter 2017-11-01 11:47:06 +01:00
li.strolch.performancetest [Project] disable Performance test by default, fix debug log 2017-09-28 19:08:35 +02:00
li.strolch.persistence.postgresql [Fix] Fix not allow to re-add removed element with versioning enabled 2017-11-01 10:15:21 +01:00
li.strolch.planningwebapp initial commit of SOQL, the object query language for strolch 2017-11-30 17:05:10 +01:00
li.strolch.privilege [New] Added Crypt, to generate crypt like strings for salt and pw 2017-10-25 09:41:47 +02:00
li.strolch.rest initial commit of SOQL, the object query language for strolch 2017-11-30 17:05:10 +01:00
li.strolch.service [Minor] Log error in SimpleExecution.java.toError(LogMessage) 2017-11-21 18:04:21 +01:00
li.strolch.soql initial commit of SOQL, the object query language for strolch 2017-11-30 17:05:10 +01:00
li.strolch.testbase [Fix] Fix not allow to re-add removed element with versioning enabled 2017-11-01 10:15:21 +01:00
li.strolch.tutorialwebapp [Project] Update all dependencies and plugin dependencies in pom.xml 2017-09-28 19:11:34 +02:00
li.strolch.utils [Fix] I18nMessage.handle missing property and empty value in I18nMessage 2017-11-21 18:03:57 +01:00
li.strolch.website [Project] Set new snapshot version 1.6.0-SNAPSHOT 2017-08-24 14:11:29 +02:00
li.strolch.xmlpers [Fix] Throw Exception on programmer mistake if no commitOnClose with + 2017-10-05 09:54:42 +02:00
strolch_minimal_rest [Project] Update all dependencies and plugin dependencies in pom.xml 2017-09-28 19:11:34 +02:00
.gitignore [Project] ignore Idea .iml files 2017-09-25 12:32:05 +02: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
autoRelease.sh [Project] fix no tag yet known in autoRelease.sh 2017-10-13 11:48:29 +02: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
pom.xml initial commit of SOQL, the object query language for strolch 2017-11-30 17:05:10 +01:00
release.sh [Project] release scripts auto push 2017-10-13 11:33:35 +02:00
releaseBranch.sh [Project] release scripts auto push 2017-10-13 11:33: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