-
Enterprise Java
Whether using Spring Framework or not , why we are going to lose?
A couple of fays again, on the Twitter sphere, I saw blog post by Sam Atkinson called Why I hate…
Read More » -
Desktop Java
JavaFX is Here to Stay!
The last week has seen some discussion on the web related to the future of JavaFX. Many people got the impression that…
Read More » -
DevOps
A Step by Step Guide for Dockerizing and Managing a Java App on 28 Different Application Stacks
To run & manage the 28 Java application templates in this project on 13 different clouds and virtualization platforms (including vSphere, OpenStack,…
Read More » -
Software Development
How to Clone Git Repositories with JGit
Whatever you plan to do with an existing repository, first a clone has to be created. Whether you plan to…
Read More » -
Enterprise Java
A Refresher – Java EE 7 At A Glance
As the Red Hat JBoss Enterprise Application Platform 7 (EAP 7) is looming on the horizon and even the WebLogic…
Read More » -
Core Java
The 5 Java logging rules
Logging is a critical factor that should be always kept into account during the software development. When something bad happens…
Read More » -
Core Java
Which thread executes CompletableFuture’s tasks and callbacks?
CompletableFuture is still a relatively fresh concept, despite being introduced almost two years ago (!) in March 2014 with Java…
Read More » -
Core Java
Tutorial: logging during tests
Logging is a popular solution to show what the software is doing while it is running. But what happens to…
Read More »