Java
-

Java 9: JShell
JShell is a new tool introduced in Java 9 that evaluates Java statements entered on the command line. It is…
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 » -

Choosing Java Cryptographic Algorithms Part 1 – Hashing
Abstract This is the 1st of a three-part blog series covering Java cryptographic algorithms. The series covers how to implement…
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 » -

JavaParser to generate, analyze and modify Java code
As developers we frequently look in contempt to people doing repetitive work manually. They should automate that, we think. Still,…
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 » -

What to Expect in Java JDK 10
As we are just getting used to the release of Java 9 in September, we only have a few more…
Read More » -

SRP is a Hoax
The Single Responsibility Principle, according to Robert Martin‘s Clean Code, means that “a class should have only one reason to…
Read More »

