Testing support in Spring Boot is getting better, but it's far from perfect. The example here shows how to use Spring Boot in tandem with your mock testing.
How do you decompose the business logic of an application and really break up the monolith? Read on to see how business logic and microservices fit together.
With the Java Websocket API being integrated directly into Java EE7, check out how Tyrus, the reference implementation, integrated with containers for maximum effect.
In this post, we are going to see how to use NGINX as a reverse proxy for load-balancing containerized HTTP applications running in a Swarm cluster. We’ll also look at how to automate the service discovery.
Instead of just using SCP to get files over to my device, I wanted to be able to have my Raspberry Pi update whenever there was an update to the master branch of the node project I was working on.
Geppetto is a newly open sourced automation framework for testing and automating distributed systems with Python. This can be used with Open Source NoSQL.
System integration involves integrating existing (often disparate) subsystems and then creating unique and new value for the customer or end user. This blog lays out various steps to take and things to consider when planning an integration solution.