Java
-
JPA – Should I become a laziness extremist?
When you spoke with the Developers about mapping objects to relational databases, they very often complain about poor JPA performance,…
Read More » -
Maven Deploy to Nexus
1. Overview In a previous article, I discussed how a Maven project can locally install a third party jar that…
Read More » -
Spring MVC: Introduction in testing
Testing is one of the most important parts of software development. Well organized testing helps to keep a code of…
Read More » -
Java EE CDI Producer methods tutorial
This is a tutorial of CDI Producer methods. In CDI, a Producer method generates an object that can then be…
Read More » -
Even in the jdk there is bad code
Java 7, TreeSet and NullPointerException. Recently I tried to compile with java 7 a project developed with java 6. Lot…
Read More » -
Using JacpFX clients with JSR 356 WebSockets
JSR 356 WebSockets are one of the new and exciting features in the upcoming JEE 7 release and includes Server-…
Read More » -
Spring MVC: form handling vol. 1
Spring MVC is a part of Spring Framework and its main purpose is to make web-development more simple, convenient and…
Read More » -
Simple Spring MVC Web Application using Gradle
This post will be similar to our previous post, Simple Gradle Web Application, except we will now use Spring MVC,…
Read More » -
How to create a memory leak
This is going to be a rather evil post – something you will be googling when you really wish to…
Read More »