Skip to content

lkwg82/spring-statemachine

 
 

Repository files navigation

Spring Statemachine

Spring Statemachine aims to provide a common infrastructure to work with statemachine concepts in Spring applications.

This project is currently in incubation and milestones are released time to time with new features and bug fixes. Relese candidate is considered when project state is considered to be relatively stable, we have a good reference documentation and samples. Milestones will not be a feature complete.

It is adviced to check from a latest releases found on Spring Statemachine Project Page what is the actual state of this project. Master of a git repo may be relatively unstable when new features are added into a source code.

Downloading Artifacts

See downloading Spring artifacts for Maven repository information.

Documentation

Spring Statemachine Project Page contains links to currently available JavaDoc and Reference Documentation for particular releases and versions.

Samples

Samples can be found under spring-statemachine-samples. Check the reference documentation more about what those do.

Building from Source

Spring Statemachine uses a Gradle-based build system. In the instructions below, ./gradlew is invoked from the root of the source tree and serves as a cross-platform, self-contained bootstrap mechanism for the build.

Prerequisites

Git and the JDK7 build.

Be sure that your JAVA_HOME environment variable points to the jdk1.7.0 folder extracted from the JDK download.

Check out sources

git clone git@github.com:spring-projects/spring-statemachine.git

Install all spring-\* jars into your local Maven cache

./gradlew install

Compile and test; build all jars, distribution zips, and docs

./gradlew build

Discover more commands with ./gradlew tasks. See also the Gradle build and release FAQ.

Contributing

Pull requests are welcome; see the contributor guidelines for details.

License

Spring Statemachine is Open Source software released under the Apache 2.0 license.

About

Spring Statemachine is a framework for application developers to use state machine concepts with Spring.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%