Field | Value |
---|
Name | RoKlib - For Those About To RoK |
Description | RoKlib is a general purpose library written in Java.
I use this library to put all general utility code from my other projects into one place.
Some of its prominent features are an implementation class of a Ternary Search Tree hash map,
a Swing text field which allows entering IPA phonetic characters, a framework for parsing
arguments from the command line (similar to the Apache Commons CLI project), a framework for
writing Java plugins, an object-oriented abstraction of logical expressions, and a framework
for mapping the action URLs of a web application on command objects. RoKlib uses Apache Maven
as building tool. |
Homepage | http://www.rolandkrueger.info/roklib |