-
Core Java
Templating with Rocker
In this post we will have a quick look at Rocker, a statically typed and fast Java 8 template engine.…
Read More » -
Enterprise Java
VMWare vijava – The curious case of “incorrect user name or password” exception
In one of the projects I have been involved in, we use yavijava (which is a fork of vijava) library to interact…
Read More » -
Enterprise Java
Apache Ivy 2.5.0-rc1 released – Now allows timeouts on resolvers
A few weeks back, we released the 2.5.0-rc1 version of Apache Ivy. Apache Ivy is a dependency management build tool,…
Read More » -
Enterprise Java
Vaadin Tutorial
1. Introduction When you are a backend developer, you know the pain which is caused when you hear people saying…
Read More » -
Core Java
Java’s @Serial Annotation
The JDK may be getting another standard (predefined) annotation with JDK 11: @Serial. JDK-8202385 [“Annotation to mark serial-related fields and…
Read More » -
Scala
Dockerize your Scala application
Dockerizing a Scala application is pretty easy. The first concern is creating a fat jar. Now we all come from…
Read More » -
Enterprise Java
Spring Security with Spring Boot 2.0: UserDetailsService
As we have seen on a previous post the username and password for our spring application was configured through environmental…
Read More » -
Enterprise Java
And some more REST tips
In previous blog posts I have covered some ideas and tips for achieving a REST architecture. In this post, I cover…
Read More » -
Enterprise Java
REST: Using a Controller endpoint?
In general REST architectures, the fundamental concept is a Resource. After Resources, the next thing is to develop a Uniform…
Read More »