I had the pleasure to do 2 presentations at NCUG, formerly known as ISBG. It were very technical questions, but was happy that people where brave enough to attend š
Spring forward: an introduction to Spring boot and Thymeleaf for (XPages) developers
The world of (XPages) developer is moving fast. Customers rethinking platforms and solutions. Spring Bootmakes it easy to create stand-alone, production-grade Spring based Applications that you can “just run”. In combination with Thymeleaf can it be good alternative for your XPages applications.
In this session I give an introduction of Spring Boot and Thymeleaf and how to get started. I will show the differences and similarities between Spring Boot in combination with Thymeleaf and XPages.
I will explain the challenges I faced when moving an application.
[slideshare id=149219496&doc=isbg2019springforward-190611114911]
The demo application can be found here: https://github.com/flinden68/spring-forward-starter
Super charge your APIās with Reactive streams
Today almost every product has an API, to integrate in other products or to made the data available to the outside world. Most APIās are using traditional patterns and technology. With the rise of Angular, React and other modern frameworks there is a need for non blocking APIās. Meet Reactive streams, like Spring Webflux, to super charge your API.
In this session I will tell about and show you Reactive APIās and more
[slideshare id=149305075&doc=isbg2019reactivestreams-190612140649]
I created a demo application application with a Angular frontend, it can be found here: https://github.com/flinden68/reactive-streams-starter
Hope it will help you to get started in the Spring Boot / Webflux world. If you needs help, let me know