Cloud Native Application Architectures with Spring and Cloud Foundry
- Bjorn Boe, Sr. Platform Architect
- Nick Sanfratello, Sr. Platform Architect
Time | Session |
---|---|
9:00 AM - 10:30 AM | Session 1: Intro to Pivotal Cloud Foundry |
10:30 AM - 11:30 AM | Session 2: Spring Boot |
11:30 AM - 12:30 PM | Session 3: Spring Data on Cloud Foundry |
12:30 PM - 1:30 PM | Lunch |
1:30 PM - 2:00 PM | Session 4: Spring Boot Actuator |
2:00 PM - 4:00 PM | Session 5: Spring Cloud Services on Cloud Foundry |
This is a loose schedule for the day. We will adjust as necessary based on our pace through the material.
The lectures for this class are intentionally very light and are only intended to set the stage for the hands-on labs. The overwhelming majority of our time will be spent engaging with the technology directly!
Start by downloading the course materials. This can be accomplished either through the GitHub website or if you have Git installed, use the following commands:
$ git clone https://github.com/bboe-pivotal/SpringCloudWorkshop
$ cd SpringCloudWorkshop/
$ git fetch --all
Prerequisites
- Cloud Foundry CLI
- Apache Maven
- Gradle
- Git Client
- An IDE, like Spring Tool Suite
- Java SE Development Kit
How to run the labs behind a proxy server
Session 1 (Slides): Intro to Pivotal Cloud Foundry
- Lab 1 - From Zero to Pushing Your First Application
- Lab 2 - Binding to Cloud Foundry Services
- Lab 3 - Scaling Applications
- Lab 4 - Monitoring Applications
Session 2 (Slides): Spring Boot
Session 3 (Slides): Spring Data on Cloud Foundry
- Lab 5 - Build a Hypermedia-Driven RESTful Web Service with Spring Data REST
- Lab 6 - Leveraging Spring Cloud Connectors for Service Binding