Background information
- http://blog.springsource.com/2011/04/12/launching-cloud-foundry/
- http://www.youtube.com/cloudfoundry
Deploy Applications to the cloud from within Eclipse (STS)
Deploy Applications to the cloud using the command line tool vmc
Spring Roo Support
Groovy/Grails
Further reading
Mark Fisher published a great general article covering both, the vmc command line tool and Eclipse:
Make also sure you hit the forums:
And when you really want to look under the hood, take a look at the source code for CloudFoundry at:
It seems like that when checking out CloudFoundry, it is also a great opportunity to familiarize yourself with Spring 3.1 (see this Spring blog post detailing some of the new features). While I think it is not strictly required it provides functionality that is quite useful for cloud deployment scenarios such as:
- Bean definition profiles (Useful to cover both, local and cloud deployment)
- Spring's new Environment abstraction
1 comment:
nice Gunnar, I will follow your post.
Steve G.
Post a Comment