Enterprise Java
-

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 » -

Java 9 on Java EE 8 Using Eclipse and Open Liberty
I wrote a post a few weeks ago titled Which IDE’s and Server’s support Java EE 8 and Java9 which…
Read More » -

Handle custom exception types in JAX-RS
JAX-RS supports handling custom exceptions — thrown in either EJBs or CID beans — to custom HTTP responses. Assuming we have an “exceptional” EJB:…
Read More » -

Adding a “lite” Groovy web console to a Grails war
Suppose you have a Grails application deployed to a server – how would you go about finding out how the…
Read More » -

Spring Webflux – Writing Filters
Spring Webflux is the new reactive web framework available as part of Spring 5+. The way filters were written in a…
Read More »


