News

A set of sample components that demonstrate how to annotate a POJO packaged in a WAR (Web application), deploy it to a Liberty JVM server, and then LINK to (or call) that POJO from a CICS program or ...
This is a reference for setting up a new Ant-based Java project. It contains most of the little Ant tricks I've learned over the years. When I start a new Java project I clone this repository, remove ...
A few brief examples of String manipulations. BinaryConverter. A program with examples of various Java syntax that converts a base 10 int to base 2 String. PrimeEx A program with various approaches to ...