Spring Tips: Spring Cloud Data Flow
Hi Spring fans! In this tip, we'll quickly look at how to build stream-processing pipelines with Spring Cloud Data Flow
Hi Spring fans! In this tip, we'll quickly look at how to build stream-processing pipelines with Spring Cloud Data Flow
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.
This post is a guest post by community member Matti Tahvonen (@MattiTahvonen), who works as a developer advocate in Vaadin Ltd, the company that originally developed Vaadin Framework and provides commercial services and extensions for it.
The first stable release of the official Spring integration library for Vaadin was released a bit over a year ago. The feedback has been great and many Spring developers, who have wanted to stay on the safe “backend side”, have discovered a new way to use their existing Java skills to build good-looking web UIs. Using Vaadin Spring, your UI code lives in…
Welcome to another installment of This Week in Spring! Time sure is flying! We've got so much to get into this week. Can you believe we're staring down 2017? We've got so much to cover so let's get to it!
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…
I am pleased to announce that Spring IO Platform Athens-SR1 is now available from both repo.spring.io and Maven Central.
This maintenance release upgrades the versions of a number of the projects in the Platform:
The versions of a number of third-party dependencies have also been updated.
On behalf of the Spring and Apache Geode communities, I am extremely pleased and excited to announce the release of Spring Data for Apache Geode 1.0.0-incubating.
You can get the bits from Maven Central by including the following dependency in either your application Maven POM or Gradle build file...
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-geode</artifactId>
<version>1.0.0.INCUBATING-RELEASE</version>
</dependency>
compile 'org.springframework.data:spring-data-geode:1.0.0.INCUBATING-RELEASE'
Including the spring-data-geode
dependency will transitively pull in all required Apache Geode artifacts so you can start building Spring applications that use Apache Geode…
On behalf of the community, I am pleased to announce the release of Spring Security 4.2.0.RELEASE.
You can find highlights of what’s new in the What’s New in Spring Security 4.2 section of the reference. This release closes out 80+ issues which can be found in the 4.2 M1, 4.2 RC1, and 4.2 RELEASE changelogs.
Without the community we couldn’t be the successful project we are today. I’d like to thank everyone that created issues & provided feedback.
An easy way to contribute is to help spread the word about the release.
If you have feedback on this release, I encourage you to reach out via StackOverflow, GitHub Issues, or via the comments section. You can also ping me @rob_winch or Joe @joe_grandja…
Speaker: Josh Long
Hi Spring fans! In this tip, we'll quickly look at how to build messaging-based microservices using Spring Cloud Stream