The Spiffy Framework is a collection of well-tested and often used helper methods and utility classes. Such methods and classes solve existing and recurring practical problems, and remedy annoying features of the Java language or its frameworks.
The value of The Spiffy Framework is not only the code, but also the ideas for solutions to the problems. The goals are to collect and centralize "utility abstractions", and to serve as a repository of knowledge/smart ideas for programmers to learn.
Requirements:
· Java Runtime Environment (JRE) 5 or higher
What's New in This Release:
· This release adds keySet() to TwoDHashMap and ThreeDHashMap.
· It adds getAs2d() to ThreeDHashMap returning a TwoDHashMap.
· It adds spiffy.log4j.LoggerHelper for a consistent way to get Logger instances.
Product's homepage