-
DevOps
Scaling Kubernetes Cluster
Automatic Restarting of Pods inside Replication Controller of Kubernetes Cluster shows how Kubernetes reschedule pods in the cluster if one or…
Read More » -
Agile
How Detailed should the Product Backlog be?
Summary The product backlog is a great tool. But using it effectively can be difficult. One of the challenges is…
Read More » -
DevOps
Automatic Restarting of Pods inside Replication Controller of Kubernetes Cluster
A key feature of Kubernetes is its ability to maintain the “desired state” using declared primitives. Replication Controllers is a…
Read More » -
Enterprise Java
Understanding Callable and Spring DeferredResult
1. Introduction Asynchronous support introduced in Servlet 3.0 offers the possibility to process an HTTP request in another thread. This…
Read More » -
Enterprise Java
RESTful timers in Java EE
In this post…. Whirlwind tour of EJB timers Working with EJB timers on the fly via simple REST interface with…
Read More » -
Enterprise Java
Sending JMS Messages From WildFly 8 To WebLogic 12 with Camel
System integration is a nice challenge. Especially, when you’re looking for communication standards and reliable solutions. In today’s microservices world,…
Read More » -
Core Java
Java 9 Early Access: A Hands-on Session with JShell – The Java REPL
How can you start using one of the coolest features of Java 9 starting today? Last weekend I finally got…
Read More » -
Enterprise Java
Using Camel Routes In Java EE Components
I’ve been working with Camel since a while now and I really like it’s simplicity. Using it on top of…
Read More »