Java
-
Date/Time Formatting/Parsing, Java 8 Style
Since nearly the beginning of Java, Java developers have worked with dates and times via the java.util.Date class (since JDK…
Read More » -
How JSF Works and how to Debug it – is polyglot an alternative?
JSF is not what we often think it is. It’s also a framework that can be somewhat tricky to debug,…
Read More » -
Overlord – The One Place To Rule And Manage your APIs
We’re living in a more and more distributed world today. Instead of having individual, departmental projects running on some hardware…
Read More » -
Java 9 – The Ultimate Feature List
This post will be updated with new features targeted at the upcoming Java 9 release (last updated: 9/9/2014) The…
Read More » -
Simple Java SSH Client
An execution of a shell command via SSH can be done in Java, in just a few lines, using jcabi-ssh:…
Read More » -
Getting Started with Gradle: Creating a Binary Distribution
After we have created a useful application, the odds are that we want to share it with other people. One…
Read More » -
Stateless Session for multi-tenant application using Spring Security
Once upon a time, I published one article explaining the principle to build Stateless Session. Coincidentally, we are working on…
Read More » -
Java Method Logging with AOP and Annotations
Sometimes, I want to log (through slf4j and log4j) every execution of a method, seeing what arguments it receives, what…
Read More » -
Spring Batch Tutorial with Spring Boot and Java Configuration
I’ve been working on migrating some batch jobs for Podcastpedia.org to Spring Batch. Before, these jobs were developed in my own…
Read More »