Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg 96740a571c [Major] Added a DB initialization mechanism
Now PostgreSQL implementation can import a configured dataStore if the persistence handler configuration property ‘allowDataInitOnSchemaCreate’. For this to work, the schema must have a migration status of CREATED, or DROPPED_CREATED on startup, or using the new method PersistenceHandler.performDbInitialization()-method. Further the properties ‘allowSchemaDrop’ and ‘allowSchemaCreate’ must be enabled.
2014-09-23 23:57:11 +02:00
ch.eitchnet.parent@8498efc8fe [Project] fixed submodule reference 2014-09-20 16:23:51 +02:00
ch.eitchnet.privilege@c8816472fc [Project] fixed submodule reference 2014-09-20 16:23:51 +02:00
ch.eitchnet.utils@afcb7c41fc [Project] fixed submodule reference 2014-09-20 16:23:51 +02:00
ch.eitchnet.xmlpers@c3fe4bdec6 [Project] fixed submodule reference 2014-09-20 16:23:51 +02:00
li.strolch.agent [Major] Added a DB initialization mechanism 2014-09-23 23:57:11 +02:00
li.strolch.bom [Project] Bumped version from 1.0.0-RC1 to 1.0.0-SNAPSHOT 2014-09-20 15:23:11 +02:00
li.strolch.dev [Project] fixing release.sh script 2014-09-22 22:13:50 +02:00
li.strolch.model [Project] Bumped version from 1.0.0-RC1 to 1.0.0-SNAPSHOT 2014-09-20 15:23:11 +02:00
li.strolch.parent [Project] Bumped version from 1.0.0-RC1 to 1.0.0-SNAPSHOT 2014-09-20 15:23:11 +02:00
li.strolch.persistence.postgresql [Major] Added a DB initialization mechanism 2014-09-23 23:57:11 +02:00
li.strolch.persistence.xml [Major] Added a DB initialization mechanism 2014-09-23 23:57:11 +02:00
li.strolch.rest [Project] Bumped version from 1.0.0-RC1 to 1.0.0-SNAPSHOT 2014-09-20 15:23:11 +02:00
li.strolch.service [Project] Bumped version from 1.0.0-RC1 to 1.0.0-SNAPSHOT 2014-09-20 15:23:11 +02:00
li.strolch.testbase [Project] Bumped version from 1.0.0-RC1 to 1.0.0-SNAPSHOT 2014-09-20 15:23:11 +02:00
li.strolch.tutorialapp [Project] fixing package structure of tutorialapp 2014-09-22 20:11:36 +02:00
li.strolch.tutorialwebapp [Project] fixing config of tutorialwebapp 2014-09-22 20:31:47 +02:00
li.strolch.website [Project] added blog entry for 1.0.0-RC2 2014-09-22 23:03:07 +02:00
.gitignore [Project] ignoring .idea 2014-09-20 14:41:52 +02:00
.gitmodules modules 2014-09-19 22:54:01 +02:00
LICENSE [Project] added LICENSE and README.md 2014-09-16 09:29:42 +02:00
README.md Update README.md 2014-09-16 09:31:31 +02:00
pom.xml [Project] Bumped version from 1.0.0-RC1 to 1.0.0-SNAPSHOT 2014-09-20 15:23:11 +02:00

README.md

Strolch

Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build Status Build Status

The main repository which contains all of Strolch.

Strolch consists of the following modules:

  • li.strolch.agent
  • li.strolch.model
  • li.strolch.persistence.postgresql
  • li.strolch.persistence.xml
  • li.strolch.rest
  • li.strolch.service

With the following test applications:

  • li.strolch.tutorialapp
  • li.strolch.tutorialwebapp

And of course the website itself:

  • li.strolch.website

And the following subdirectories contain projects to help keep everything together:

  • li.strolch.dev
  • li.strolch.parent
  • li.strolch.testbase

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