All posts in 'Java'

Hibernate Search with Spring Data on Pivotal CF revisited

06-Oct-17

About a year ago I published an article called Running Hibernate Search with Elasticsearch on Pivotal CF. In several projects I use Hibernate Search. If you’re already have Hibernate-JPA-Entities in your project and you need a full text index for some of them, its really easy to add a Lucene based index by just using […]

Read the complete article »

September wrap-up

19-Sep-17

As the keen reader may have noticed, there hasn’t been an August summary about the work on Spring Boot Buch. There have been several reasons: At the end of July I gave in the manuscript for lecturing at dpunkt.verlag. After that, I took all holiday I had left at my current company and went on […]

Read the complete article »

JDK 9 EA on macOS

02-Aug-17

The release date for Java 9 is getting closer and it’s about time to get your hands dirty with the early-access builds. Those are available here. I’m on a Mac running the latest version of macOS. It’s easy to change $JAVA_HOME in a shell through the various settings of you preferred environment. Sadly, $JAVA_HOME (or […]

Read the complete article »

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 »