-
DevOps
Clustering Using Docker Swarm 0.2.0
One of the key updates as part of Docker 1.6 is Docker Swarm 0.2.0. Docker Swarm solves one of the…
Read More » -
DevOps
Docker 1.6 released – Docker Machine 0.2.0
Docker 1.6 was released yesterday. The key highlights are: Container and…
Read More » -
DevOps
Docker MySQL Persistence
One of the recipes in 9 Docker recipes for Java developers is using MySQL container with WildFly. Docker containers are ephemeral, and…
Read More » -
Software Development
Microservice Design Patterns
The main characteristics of a microservices-based application are defined in Microservices, Monoliths, and NoOps. They are functional decomposition or domain-driven design, well-defined…
Read More » -
DevOps
JavaOne Cloud, DevOps, Containers, Microservices etc. Track
Every year, for the past 19 years, JavaOne is the biggest and most awesome gathering of Java enthusiasts from around the world. JavaOne…
Read More » -
DevOps
Microservices, Monoliths, and NoOps
Monolithic Applications A monolith application, in layman terms, is where entire functionality of the application is packaged together as a single…
Read More » -
DevOps
Minecraft Server on Google Cloud
If you’ve not followed the Minecraft/Bukkit saga over the past few months, Bukkit and CraftBukkit downloads were taken down by DMCA…
Read More » -
DevOps
Configure JRebel with Docker containers
JRebel allows you to skip build and redeploy process by instantly deploying your application to the application server of your…
Read More » -
DevOps
9 Docker recipes for Java EE Application
Cross-posted from www.voxxed.com/blog/2015/03/9-docker-recipes-for-java-ee-applications/ So, you’d like to start using Docker for Java EE applications? A typical Java EE application consists…
Read More »