Lately I was playing around with Spring Cloud Functions by building a small demo application. Locally It runs without any problems. The Spring Cloud team did a great job. Easy to use like most of the Spring Framework projects. Run it on IBM Cloud But why run it locally, it should run in the Cloud. Read More
Springboot
Supercharge your API with Reactive Streams
Today I did my session, about Reactive streams at Social Connections 14 in the very sunny Berlin. Slides of the session Social connections14: Super charge your API’s with Reactive streams from Frank van der Linden Reactive Streams Starter For this session I created a starter project, which will give you a kick start if you Read More
My slides of my session at IconUK and more
Icon UK 2018 has finished. Was great to see and speak to many people again. My Slides of IconUK Here are the slides of my session. Icon UK 2018 – Spring forward: an introduction to Spring boot and Thymeleaf for (XPages) developers from Frank van der Linden ….and more For my session I have created a Read More
Quick tip: Swagger support for Spring Webflux
At my customers when I create microservices I always add Swagger support, because it easy to test the microservice. Another create benefit it gives the business also a nice UI to see what to expect. Problem Now I am preparing a demo for my session about Reactive Programming, which I will give at Social Connections Read More
Spring boot and Thymeleaf – rapid application development
At one of my customers I was able to use to build an application with preview functionality of a business critical application. As usual the business wants this application as soon as possible. So the obvious choice was Spring boot in combination with Thymeleaf. Spring Boot Spring boot created spring based applications which can run Read More