All posts in 'English posts'

What’s in a name: Basic stuff

29-Sep-16

Some days ago a tweet by Oracles Bruno Borges caught my eye: Are JUGs frequently doing beginners meetups? With content 4 understanding language? OOP? Basic Java programming? Would that drive + people? — Bruno Borges (@brunoborges) 28. September 2016 It's a real good question and one that has been on my mind for quite some […]

Read the complete article »

NetBeans, Maven and Spring Boot… more fun together

10-Sep-16

At the 1st NetBeans Day Cologne I gave a talk about why I think that the combination of NetBeans, Maven and Spring Boot is more fun together. Together with me were Michael Müller, who spoke about the upcoming support of Java 9s JShell in NetBeans and I’m totally curious how that will work with my […]

Read the complete article »

Hibernate Search and Spring Boot: Simple yet powerful archiving

06-Sep-16

This post has been featured in the Hibernate Community Newsletter 18/2016. Before my summer holidays I mentioned my personal twitter archive on Twitter again…. This time, Vlad from Hibernate reacted on my tweet: @rotnroll666 If you write a blog post, I'll feature it on our Newsletter — Vlad Mihalcea (@vlad_mihalcea) 27. Juli 2016 More reactions […]

Read the complete article »

Integration testing with Docker and Maven

25-Aug-16

This post will use Maven the Maven Failsafe Plugin Docker and the docker-maven-plugin by fabric8 to provide an integration test environment for Spring Boot applications, running at least JUnit 4.12, Spring Boot 1.4, the Failsafe plugin in the version managed by Spring Boot and the latest docker-maven-plugin. Gerald Venzl asked for it on twitter especially […]

Read the complete article »