-
Enterprise Java
Tutorial: How to Implement Java OAuth 2.0 to Sign-In with GitHub and Google
A guide to adding Google and GitHub OAuth sign-in to your Java application One of the most recent features that…
Read More » -
Core Java
Exceptions in Lambdas: An Elegant Solution to a Bit of a Mess
Consider the following function for writing to a file: The idea behind the method is to allow the user to…
Read More » -
Core Java
Generics Names
Generics type parameter names usually contain one, single capital case character. If you start to read the official ORACLE documentation…
Read More » -
Enterprise Java
Jersey WebResource – Header don’t get appended
Yesterday I ran into a strange problem when using the Jersey WebResource class for doing HTTP calls: it seemed as…
Read More » -
DevOps
Deploying Java EE Application to Docker Swarm Cluster
What is Docker Swarm? Docker Swarm provides native clustering to Docker. Clustering using Docker Swarm 0.2.0 provide a basic introduction to Docker…
Read More » -
Core Java
Functional Programming in Java 8 with Javaslang
We’re very happy to announce a guest post on the jOOQ Blog written by Daniel Dietrich, Senior Software Engineer at…
Read More » -
Software Development
Does TDD really lead to good design?
Recently I tweeted that TDD can’t lead to a good design if we don’t know what good design looks like.…
Read More » -
Enterprise Java
Streaming data into HPCC using Java
High Performance Computing Cluster (HPCC) is a distributed processing framework akin to Hadoop, except that it runs programs written in…
Read More » -
Scala
The Bet With Typesafe That Got Me Into Building Akka
Back to the drawing board: The lost lines of code on the road to Akka Streams, Akka HTTP and Akka…
Read More »