Java
-

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 » -

Remote debugging Wildfly application in IntelliJ
Remote debugging a Java application means connecting to the remotely running application using your local development environment. Java supports remote…
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 » -

Spring Boot Admin â Admin UI for administration of spring boot applications
As part of micro services development many of us are using Spring Boot along with Spring Cloud features. In micro…
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 » -

High Availability (HA), Session Replicated, Multi-VM Payara Cluster
Abstract While researching how to create a high availability (HA), session replicated, multi-machined Payara/GlassFish cluster I discovered I couldnât find…
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 » -

Jersey Web Service Hello World Example in Java
After Restlet, Jersey is another popular open source framework to create RESTful web services in Java. Jersey conforms JAX-RS specification and actually…
Read More »



