Enterprise Java
-
How to monitor a Java EE DataSource
Introduction FlexyPool is an open-source framework that can monitor a DataSource connection usage. This tool come out of necessity, since…
Read More » -
Types of JMSContext in JMS 2.0
If you follow Java EE, the simplified API components in JMS 2.0 (Java EE 7) will not be unknown to…
Read More » -
Using Camel, CDI inside Kubernetes with Fabric8
Prologue I recently blogged about Injecting Kubernetes Services with CDI. In this post I am going to take things one…
Read More » -
Querying Your Database from Millions of Fibers (Rather than Thousands of Threads)
jOOQ is a great way to do SQL in Java and Quasar fibers bring a much improved concurrency We’re excited…
Read More » -
A Developers Perspective on Spring vs JavaEE
In Java community Spring vs JavaEE is a never ending debate. In such debates people form two groups consisting of…
Read More » -
Injecting Kubernetes Services in CDI managed beans using Fabric8
Prologue The thing I love the most in Kubernetes is the way services are discovered. Why? Mostly because the user…
Read More » -
Learning Spring-Cloud – Infrastructure and Configuration
I got a chance to play with Spring-Cloud to create a sample set of cloud ready microservices and I am…
Read More » -
Monolithic to Microservices Refactoring for Java EE Applications
Have you ever wondered what does it take to refactor an existing Java EE monolithic application to a microservices-based one?…
Read More » -
JavaEE or Spring? Neither! We Call Out For a Fresh Competitor!
If you’ve been following some key Java people on Twitter or reading the “news” on Reddit, you could not have…
Read More »