Java
-
What’s up with Java EE 8 ?
Work on Java EE 8 is well on it’s way. Time to catch up! Dive in without further ado… Don’t…
Read More » -
Spring Data JPA Tutorial: Getting the Required Dependencies
Before we can create an application that uses Spring Data JPA, we need to get the required dependencies. This blog…
Read More » -
WildFly 8.2.0.Final release – Quick overview of the changes
It’s been a while since I last wrote on this blog. Although I have had some topics that I wanted…
Read More » -
Java SE 8 new features tour: Traversing, filtering, processing collection, & methods enhancements with Lambda
In this article of the “Java SE 8 new features tour” series, we will deep dig into explanation, and exploring…
Read More » -
SWT Mouse Click Implementation
Doing a bit of SWT custom widget development lately, I stumbled across the question why is there no such thing…
Read More » -
Annotations, Annotations Everywhere
Annotations became available with Java 1.5 in 2004, ten years ago. It’s hard to imagine our code without this feature.…
Read More » -
Camel Subsystem for WildFly 8 integrates Java EE – Getting Started
Just three days ago, the team around Thomas Diesler (@tdiesler) released the 2.0.0.CR1 version of the WildFly-Camel subsystem it allows you to…
Read More » -
Getting Started with Apache Cassandra and Java (Part II)
Requirements To follow this tutorial, you should already have a running instance of Cassandra (a small cluster would be good,…
Read More » -
Java performance tuning survey results (part IV)
This is the last post in series where we analyze the results of the Java Performance Tuning Survey we conducted…
Read More »