Code examples that I walked through in my Clojure/West 2015 talk "Clojure at Scale".
This is a shell of an application that looks very similar to how we currently write Clojure applications. All state and configuration is encapsulated in Components. The application is started and stopped with Apache Commons Daemon. There are also some useful log utilities in the log namespace.
Readings/Watchings
Here are the readings/watchings that I posted on my last slide if you want to dive deeper on this stuff:
- Release It! (book) - Mike Nygard
- Component (youtube) - Stuart Sierra
- Language of the System (youtube) - Rich Hickey
- The Phoenix Project (book) - Gene Kim, Kevin Behr, George Spafford