Available on Git, the LibAPIs are a set of Java Maven modules which provide commonly used functions across a number areas; these APIs serve the base of many other projects.
LibWebSvc
Web services using Jetty.
LibObjectPooler
Utility for managing pools of objects, commonly used for network / database connections.
LibSockets
Provides common functionality around raw socket IO operations.
LibObjectCache
Utility for keeping a cache of generic objects.
LibMetrics
Utility for tracking internal application metrics.
LibLog
Utility for generating logs with debugging information.
LibKeyHook
Utility with native hooks to capture keyboard input with no window focus.
LibDB
Utility for handling database connections.
LibArgs
Utility for parsing and handling command line arguments.