-
Enterprise Java
Processing Twitter feed using Spring Boot
In one of my previous posts I already discussed how to process the Twitter sample feed using Apache Storm, and now…
Read More » -
Enterprise Java
Creating a shared library for Jersey 2.19 to use with Weblogic 12.1.3
Weblogic server comes with a shared library so you can deploy JAX-RS 2.0 applications; but is limited to Jersey version…
Read More » -
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 »