Core Java
-

How to Escape JSON String in Java – Eclipse IDE Tips
While working or JSON parsing in Java application it’s quite common to just copy paste a JSON String from some…
Read More » -

Java Command-Line Interfaces (Part 2): args4j
In my previous post, I looked at parsing command-line arguments in Java applications using Apache Commons CLI. In this post,…
Read More » -

Object-Oriented Declarative Input/Output in Cactoos
Cactoos is a library of object-oriented Java primitives we started to work on just a few weeks ago. The intent…
Read More » -

Java Command-Line Interfaces (Part 1): Apache Commons CLI
Although I typically use Groovy to write JVM-hosted scripts to be run from the command-line, there are times when I…
Read More » -

JArchitect v2017 Released!
We are happy to inform you that JArchitect v2017 has been released and is now available for download! JArchitect is an analysis tool that really allows…
Read More » -

Electronic Signature Using The WebCrypto API
Sometimes we need to let users sign something electronically. Often people understand that as placing your handwritten signature on the…
Read More » -

Use Precise Java Method Parameters
Learn how to pick the right method parameter types and get more robust and shorter code in your Java applications.…
Read More » -

How to shoot yourself in the foot building a Java Agent
Over the years of building Plumbr, we have encountered many challenging problems. Among others, making the Plumbr Java Agent perform…
Read More » -

Cleaner parameterized tests with JUnit 5
The general idea of parameterized unit tests is to run the same test method for different data. Creating parameterized tests…
Read More »


