Open-source SPL Helps Java Handle Files of Open Formats (txt/CSV/JSON/XML/xls)

SPL is a JVM-based, open-source programming language that offers simple parsing methods to read regular or irregular TXT, CSV, JSON, XML, and XLS files, in a uniform way. Read more

Similar

Analyzing Java memory usage in a Docker container

A few weeks ago I faced an interesting problem trying to analyze a memory consumption in my Java application (Spring Boot + Infinispan) running under Docker. The Xmx parameter was set to 256m, but the Docker monitoring tool displayed almost two...

Read more »