Usage

To use this Maven project, include it in your project model

<project>
  ...
  <dependencies>
    ...
    <dependency>
      <groupId>com.randomnoun.common</groupId>
      <artifactId>common-public</artifactId>
      <version>1.0.37</version>
    </dependency>
    ...    
  </dependencies>
  ...
</project>

Code Examples

The classes in this project have descriptions of their usage in both the Javadoc overview and on the randomnoun blog. These are:
Class Blog URL
ExceptionUtils Marginally better stack traces
Keyboard
ResourceFinder ResourceFinder ( rn-find )
XmlUtil Exciting things with XML
Log4jCliConfiguration Logging
MemoryAppender Logging
VersionServlet Webapp versions v1.0