Files
spring-statemachine/spring-statemachine-samples/web
Janne Valkealahti 6cce27e30b Add distibuted action
- New module spring-statemachine-cluster which is
  based on spring-cloud-cluster to provide leader
  election.
- Ensemble now has a concept of a leader if implementation
  supports it.
- New DistributedLeaderAction can use leader info to execute
  action only on a leader.
- Tweak web sample with these new concepts.
- Fixes #176
2016-03-28 10:44:48 +01:00
..
2016-03-28 10:44:48 +01:00
2015-07-31 18:29:06 +01:00
2015-07-31 18:29:06 +01:00
2015-07-31 18:29:06 +01:00
2015-07-31 18:29:06 +01:00

= Spring State Machine Web Sample
This module is using bower to manage its javascript dependencies
but it is not yet integrated into a gradle build process. Thus all
javascript dependencies are already included in
`src/main/resources/static/lib`.

Usual process to create javascript deps is to run(for ubuntu):

[indent=0]
----
sudo apt-get install nodejs
sudo apt-get install npm
sudo sudo npm install bower
----

and then run from this directory:
[indent=0]
----
bower install
----

which is using `bower.json` to update dependencies.