-
Enterprise Java
Building a HATEOAS API with JAX-RS and Spring
In my previous blog post I showed how easy Jersey can be configured with Spring Boot. My exploration on Spring…
Read More » -
Enterprise Java
Getting started with Jersey and Spring Boot
Along many new features, Spring Boot 1.2 brings Jersey support. This is great step to attract those developers who like…
Read More » -
Enterprise Java
Spring MVC 4 Quickstart Maven Archetype Improved
Spring Boot allows getting started with Spring extremely easy. But there are still people interested in not using Spring Boot…
Read More » -
Core Java
Unit Testing exercise with FizzBuzz and Mockito
I sometimes use FizzBuzz to demonstrate the basics of unit testing to newbies. Although FizzBuzz is really simple problem, it…
Read More » -
Core Java
Unit Testing exercise with FizzBuzz and JUnitParams
I sometimes use FizzBuzz to demonstrate the basics of unit testing to newbies. Although FizzBuzz is really simple problem, it…
Read More » -
Enterprise Java
Spring Boot Actuator: custom endpoint with MVC layer on top of it
Spring Boot Actuator endpoints allow you to monitor and interact with your application. Spring Boot includes a number of built-in…
Read More » -
Enterprise Java
Spring Boot / Java 8 / Tomcat 8 on Openshift with DIY
DIY cartridge is an experimental cartridge that provides a way to test unsupported languages on OpenShift. It provides a minimal,…
Read More » -
Software Development
ConEmu – Windows console emulator with tabs
After switching to Git some time ago, I started working more and more with Git Bash on Windows. Git Bash…
Read More » -
Enterprise Java
Spring Boot and Spring Data REST – exposing repositories over REST
Exposing Spring Data repositories over REST is pretty easy with Spring Boot and Spring Data REST. With minimal code one…
Read More »