Enterprise Java
-

Apache Fluo: Implementation of Percolator Which Populates Google’s Search Index
Apache Fluo is an open source implementation of Percolator [2] (which populates Google’s search index) for Apache Accumulo [3]. With Fluo, users…
Read More » -

Caching method results with JCache
In JCache there is a handy functionality that transparently caches the result of methods. You can annotate methods of managed…
Read More » -

Fatjars, Thinwars and why OpenLiberty is cool
Fatjars Building a Fatjar (or Uberjar) that contains everything you need to run your application nicely packaged together means you…
Read More » -

Some Factory Examples
Every now and then I find myself scratching through some of my old code to find that example “where I…
Read More » -

Gentle intro to GraphQL in Java World
A lot of people think that GraphQL is for Front End and JavaScript only, that it doesn’t have the place…
Read More » -

Rapid SEMAT Application Development with Apache Isis
TL;DR This post talks about a SEMAT pet project I created using Apache Isis and deployed to OpenShift Online here http://semat.ofbizian.com Apache…
Read More » -

Intro to Spring Cloud Config Server
1. Overview In this tutorial, we will review the basics of Spring Cloud Config Server. We will setup a Config…
Read More » -

Optimizing Spark Job Performance With Apache Ignite (Part 1)
Apache Ignite’s memory-centric architecture enables efficient RDD sharing with IgniteContext and IgniteRDD to share RDDs between Spark apps. Come see…
Read More » -

Spring Boot as a Windows Service in 5 minutes
I recently had to deploy a Spring Boot application as a windows service and am surprised how easy it was…
Read More »
