This overview covers five ways you can bind properties from external sources in your Spring Boot apps, including array-, map-, and nested property-based binding.
A former JAX-RS aficionado discusses why he's switched his allegiance to Spring MVC for creating Spring Boot web apps, and gives some example code to help make his point.
Ensuring your Java application is running at peak performance can take some effort. Here's how you can help ensure the performance of your Java application is top notch.
When adhering to the SOLID programming principles, Single Responsibility can be a bit tricky. Find out why and how to better understand this oft-misunderstood concept.
Component scanning can make your life easier in Spring, and Spring Boot brings an additional level of power. In this post, we take a closer look at component scanning.
In the first part of this Dockerizing Jenkins series, learn to run Jenkins on Docker, and automate plugin installation, Java and Maven tool configuration, and more.
See how you can integrate Mendelson AS2, one of the more the widely used AS2 clients, into your testing cycles and automate it to perform AS2 operations.
Learn how to write unit test cases for Camel routes while taking advantage of its Java library and camel-test module to test your routes and integrations.
It's easier than ever to run Neo4j backup jobs against Kubernetes clusters. Check out how to use a Cronjob to execute a backup now that Kubernetes 1.8 has been released.