-
DevOps
Configuration Management in the Docker World
Anyone managing more than a few servers can confirm that doing such a task manually is a waste of time…
Read More » -
Software Development
There is no Such Thing as Object-Relational Impedance Mismatch
Much of the ORM criticism of the last decade missed the point, being inaccurate. By the end of this article,…
Read More » -
Core Java
Optional in collections
Sometime it is argued that the type Optional is worth being used in collections. It allegedly solves the problem of…
Read More » -
Enterprise Java
Integrate Redis to your Spring project
This article shows how to integrate Redis cache to your spring project through annotation configuration. We will begin with our…
Read More » -
Enterprise Java
WildFly Admin Console Updated – Feedback Requested
Red Hat JBoss Enterprise Application Platform (EAP) and WildFly have a symbiotic relationship. In short, Red Hat JBoss Enterprise Application Platform (JBoss…
Read More » -
DevOps
Running a Private Docker Registry on EC2
Docker provides an open source registry implementation called “Distribution,” making it simple for anyone to run a private Docker registry.…
Read More » -
DevOps
Fabric8 Kubernetes and Openshift Java DSL
Intro The first releases of the Fabric8 v2 have been using a JAX-RS based Kubernetes client that was using ApacheCXF. The…
Read More » -
DevOps
Zero Downtime Deployment with AWS ECS and ELB
As development teams push farther toward continuous delivery, deploying updates to an application without disruption to users is constantly becoming…
Read More » -
Enterprise Java
How does FlexyPool support both Connection proxies and decorators
Proxies FlexyPool monitors connection pool usage and so it needs to intercept the connection close method call. For simplicity sake,…
Read More »