KGJlib
A Java library containing classes that I wrote and am happy to share.
...I open-sourced the library so that I could re-use it in any project I contribute to, and I'm developing it on SourceForge so that others can benefit from it too.
The library contains useful classes for audio, JavaBeans, I/O operations, various type conversions, etc. One particularly interesting tool I developed is the NetSharedVariable system, which allows named variables (currently strings only) to be shared between different Java applications or apps that implement KGJlib on a single machine. Internally NetSharedVariable uses a client-server configuration, but that complexity is hidden from the application code which simply needs to interact with an instance of NetSharedVariable.
...