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
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!
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…
Speaker: Josh Long
Hi Spring fans! In this tip, we'll quickly look at how to build messaging-based microservices using Spring Cloud Stream
Welcome to another installment of This Week in Spring! This week I'm in London, England for µCon, Antwerp, Belgium for Devoxx, and Malmö, Sweden for Oredev. If you're around, ping me and say hi.
Getting started with Spring Cloud can be daunting. If you have seen the great Josh Long give his Cloud Native Java presentation, you will notice that you need to create several supporting applications before you can see your application at work.
As part of the transition from Spring XD to Spring Cloud Dataflow, one of the extracted projects is called the Spring Cloud Deployer. The Deployer allows for launching applications on various platforms, including launching on a developer machine.
We wanted to simplify users' ability to experiment with Spring Cloud, so the spring cloud
command…
Speaker: Josh Long
Hi Spring fans! In this tip, we'll look at how to create components that are aware of the Spring container
Hello and welcome back to another installment of This Week in Spring! Can you believe we're now two weeks until 2017 - time sure is flying! This week I'm in Los Angeles, California, USA, and then it's off to London for µCon 2016, Devoxx Belgium and Oredev. If you're at any of these events be sure to say hi! Now, without further ado let's get to it!
Speaker: Josh Long
Hi Spring fans! In this tip, we'll quickly look at the Netflix Hystrix circuit breaker in Spring Cloud and the circuit breaker in Spring Retry