|
Project Information
|
Java Utilities. In every language I've used, I'v found myself rewriting the same set of core utilities. Always, a String Utils, a File Utils, something to handle string trees like XML, a command-line Parser. There are many libraries to deal with these things. And yet, the ones I find are two levels more abstract than I need. Take comman-line parsing. Apache Commons CLI consists of dozens of classes, and supports all possible comand-line paradigms, if only you plug in enough stuff. How about this, instead: No choices, and you can learn it and use it in 10 minutes or less, and consists of one class. Omino Roundabout is a lean and handy set of plain old libraries, with no dependencies. (No Dependencies!!!) Some concern for performance, but much more on clarity. Includes:
Did I mention? This is a toolkit. This ain't no stinking framework. |