This document provides instructions for creating a Java component that uses the singleton design pattern in Appian. It describes how to configure the Java component to use a singleton object factory, map properties to a custom Java class, and invoke methods on that class using the Invoke component. The instructions are given over multiple steps involving configuring the Java component properties, creating a global bean, and adding Invoke components to call methods on the singleton object.