Archive for the 'Java' tag

Task Queue for Heavy Weight Tasks in JavaSE Applications

Modern hardware systems have a multi-core...
Read more

Circular Injection of Util Classes in EJB 3.0

In my last post Circular Dependencies of Session...
Read more

Ordering Collections with JPA

Often there is the need to sort an entity or a...
Read more

Override fetch type in JPQL Queries

Executing a getter — representing a...
Read more

Unnecessary Code Detector

Recently I found a nice eclipse plugin for...
Read more