What's the best practice for running Spring XD on a Windows platform?
Most of what I have seen has been just running it from the command line. This is good for demos but doesn't work well in production environments. Can a Windows Service be create to start and stop the Spring XD process? Or what else can be used to manage the Spring XD run-time.
Really this could be applied to any embedded tomcat application.