Recorded at SpringOne Platform 2016.
Speakers: Rob Winch, Joe Grandja
Slides: http://www.slideshare.net/SpringCentral/to-spring-security-41-and-beyond Exploits are continually evolving making security hard. This is compounded by the fact that the technologies we need to secure are a moving target. In this talk we will discuss how to easily secure an application with Spring Security 4.1. We will focus on some of the new features found in Spring Security 4.1 and discuss the future direction of Spring Security.
Recorded at SpringOne Platform 2016.
Slides: http://www.slideshare.net/SpringCentral/ddd-rest-domain-driven-apis-for-the-web While Domain Driven Design is supposed to take care of complexity in the very core of software, REST is usually treated a plain remoting technology. In this talk we're going to explore some commonalities of the two when it comes to the design of both the domain and resources. We're going to discover how a good domain design is essential to build a great REST API in the first place and which means REST provides to make your APIs more domain driven. From all of the…
Recorded at SpringOne Platform 2016.
Speaker: Rossen Stoyanchev
Slides: http://www.slideshare.net/SpringCentral/imperative-to-reactive-web-applications The reactive programming model involves a fundamental shift from imperative to non-blocking logic and understanding what that means on the most basic level is an essential and required first step. In this talk we'll start by introducing reactive programming and discuss how it impacts application design. Then we'll take a look at the building blocks from a Java developer's perspective. Finally we'll complete the picture by checking out the…
Google Hangout on Air recording. Event sourced domain naturally leads to messaging infrastructure and CQRS based services. See how we can benefit from getting rid of typical relational database model replaced by events. See how events come along with projections and different read model. In this talk we are going to explore all of this backed by a real Spring Cloud Stream applications. twitter: https://twitter.com/JakubPilimon
github: https://github.com/pilloPl
blog: http://pillopl.github.io/
Speaker: Marcin Grzejszczak
Slides: http://www.slideshare.net/MarcinGrzejszczak/consumer-driven-contracts-and-your-microservice-architecture-67641511 TDD introduced many improvements into the development process, but in our opinion the biggest impact relates to code design. Looking at the code from the usage perspective (by first writing an acceptance test) allows us to focus on usability rather than concrete implementation. Unfortunately, we usually rest on our laurels not trying to uplift this practice to the architecture level. This presentation will show you how you can use the Spring…
Speakers: Josh Long, Allard Buijze We get it already! Microservices let you decompose your application into small, singly-focused, reusable and internally consistent bounded contexts - services - deployed over a network. Great, but that still doesn't help me get these systems to agree on the worldview of my domain! And that's because...there is no world view of the model that is correct for all services involved. Join Axon framework founder and lead, Allard Buijze at Trifork and Spring Developer Advocate Josh Long, for a look at how to integrate different systems with different read and write…
Speaker: Josh Long Hi Spring fans! In this tip, we'll quickly look at the Kotlin programming language and some very high-level things you need to know when building Spring Boot and Kotlin applications
Speakers: Mark Pollack, Mark Fisher
Spring Cloud Data Flow enables you to create data pipelines for many common use-cases such as data ingestion, real-time analytics and data import/export.
In this webinar, we will introduce Spring Cloud Data Flow’s architecture and walk through the orchestration capabilities of long-running and short-lived data-centric applications on multiple runtime platforms such as Cloud Foundry, Kubernetes, Apache Mesos and Apache YARN.
Spring Cloud Data Flow represents the evolution of Spring XD and retains the DSL to define data pipelines as well as the web based UI…
Speaker: Josh Long Hi Spring fans! In this tip, we'll look at enterprise application integration with Spring Integration and the Spring Integration Java Config DSL.
TDD introduced many improvements into the development process, but in our opinion the biggest impact relates to code design. Looking at the code from the usage perspective (by first writing an acceptance test) allows us to focus on usability rather than concrete implementation. Unfortunately, we usually rest on our laurels not trying to uplift this practice to the architecture level. This presentation will show you how you can use the Spring Cloud Contract Verifier functionality in order to have a fully automated solution to stub your HTTP / Messaging collaborators. Just by adding proper…