Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg c87b3c3719 [Minor] code cleanup 2019-05-30 16:34:59 +02:00
dev [Major] Removed the need for javax.xml.bind.* imports. Using gson 2017-09-29 15:57:21 +02:00
li.strolch.agent [Minor] Added StrolchEnum.hasValue() 2019-05-30 15:34:09 +02:00
li.strolch.bom [Major] Removed serializable and reformatted all code 2018-10-05 09:17:13 +02:00
li.strolch.model [Fix] use Locale.toLanguageTag() instead of toString() 2019-05-30 16:15:13 +02:00
li.strolch.performancetest [Fix] Fixed parsing and formatting of Locale 2019-04-10 16:44:52 +02:00
li.strolch.persistence.postgresql [Fix] Fixed parsing and formatting of Locale 2019-04-10 16:44:52 +02:00
li.strolch.persistence.xml [Fix] Fixed parsing and formatting of Locale 2019-04-10 16:44:52 +02:00
li.strolch.privilege [Major] renamed defaultLocation to primaryLocation, added secondaryLocation 2019-05-30 15:34:59 +02:00
li.strolch.rest [Fix] use Locale.toLanguageTag() instead of toString() 2019-05-30 16:15:13 +02:00
li.strolch.service [Fix] Handle missing activity in EventBasedExecutionHandler.archiveActivity() 2019-05-15 13:22:26 +02:00
li.strolch.soql [Major] Removed serializable and reformatted all code 2018-10-05 09:17:13 +02:00
li.strolch.testbase [Major] New TransactionCloseStrategy.DEFAULT, added readOnly flag for openTx 2019-04-01 16:31:53 +02:00
li.strolch.utils [Minor] code cleanup 2019-05-30 16:34:59 +02:00
li.strolch.website [Major] Added UpdatedBy to Version 2019-05-09 16:58:40 +02:00
li.strolch.websocket [Minor] Get remote IP earlier in WebSocketClient.java 2019-03-12 19:03:37 +01:00
li.strolch.xmlpers [Fix] first write files to a temporary path, then rename to actual path 2019-05-12 20:18:01 +02:00
strolch_minimal_rest [Fix] Fixed parsing and formatting of Locale 2019-04-10 16:44:52 +02:00
.gitignore [Project] ignore Idea .iml files 2017-09-25 12:32:05 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#7) 2018-03-28 19:44:31 +02:00
LICENSE [Project] added LICENSE and README.md 2014-09-16 09:29:42 +02:00
README.md Update README.md 2018-06-18 16:18:17 +02:00
autoRelease.sh [Project] fix no tag yet known in autoRelease.sh 2017-10-13 11:48:29 +02:00
createBundle.sh [Project] fix createBundle.sh 2018-02-21 16:15:46 +01:00
deploy.sh [Project] naje deploy.sh executable 2016-11-03 09:27:16 +01:00
pom.xml [Major] Added new module websocket for observer updates over websocket 2019-03-11 13:13:13 +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

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