li.strolch.planningwebapp

Tutorial webapp to show case using Strolch in a servlet container

License

License

GroupId

GroupId

li.strolch
ArtifactId

ArtifactId

li.strolch.planningwebapp
Last Version

Last Version

1.4.5
Release Date

Release Date

Type

Type

war
Description

Description

li.strolch.planningwebapp
Tutorial webapp to show case using Strolch in a servlet container
Project Organization

Project Organization

Strolch

Download li.strolch.planningwebapp

How to add to project

<!-- https://jarcasting.com/artifacts/li.strolch/li.strolch.planningwebapp/ -->
<dependency>
    <groupId>li.strolch</groupId>
    <artifactId>li.strolch.planningwebapp</artifactId>
    <version>1.4.5</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/li.strolch/li.strolch.planningwebapp/
implementation 'li.strolch:li.strolch.planningwebapp:1.4.5'
// https://jarcasting.com/artifacts/li.strolch/li.strolch.planningwebapp/
implementation ("li.strolch:li.strolch.planningwebapp:1.4.5")
'li.strolch:li.strolch.planningwebapp:war:1.4.5'
<dependency org="li.strolch" name="li.strolch.planningwebapp" rev="1.4.5">
  <artifact name="li.strolch.planningwebapp" type="war" />
</dependency>
@Grapes(
@Grab(group='li.strolch', module='li.strolch.planningwebapp', version='1.4.5')
)
libraryDependencies += "li.strolch" % "li.strolch.planningwebapp" % "1.4.5"
[li.strolch/li.strolch.planningwebapp "1.4.5"]

Dependencies

compile (3)

Group / Artifact Type Version
li.strolch : li.strolch.rest jar 1.4.5
li.strolch : li.strolch.persistence.postgresql jar 1.4.5
org.slf4j : slf4j-api jar 1.7.2

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

runtime (1)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.2

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3

Project Modules

There are no modules declared in this project.

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.xmlpers
  • li.strolch.model
  • li.strolch.agent
  • li.strolch.service
  • li.strolch.persistence.postgresql
  • li.strolch.persistence.xml
  • li.strolch.rest
  • li.strolch.websocket
  • li.strolch.soql
  • li.strolch.mvn.archetype.main
  • li.strolch.mvn.archetype.webapp
  • li.strolch.bom
  • li.strolch.testbase
  • li.strolch.performancetest

And of course the website itself:

  • li.strolch.website

Getting Started

Either use a version on Maven Central: https://mvnrepository.com/artifact/li.strolch/li.strolch.agent

Or install locally first:

git clone https://github.com/4treesCH/strolch.git
cd strolch
mvn clean install -DskipTests

Then you can create your own project. Please read the README files in the generated projects.

To create a Strolch project see https://strolch.li/development.html

More Information

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

li.strolch

4treesCH

Versions

Version
1.4.5
1.4.4
1.4.3
1.4.2
1.4.0
1.3.0