Apache Commons
-
Core Java
Unescape HTML Characters in Java
HTML entities are special characters reserved in HTML that need to be represented by a specific code. For instance, the…
Read More » -
Core Java
Intro to the Apache Commons CLI
The Apache Commons CLI library is a powerful tool that enables developers to efficiently create command line interfaces (CLIs) for…
Read More » -
Core Java
Getting URI’s Last Segment in Java
Interacting with Uniform Resource Identifiers (URIs) is a frequent task, often encountered in both web development and file organization. Additionally,…
Read More » -
Core Java
Apache Commons ArrayUtils.toString(Object) versus JDK Arrays.toString(Object)
Apache Commons Lang provides an ArrayUtils class that includes the method toString(Object) that “Outputs an array as a String.” In…
Read More » -
Core Java
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 » -
Core Java
Apache Commons IO Tutorial: A beginner’s guide
Apache Commons IO is a Java library created and maintained by the Apache Foundation. It provides a multitude of classes that…
Read More » -
Enterprise Java
Pool of ssh connections using Apache KeyedObjectPool
I found the org.apache.commons.pool extremely useful and robust, but not well documented. So, I’ll try to help a bit here…
Read More » -
Core Java
Common and Unique Elements In Multiple Collections
This week, we’ll take a break from higher level problems and technology posts to deal with just a little code…
Read More » -
Core Java
Apache Commons Lang StringUtils
So, thought it’d be good to talk about another Java library that I like. It’s been around for a while…
Read More »