-
Enterprise Java
The Democratization of Search
Over the past year and a half, I’ve watched ElasticSearch grow from a seemingly part-time code experiment into a thriving…
Read More » -
Enterprise Java
Gradle Goodness: Running a Single Test
We can run test code with Gradle using the test task that is added by the Java plugin. By default…
Read More » -
Core Java
Java Reflection oddities with inner class constructor parameters
About Java inner classes Java allows member classes (classes that are defined inside other classes), local classes (classes that are…
Read More » -
Career
Indicators of Talent (and Heuristics) for Software Engineers
A recent Hacker News post by a man named Andrew was voted to the front page and received over 50…
Read More » -
Enterprise Java
Spring Security Login
1. Introduction This article is going to focus on Login with Spring Security. We’re going to built on top of…
Read More » -
Agile
5 Things That Will Make Your Agile Development Project FAIL
Far too many Agile development projects fail. It is hard to even accurately measure the number of failures because so…
Read More » -
Enterprise Java
Hibernate 4 with Spring
1. Overview This article will focus on setting up Hibernate 4 with Spring – we’ll look at how to configure…
Read More » -
Enterprise Java
Spring MVC Tutorial
1. Overview and Maven This is a simple Spring MVC tutorial showing how to set up a Spring MVC project,…
Read More » -
Enterprise Java
Spring Security with Maven
1. Overview This article will explain how to setup Spring Security with Maven and will go over specific use-cases of…
Read More »