Enterprise Java
-
Apache Mesos : Writing your own distributed frameworks
In the previous post, we saw what mesos is, how is it useful and getting started with it. In this…
Read More » -
Using Netflix Hystrix annotations with Spring
I can’t think of a better way to describe a specific feature of Netflix Hystrix library than by quoting from…
Read More » -
How to perform client side web performance testing in JMeter?
In this article we will see how can we do client side performance testing using Jmeter Plugins. I will be…
Read More » -
Dependency injection pitfalls in Spring
There are three injection variants in Spring framework: Setter-based injection Constructor-based injection Field-based injection Each of those mechanisms has advantages and…
Read More » -
Extending PrimeFaces CSV with Bean Validation
Some of you already know that me and my co-author Mert Çalışkan are working on the 2. edition of the…
Read More » -
A reactive and performant Spray + Akka solution to “Playing with concurrency and performance in Java and Node.js”
In my previous post I examined a fictitious trading engine and compared a Java based blocking solution to a Node.js…
Read More » -
EE Servlet 3: Generating HTML output in Servlet
If you just need to handle a handful of requests URI in your EE web module, then it might be…
Read More » -
Java EE Interceptors
History I think it’s important to take a look at the evolution of Interceptors in Java EE because of the…
Read More » -
Microservices and DevOps with TIBCO Products
Everybody is talking about Microservices these days. You can read a lot about Microservices in hundreds of articles and blog…
Read More »