Java
-
JDK 10’s Summary Javadoc Tag
JDK 10 introduces a Javadoc tag {@summary} via issue JDK-8173425 (“Javadoc needs a new tag to specify the summary.”). This…
Read More » -
Package by layer for Spring project is obsolete
I believe Spring application shouldn’t be structured in package by layer approach. In my opinion, package by feature makes much…
Read More » -
Inside a Lambda Runtime: A Peek into the Serverless Lair
Ever wondered what it is like inside a lambda? Stop wondering. Let’s find out. Ever since they surfaced in 2014,…
Read More » -
Machine Learning Trends of 2018 combined with the Apache Kafka Ecosystem
At OOP 2018 conference in Munich, I presented an updated version of my talk about building scalable, mission-critical microservices with…
Read More » -
Repeatable Annotations in Java 8
With Java 8 you are able to repeat the same annotation to a declaration or type. For example, to register…
Read More » -
APIs To Be Removed from Java 10
In the blog post “JDK 10 Release Candidate Phase“, I looked at the twelve new features that are likely to…
Read More » -
Executing Single Java Source Files with One Command
A draft JDK Enhancement Proposal (JEP) was created in late 2017 called “Launch Single-File Source-Code Programs” (its associated JDK issue…
Read More » -
Integration With Zapier
Integration is boring. And also inevitable. But I won’t be writing about enterprise integration patterns. Instead, I’ll explain how to…
Read More » -
Spring Boot 2 Applications and OAuth 2 – Setting up an Authorization Server
This will be a 3 post series exploring ways to enable SSO with an OAuth2 provider for Spring Boot 2 based…
Read More »