SpringOne Platform 2016 Replay: Developing microservices with aggregates

News | Pieter Humphrey | January 23, 2017 | ...

Recorded at SpringOne Platform 2016. Speaker: Chris Richardson Slides: http://www.slideshare.net/SpringCentral/developing-microservices-with-aggregates

The Domain Model pattern is a great way to develop complex business logic. Unfortunately, a typical domain model is a tangled, birds nest of classes. It can’t be decomposed into microservices. Moreover, business logic often relies on ACID transactions to maintain consistency. Fortunately, there is a solution to this problem: aggregates. An aggregate is an often overlooked modeling concept from the must read book Domain Driven Design. In…

SpringOne Platform 2016 Replay: Spring Boot at PayPal

News | Pieter Humphrey | January 23, 2017 | ...

Recorded at SpringOne Platform 2016. Speakers: Fabio Carvalho, Eduardo Solis Slides: http://www.slideshare.net/SpringCentral/spring-boot-paypal

Although PayPal has been using Spring in production for many years, as part of a goal to move towards micro-services, PayPal recently introduced Spring Boot to its Java framework (known as “Raptor”), which includes RESTful services, Batch and Message Daemon applications. Besides Spring Boot, other Spring projects are used, such as Spring framework, Spring Batch and Spring Integration.

PayPal Java RESTful framework provides a microservices…

SpringOne Platform 2016 Replay: Reactor 3.0, a JVM foundation for Java 8 and Reactive Streams

News | Pieter Humphrey | January 16, 2017 | ...

Recorded at SpringOne Platform 2016. Speaker: Stéphane Maldini Slides: http://www.slideshare.net/SpringCentral/reactor-30-a-jvm-foundation-for-java-8-and-reactive-streams

The apparent simplicity of the publisher/subscriber model as exposed in Reactive-Streams can be deceiving. The relatively fast release cycle for libraries in that space is not a myth, concurrency is hard. To keep out undesired side-effects, most Reactive projects have adopted a vertical approach potentially excluding developers from decision-making around execution model or sometimes language.

What if we were able to leave…

SpringOne Platform 2016 Replay: A lite Rx API for the JVM

News | Pieter Humphrey | January 16, 2017 | ...

Recorded at SpringOne Platform 2016. Speakers: Sebastien Deleuze, Stephane Maldini Slides: http://www.slideshare.net/SpringCentral/a-lite-rx-api-for-the-jvm

RxJava is a fully fledged and widely used solution to develop Reactive applications, but some interesting alternatives exist. After an overview of the main Reactive APIs available and of Spring Boot Reactive support, this workshop introduces how to develop Reactive applications using Reactor Core 2.5-a powerful and fast alternative. We will learn how to use Flux (N values) and Mono (single value) types with various exercises. This new…

SpringOne Platform 2016 Replay: Operating a High Velocity Large Organization with Spring Cloud Microservices

News | Pieter Humphrey | January 16, 2017 | ...

Recorded at SpringOne Platform 2016. Speakers: Noriaki Tatsumi, Capital One Slides: http://www.slideshare.net/SpringCentral/operating-a-high-velocity-large-organization-with-spring-cloud-microservices

Releases are hard for many large organizations with complex systems. Challenges like manual processes, change approvals, compliances, legacy systems, varying deployment targets, and scheduled downtimes prevent companies from releasing fast and frequently. Many of us know that when Continuous Delivery is embraced and microservices architecture is done right, those challenges can become things of…

SpringOne Platform 2016 Replay: gRPC 101 for Spring developers

News | Pieter Humphrey | January 16, 2017 | ...

Recorded at SpringOne Platform 2016 Speakers: Ray Tsang, Bret McGowen, Google Slides: http://www.slideshare.net/SpringCentral/grpc-101-for-spring-developers gRPC is a high performance, open source, general RPC framework that puts mobile and HTTP/2 first. gRPC is based on many years of Google's experience in building distributed systems - it is designed to be low latency, bandwidth and CPU efficient, to create massively distributed systems that span data centers, as well as power mobile apps, real-time communications, IoT devices and APIs. It's also interoperable between multiple languages.

SpringOne Platform 2016 Replay: Designing, Implementing, and Using Reactive APIs

News | Pieter Humphrey | January 16, 2017 | ...

Recorded at SpringOne Platform 2016. Speakers: - Ben Hale, Paul Harris, Stephane Maldini Slides: http://www.slideshare.net/SpringCentral/designing-implementing-and-using-reactive-apis

The Java community is on the cusp of a major change in programming model. As the industry moves towards high-performance micro-service architectures, the need for a reactive programming model becomes clear. In this session, the lead developers of the Cloud Foundry Java Client will talk about what led them to choose a reactive API. Using that project as a lens, they'll explore how they designed and implemented…

SpringOne Platform 2016 Replay: Spring Cloud with Consul and Vault

News | Pieter Humphrey | January 10, 2017 | ...

Recorded at SpringOne Platform 2016. Speaker: Spencer Gibb Slides: http://www.slideshare.net/SpringCentral/spring-cloud-with-consul-and-vault

Historically it is difficult to store and configure secrets within applications. In the new age of microservices, it is also a challenge to register instances for discovery. Fortunately, Consul and Vault make securing secrets a breeze. Consul's Service Registration mechanism makes easy work of service discovery. When combined with Spring Boot's auto configuration we can leverage Consul and Vault by simply updating our classpath.

In this session we will…

SpringOne Platform 2016 Replay: Advanced Spring Data REST

News | Pieter Humphrey | January 10, 2017 | ...

Recorded at SpringOne Platform 2016. Speaker: Oliver Gierke Slides: http://www.slideshare.net/SpringCentral/advanced-spring-data-rest

Spring Data REST provides a solid foundation to build domain-driven REST webservices leveraging hypermedia. It takes away the boilerplate part of the development and allows you to concentrate and easily hook code to cover more advanced scenarios, like custom state transitions. The talk is going to look into which means the library provides to easily integrate manually coded REST resources, tweak representations and work with lookup types (database backed value…

SpringOne Platform 2016 Replay: Let's visualize your spring boot applications

News | Pieter Humphrey | January 10, 2017 | ...

Recorded at SpringOne Platform 2016. Speaker: Shin Tanimoto Slides: http://www.slideshare.net/SpringCentral/lets-visualize-your-spring-boot-applications

In the microservice era, working with tens of hundreds of services leads to difficulties getting a grasp of the application health such as error frequency, server resources, response times and throughput. It is said visualization tools can help us command a view of the whole system and detect problems in the early stages or prevent them from occurring, but the important thing is to choose proper tools and create dashboards the right way.

Get the Spring newsletter

Thank you for your interest. Someone will get back to you shortly.

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring Runtime offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all