All posts in 'English posts'

Spring Boot Buch examples

15-Mar-17

The examples that I’m gonna use throughout my book are already out in the wild and getting not only feedback, but also pull requests from the community. Checkout the GitHub org: github.com/springbootbuch/. I’m more than happy to add YOURS 🙂

Read the complete article »

Spring Boot Buch: 2nd month

28-Feb-17

Last month I promised a quick update on my upcoming #SpringBootBuch (it has not yet a title), so here we go: Writing a book takes time, but it is really fun. Today, I send out a new version of the manuscript to my lector, now containing the full chapters for “Deployment” (which contains actuator as […]

Read the complete article »

OCPJP, Talks and the Spring Boot Buch

31-Jan-17

January was an intense month, even if it started with a week off. I didn’t have vacation during the seasons like my wife. Sad thing: We couldn’t really spend the vacation together, but that seems to be the standard when both parents are working and the number of holiday days doesn’t fit the number of […]

Read the complete article »

Using JShell in NetBeans

19-Dec-16

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 […]

Read the complete article »