Java
-
Reasons for IntelliJ IDEA
Introduction I often get the question why I use Intellij in favor of another IDE, in this case Eclipse. Most…
Read More » -
JavaFX 2 with Spring
I’m going to start this one with a bold statement: I always liked Java Swing, or applets for that matter.…
Read More » -
Most popular application servers
This is the second post in the series where we publish statistical data about the Java installations. The used dataset…
Read More » -
Cryptography Using JCA – Services In Providers
The Java Cryptography Architecture (JCA) is an extensible framework that enables you to use perform cryptographic operations. JCA also promotes…
Read More » -
Multiple Methods for Monitoring and Managing GlassFish 3
GlassFish 3 supports multiple methods of monitoring and management. In this post, I look briefly at the approaches GlassFish provides…
Read More » -
OpenJPA: Memory Leak Case Study
This article will provide the complete root cause analysis details and resolution of a Java heap memory leak (Apache OpenJPA…
Read More » -
Starting with WSO2 ESB by running the samples
I recently joined a new assignment where we have to implement an ESB solution based on the WSO2 toolstack. Although…
Read More » -
Using Lambda Expression to sort a List in Java 8 using Netbeans Lambda Support
As part of JSR 335 Lambda expressions are being introduced to the Java language from Java 8 onwards and this…
Read More » -
Setup your Java Development Environment in Windows 7
I have been receiving a lot of requests over the time, from students and people willing to experiment with the…
Read More »