Breeze Kickstarter
The Maven Exec plugin runs the demo in local mode.
$ mvn package exec:java
The storm command deploys the demo context on a cluster.
$ storm jar breeze-kickstarter-1.0-SNAPSHOT.jar eu.icolumbo.breeze.namespace.TopologyStarter demo
The topology starters use Spring enabled spout and bolt Storm components to use the topology appliction context.
Note that the Marker bean will be instantiated for each call due to the prototype scope.