Java
-

What is the fastest Garbage Collector in Java 8?
OpenJDK 8 has several Garbage Collector algorithms, such as Parallel GC, CMS and G1. Which one is the fastest? What…
Read More » -

Server-sent events with RxJava and SseEmitter
Spring framework 4.2 GA is almost released, let’s look at some new features it provides. The one that got my…
Read More » -

Building modern web applications using Java and Spring
Creating Java web applications using Spring Framework has never been easier. If youāre already familiar with Java and have little…
Read More » -

In-memory Data Model and Persistence for Big Data
ORM frameworks help developers when they want to interact with relational databases. There are many excellent ORM frameworks for relational…
Read More » -

Is Asynchronous EJB Just a Gimmick?
In previous articles (here and here) I showed that creating non-blocking asynchronous applications could increase performance when the server is…
Read More » -

Commons VFS, SSHJ and JSch in Comparison
Some weeks ago I evaluated some SSH libraries for Java. The main requirements to them are file transferring and file…
Read More » -

Random JCache stuff: multiple Providers and JMX beans
JCache (JSR 107) is the Java standard for Caching⦠enough said. No more introductory stuff. This is a quick fire…
Read More » -

Unit testing HTTP calls with LocalTestServer
There are times when youāre unit testing code that is making HTTP calls to a remote server. You could be…
Read More » -

Getting started with Spark: it is possible to create lightweight RESTful application also in Java
Recently I have been writing a RESTful serviceĀ usingĀ Spark, a web framework for JavaĀ (which isĀ not related to Apache Spark). When we…
Read More »



