-
Enterprise Java
JPA 2.1 Entity Graph – Part 1: Named entity graphs
Lazy loading was often an issue with JPA 2.0. You have to define at the entity if you want to…
Read More » -
Core Java
Prefix and Suffix Matches in Solr
Search engines are all about looking up strings. The user enters a query term that is then retrieved from the…
Read More » -
Enterprise Java
Generate your JAXB classes in a second with xjc
Since JAXB is part of the JDK, it is one of the most often used frameworks to process XML documents.…
Read More » -
Software Development
10 ideas to improve Eclipse IDE usability
Few years ago, we had a mini IDE war inside our office. It happened between Eclipse and Netbeans supporters. Fortunately,…
Read More » -
Agile
From Scrum to Kanban
This month marks one year from the time we switched from Scrum to Kanban. I find it is a good…
Read More » -
Enterprise Java
SSL encrypted EJB calls with JBoss AS 7
Encrypting the communication between client and server provides improved security and privacy protection for your system. This can be an…
Read More » -
Enterprise Java
Spring Rest Controller with angularjs resource
Angularjs ngResource is an angularjs module for interacting with REST based services. I used it recently for a small project…
Read More » -
Core Java
Spice up your test code with custom assertions
Inspired by the @tkaczanowski talk during GeeCON conference I decided to have a closer look at custom assertions with AssertJ…
Read More » -
Software Development
API design and performance
When you design a new API you have to take a lot of decisions. These decisions are based on a…
Read More »