Building "Bootiful" Microservices with Spring Cloud


Details
Building "Bootiful"-Microservices with Spring Cloud
This is a virtual Meetup occuring at 5PM UK time. For help with your timezone calculation, refer to this (http://time.is/1700_9_Apr_2015_in_London/San_Francisco/New_York/UTC/Beijing/Sydney/Tokyo?Building_%22Bootiful%22%C2%AD_Microservices_with_Spring_Cloud).
You can tune in to the session at http://virtualJUG.com/#live (http://virtualjug.com/#live)
We get it already! Microservices help you build smaller, singly-focused services, quicker. They scale out. They're more agile because individual teams can deliver them at their own pace. They work well in the cloud because they're smaller, and benefit from elastic, horizontal scaling. But what about the complexity? There's a cost associated with adding services and coordinating the interactions between them. In this talk, we'll look at Spring Cloud, which builds atop Spring Boot and the Netflix OSS stack, and see how it lets you easily integrate service-discovery, security, reliability patterns like the circuit breaker, and centralized and journaled property configuration (and more) to build resilient microservices that scale.
We’ll look at:
- service discovery and registration with a Eureka service registry and Spring Cloud's Eureka integration
- centralized, journaled configuration with Spring Cloud's Config server
- refreshing bean configuration in-situ with the `@RefreshScope`
- building an API gateway using Zuul and reactive programming
- isolating failure cascades using the Hystrix circuit-breaker
- single sign-on between microservices with Spring Security OAuth
Speaker: Josh Long
Josh Long is the Spring developer advocate. Josh is the lead author on Apress’ Spring Recipes, 2nd Edition, and a SpringSource committer and contributor. When he's not hacking on code, he can be found at the local Java User Group or at the local coffee shop. Josh likes solutions that push the boundaries of the technologies that enable them. His interests include scalability, BPM, grid processing, mobile computing and so-called "smart" systems. He blogs at blog.springsource.org (http://blog.springsource.org/) or joshlong.com (http://joshlong.com/).

Building "Bootiful" Microservices with Spring Cloud