All posts in 'Java'

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 »

Implementing builders in Java

06-Jul-16

Note: Much improved versions of this post have been published to JAXenter.de and JAXenter.com: Erzeugungsmuster mit Java 8 Lambdas Creational patterns with Java 8 lambdas I hope you enjoy reading them as much as I enjoyed writing them! Sometimes I’m under the impression that one of my favorite DI frameworks, Spring, is the butt of […]

Read the complete article »

Spring Boot based site and api for EuregJUG

14-Jan-16

Since March 2015 Stefan and i are building the EuregJUG Maas-Rhine, a cross-border, english-language Java User Group, located in Aachen. I’ve been blogging about regularly since then (see all posts here) and it’s developing quite well so far. We had 4 well visited talks, nice meetings in between and good conversations. We noticed some problems, […]

Read the complete article »

Super simple Java bean tester

01-Oct-15

This is not about bean testing is effective, right or whatever. Just assume you want your Java beans tested, for example to achieve full code coverage. There are some solutions out there and I used to use the BeanLikeTester but the library and i have different opinions about the hashCode/equals contract so i decided to […]

Read the complete article »