Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 767 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 767 Bytes

This is a demo application built to showcase the capabilities of

  • spring-boot
  • spring-statemachine
  • spring-data-jpa
  • spring-web

The advantage with state-machine processing is that systems like order processing management, stock and inventory control need the processing to happen in a finite state processing model with fine grained control over state to state transition.

The processing in such systems does not happen synchronously unlike in web-applications.

The state-machine model of processing gives a fine grained control over state transitions and their propogation model.

Todo(s)

  • Expose web-services
  • Web-integration
  • AuthN and AuthZ

Please do feel free to fork the repo.

Please do feel free to raise an issue to fix or make an enhancement.