Java
-
Java Command-Line Interfaces (Part 17): jw-options
The JavaWorld article Processing command line arguments in Java: Case closed by Dr. Matthias Laux introduces a simple Java-based library…
Read More » -
AWS: Spinning up a Neo4j instance with APOC installed
One of the first things I do after installing Neo4j is install the APOC library, but I find it’s a…
Read More » -
Redis Client Lettuce 5 GA released
After a 13 months development phase and 208 solved tickets, it is my pleasure to announce general availability of Lettuce…
Read More » -
What is JSON Processing (JSON-P API)?
Introduction to JSON-P in Java EE The Java API for JSON Processing 1.0 (JSR 353) is a low level, lightweight…
Read More » -
Generate P2 Repository From Maven Artifacts In 2017
Some years ago, I wrote a blog post about how to generate a P2 repository based on Maven artifacts. That…
Read More » -
Java Command-Line Interfaces (Part 16): JArgp
The Java-based command line argument processing library covered in this post was the featured library of an IBM developerWorks article…
Read More » -
DispatcherServlet of Spring MVC – 10 things Java Developer should know
If you have worked with Spring MVC then you should know what is a DispatcherServlet? It’s actually the heart of Spring…
Read More » -
Introduction to Errai Framework
Errai is a framework developed and maintained by Red Hat in an attempt to combine the good aspects of the…
Read More » -
Secure REST Service with OAuth2 Tokens
1. Introduction In this tutorial, we will check out how we can use Spring Security with OAuth to secure REST…
Read More »