Tag Archives: Cloud

Agile and engineering

I shall be delivering a talk on Agile software projects on Thursday in London. As usual, I will present the common-sense rules of agile, starting with It is impossible to have specification that covers every detail of the application you … Read more

Static IP on Micro Cloud Foundry

In the previous post, we installed Micro Cloud Foundry on our local development machine and got it running without any trouble at all.

Getting started with Micro Cloud Foundry

Last time, I gave an introduction for a series of posts that will discuss the internals of Cloud Foundry and how to put something more than a PetClinic demo app into ‘the Cloud’. In future installments of the Cloud Foundry … Read more

Cake’s TCFS – The Cloud Foundry Series

We are big fans of Cloud Foundry – the Platform as a Service from VMWare – here at Cake and have played around and used it on a several different applications through-out its development to the current iteration. Now that … Read more

Synchronous semantics in asynchronous environments

I have an application that relies heavily on fire-and-forget messaging. In other words, I can send a message out to the broker and continue with the execution flow of the sender. The broker will at some point deal with the … Read more