-
Software Development
Yet Another 10 Common Mistakes Java Developers Make When Writing SQL (You Won’t BELIEVE the Last One)
(Sorry for that click-bait heading. Couldn’t resist!) We’re on a mission. To teach you SQL. But mostly, we want to…
Read More » -
Software Development
The Absolute Basics of Indexing Data
Ever wondered how a search engine works? In this post I would like to show you a high level view…
Read More » -
Software Development
What Is Special About This? Significant Terms in Elasticseach
I have been using Elasticsearch a few times now for doing analytics of twitter data for conferences. Popular hashtags and…
Read More » -
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 »