I just finished a new tutorial which shows step-by-step how to set up an application server environment to develop web applications / J2EE applications with Eclipse. It covers Apache Tomcat, Oracle WebLogic 12c and JBoss AS 7.1. Read the complete tutorial here.
Year: 2012
Functional Programming
Since some time, functional programming is becoming more popular. I think it is therefore time to start getting involved and see what functional programming is and how it can be used in real-world applications. This article starts with a short introduction into functional programming and then explains one of the concepts, lambda expressions: Introduction into functional programming
New Java7 feature: try-with-resources
This article explains how to use the try-with-resources feature introduced in Java 7: Try-with-resources
Java nested classes
Remember what the different types of nested classes are in Java? If not, this article might be worth reading: Java nested classes