Enterprise Java
-

Hibernate CascadeType.LOCK gotchas
Introduction Having introduced Hibernate explicit locking support, as well as Cascade Types, it’s time to analyze the CascadeType.LOCK behavior. A…
Read More » -

Getting Started with Gradle: Creating a Web Application Project
This blog post describes how we can create a web application project with Gradle. To be more specific, we want…
Read More » -

Introduction to Spring profiles
So many men, so many minds. When we are implementing software for different customers we sometimes need to handle various…
Read More » -

Using Spring managed Bean in non-managed object
We have to deal with legacy code, even when we would like to use the best and newest technologies available.…
Read More » -

Creating Web Services and a Rest Server with JAX-RS and Jetty
Creating a WebService in Java is remarkably easy. To add it to a ServletContainer and deploy it to an embedded…
Read More » -

Delta Architectures: Unifying the Lambda Architecture and leveraging Storm from Hadoop/REST
Recently, I’ve been asked by a bunch of people to go into more detail on the Druid/Storm integration that I…
Read More » -

Neo4j: TF/IDF (and variants) with cypher
A few weeks ago I wrote a blog post on running TF/IDF over HIMYM transcripts using scikit-learn to find the…
Read More » -

Netflix Archaius properties in a Spring project
Archaius Basics Netflix Archaius is a library for managing configuration for an application. Consider a properties file “sample.properties” holding a…
Read More » -

Integration testing on REST urls with Spring Boot
We are building a Spring Boot application with a REST interface and at some point we wanted to test our…
Read More »





