Easy Java Home CentOS 7

A quick script and tutorial

I install Java .. a lot .. Simply put I love to tinker and I’m in charge of a few environments. One thing that’s always been sort of a thorn in my side is setting JAVA_HOME reliably. So, I went on a hunt and found a few ways to perform this seemingly simple task. Here is my pick for the best way… Yes, there’s a script. (1) Create Permanent Profile Config Entry [Read More]

Stored Procedures and Spring Data JPA

An Approach For Procedures Returning Result Sets

Spring Data JPA is an amazing product. It has some quirks, but I like to think that I’ve figured out a way to navigate those and love working with it. My latest endeavour had me searching for a way to call SQL Server stored procedures and grab the result set. I was surprised to find that there isn’t strong support for this type of pattern and moreover there’s a bug logged for the past year. [Read More]