cloud foundry

Integrated Deployment Pipeline with Jenkins and Cloud Foundry

This presentation highlights an integrated development process built with Jenkins and Cloud Foundry. We show a continuous delivery lifecycle from source code control (Git) to Jenkins build (Maven and Gradle) to live deployment on Cloud Foundry. We use Jenkins to do a blue/green deploy of an application by deploying two environments, then switch request routing …

Integrated Deployment Pipeline with Jenkins and Cloud Foundry Read More »

Running A Spring App on Cloud Foundry

The Spring Trader application was debuted at SpringOne 2GX in 2012 and presented an application that demonstrates a multitude of Pivotal Application Fabric components working together: tcServer, RabbitMQ, SQLFire and Gemfire.

Continuous Delivery with Cloud Foundry

Cloud Foundry dramatically simplifies the work necessary to build deployment pipelines for continuous delivery. In this talk we’ll look at the benefits of building deployment pipelines with Cloud Foundry, some anti-patterns to watch out for, and how you can practice continuous delivery when making changes to the infrastructure code of Cloud Foundry itself.

Database-as-a-Service (DBaas) for Cloud Foundry

Data governance and data locality play a huge role in deciding where to deploy your databases. And with the combination of Cloud Foundry and CumuLogic inside the firewall, you can empower your application teams with the agility and operational maintainability to meet enterprise requirements.

Build Spring Applications on Cloud Foundry

Let’s face it, the cloud is here to stay. The cloud’s potential can seem sometimes overwhelming, but it doesn’t have to if you use Spring. Spring – and the various Spring projects – already embrace the architecture characteristics that make for great, cloud-centric applications in any environment. While Spring works well on any cloud platform, …

Build Spring Applications on Cloud Foundry Read More »

Cloud Foundry Architecture

If you have deployed applications on Cloud Foundry, you know how easy it is to push an app, bind services to it, and scale it. There are more magical things behind the scenes. Did you know, for example, that cloudfoundry.com is updated approximately twice a week?

Running Standalone Apps on Cloud Foundry

Some applications simply cannot be contained. Perhaps you want to write a worker that periodically polls for updates or performs a maintenance task. Perhaps you would like to use a new lightweight web framework. You don’t necessarily want to build a WAR for these types of apps.