-
Core 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 » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Software Development
Building A Chat App With Codename One Part 3
In the previous section we went over the login with Google process, in this section we’ll go over the login…
Read More » -
Enterprise Java
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 » -
Enterprise Java
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 » -
Core Java
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 » -
DevOps
Getting Started with ELK Stack on WildFly
Your typical business application would consist of a variety of servers such as WildFly, MySQL, Apache, ActiveMQ, and others. They each…
Read More » -
Software Development
The 10x Developer Blueprint
There’s been a lot of discussions on 10x developers, whether they exist or not (for example, here and here). I believe they…
Read More »