I'm trying to figure out how to use Micro CloudFoundry for development as described when I read things like the following from the Cloud Foundry blog:
"Rather than installing a web server (Tomcat, etc.), runtimes (Java, Ruby, etc.), and services (Postgres, MongoDB, etc.), you can do a single download of Micro Cloud Foundry, boot it up, and deploy your applications using ‘vmc push’."
When I'm developing (Node, Grails or Java web apps), I'm used to just refreshing and seeing my changes (well, always for client-side code, sometimes for server-side); it makes for very rapid and efficient development.
Constantly invoking 'vmc push' during development is pretty much a non-starter for me. It's far too slow of a feedback cycle to be practical. Is there a better way? Does anyone actually do this?
What does your Cloud Foundry development workflow look like and where does Micro Cloud Foundry fit in?