Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg bdd4091a16 [New] Implemented a SmtpMailer and Strolch MailHandler component
SmtpMailer is a singleton and requires properties.

Configure the MailHandler as follows:
<Component>
    <name>MailHandler</name>
    <api>li.strolch.handler.mail.MailHandler</api>
    <impl>li.strolch.handler.mail.SmtpMailHandler</impl>
    <Properties>
        <fromAddr>relayer@eitchnet.ch</fromAddr>
        <fromName>Consilium</fromName>
        <overrideRecipientAddr>eitch@eitchnet.ch</overrideRecipientAddr>
        <overrideRecipientName>Consilium Test</overrideRecipientName>
        <username>relayer@eitchnet.ch</username>
        <password>M5ztAE4a1NWWZBHaUd2ey9aoH</password>
        <auth>true</auth>
        <startTls>true</startTls>
        <host>smtp.gmail.com</host>
        <port>587</port>
    </Properties>
</Component>
2016-09-08 14:24:10 +02:00
dev [Project] Cleaned up build scripts 2016-07-05 09:50:54 +02:00
li.strolch.agent [Minor] Added AbstractionConfiguration.getAsProperties() 2016-09-08 11:20:06 +02:00
li.strolch.bom [Project] Set new SNAPSHOT version 1.3.0-SNAPSHOT 2016-07-05 09:57:44 +02:00
li.strolch.model [Minor] Allow to create locator even if parent is missing 2016-09-01 10:06:32 +02:00
li.strolch.performancetest [Major] Now users can reset their own passwords 2016-09-07 14:41:16 +02:00
li.strolch.persistence.postgresql [Major] Now users can reset their own passwords 2016-09-07 14:41:16 +02:00
li.strolch.persistence.xml [Major] Now users can reset their own passwords 2016-09-07 14:41:16 +02:00
li.strolch.planningwebapp [Major] Now users can reset their own passwords 2016-09-07 14:41:16 +02:00
li.strolch.privilege [New] Added MailUserChallengeHandler 2016-09-08 11:20:45 +02:00
li.strolch.rest [Major] REST APIs are now singular 2016-09-08 13:19:44 +02:00
li.strolch.service [New] Implemented a SmtpMailer and Strolch MailHandler component 2016-09-08 11:19:10 +02:00
li.strolch.testbase [Major] Implemented opt-in versioning 2016-08-07 17:47:52 +02:00
li.strolch.tutorialapp [Major] Now users can reset their own passwords 2016-09-07 14:41:16 +02:00
li.strolch.tutorialwebapp [Major] Now users can reset their own passwords 2016-09-07 14:41:16 +02:00
li.strolch.utils [New] Implemented a SmtpMailer and Strolch MailHandler component 2016-09-08 14:24:10 +02:00
li.strolch.website [Project] Blog entry on opt-in versioning 2016-08-08 10:13:02 +02:00
li.strolch.xmlpers [Project] Set new SNAPSHOT version 1.3.0-SNAPSHOT 2016-07-05 09:57:44 +02:00
strolch_minimal [Major] Now users can reset their own passwords 2016-09-07 14:41:16 +02:00
strolch_minimal_rest [Major] Now users can reset their own passwords 2016-09-07 14:41:16 +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 Update README.md 2016-07-02 19:38:17 +02:00
createBundle.sh [Minor] Don't fail deploy if directory already exists 2016-07-07 14:35:18 +02:00
pom.xml [Project] Disabled building of XML persistence 2016-08-08 09:57:12 +02:00
setVersion.sh [Project] Cleaned up build scripts 2016-07-05 09:50:54 +02:00

README.md

Strolch

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

Build status

Build Status