Enterprise Java
-
Getting started with Jersey and Spring Boot
Along many new features, Spring Boot 1.2 brings Jersey support. This is great step to attract those developers who like…
Read More » -
How to integrate Jersey in a Spring MVC application
I have recently started to build a public REST API with Java for Podcastpedia.org and for the JAX-RS implementation I…
Read More » -
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 »