Java
-
Test AWS cloud stack offline with Arquillian and LocalStack
When you are building your applications on AWS cloud stack (such as DynamoDB, S3, …), you need to write tests against…
Read More » -
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 » -
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 »