Java
-
$5 Java Programming Books from Packt and Java Code Geeks!
Hello fellow Geeks! Today, we have some exciting news for you! Java Code Geeks and Packt have teamed up to…
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 » -
Handling Exceptions In Java
Every programmer wants to write a flawless program. That is, a program that runs without any hitch or glitch. Well,…
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 » -
Learning to use Wholly GraalVM!
Introduction In the post Truffle served in a Holy Graal: Graal and Truffle for polyglot language interpretation on the JVM,…
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 » -
Continuous Delivery friendly Maven versions
A Continuous Delivery pipeline requires predictable software and dependency versions. Snapshot versions, which are common in Maven software projects, contradict…
Read More »