Michael Plöd invited me to open the newly founded Spring Community Meetup Munich. Gerhard Müller from TNG made a nice recording of both talks. Thanks for that and enjoy the video: Here’s a series of posts covering the topic in greater detail: Database centric applications with Spring Boot and jOOQ.
With Java 9 comes JShell, the first official Java Read-Eval-Print-Loop (REPL). The Takipi blog has a nice article out, just in case you don’t know nothing about it. Read it here: Java 9 Early Access: A Hands-on Session with JShell – The Java REPL. I’m gonna show you today a short screen cast using the […]
As last year I’m gonna write a short recap here. In global life, 2016 wasn’t a good year, in my private and work life however, 2016 was the best year in a long time. Java activity started early 2016, first with an Euregio JUG event having Bert-Jan in Aachen, NetBeans day in Utrecht and Java […]
This post has been featured on This Week in Spring – November 8, 2016 and I’m so happy to be referred as “friend of the Spring community” 🙂 So, you have read through the previous parts of this series (1, 2 and 3) and you now have a Spring Boot project with jOOQ enabled, an […]
Learn how to setup a reliable and repeatable database migration process before applying the jOOQ code generator that produces a Java based database schema that you can use inside your Spring Boot application.