-
Enterprise Java
Call on me, or Asynchronous REST
This article is a very simple example of a working asynchronous REST application, made with Spring Boot + Java 8.…
Read More » -
Software Development
Advantages of Functional Programming
In Part I of this series, I talked about the core concepts of functional programming and gave a few examples…
Read More » -
Core Java
Java Command-Line Interfaces (Part 19): jClap
The focus of this nineteenth post in this series on parsing command line arguments from Java code is jClap (Java…
Read More » -
Android Core
Activation UI and the Builder Pattern
I wrote two posts about the SMS activation process. In the first I discussed using the Twilio API via REST…
Read More » -
Enterprise Java
Spring Boot – spring.config.name – Case Study
Externalizing Spring Boot application properties is useful when the same application code must be used with different configuration. If the…
Read More » -
Core Java
Can a non static method access static variable/method in Java?
“Can a non-static method access a static variable or call a static method” is one of the frequently asked questions…
Read More » -
Enterprise Java
Access the EntityManager from Spring Data JPA
Spring Data JPA allows you to rapidly develop your data access layer through the use of Repository interfaces. Occasionally you…
Read More » -
Enterprise Java
Add EntityManager.refresh to all Spring Data Repositories
In my previous post Access the EntityManager from Spring Data JPA I showed how to extend a single Spring Data…
Read More » -
Core Java
JShell in Five Minutes
This post builds on my My Top Java 9 Features post by looking more in depth at these features. Here…
Read More »