The Spiffy framework is a collection of often used helper methods and utility classes used in industry. Such methods and classes solves existing and re-ocuring practical problems and remedies annoying features of the Java language.
Be the first to post a text review of Spiffy framework. Rate and review a project by clicking thumbs up or thumbs down in the right column.
The Spiffy Framework is a collection of well tested and efficient best practice utility methods and classes. Most of the code has been applied in industrial settings with great results. The aim of this code is to remedy design flaws or insufficiencies in existing API's or make tedious interactions with the API straight forward. For example, there is great stuff to be discovered in the <tt>JUnitHelper</tt> or the <tt>LoggerHelper</tt>. The goals of the Spiffy Framework is: * To collect and centralize "utility abstractions" * To serve as a repository of knowledge/smart ideas for programmers to learn new stuff in v0.05 * added spiffy.log4j.LoggerHelper for a consistent way to get Logger instances * added keySet() to TwoDHashMap and ThreeDHashMap * added getAs2d() to ThreeDHashMap returning a TwoDHashMap Upgrade guide: just replace the .jar file...
* added keySet() to TwoDHashMap and ThreeDHashMap * added getAs2d() to ThreeDHashMap returning a TwoDHashMap * added spiffy.log4j.LoggerHelper for a consistent way to get Logger instances
new stuff * A whole new helper class dedicated to Struts 1 helpers * StringHelper.in() - Given a string check to see if it is in a collection of strings * StringHelper.inAndNotEmpty() - Given a string, trim it, and if different from the string "", check to see if it is in a collection of strings
The Spiffy framework is a collection of well-tested and often used helper methods and utility classes used in industry. Such methods and classes solves existing and re-occurring practical problems and remedies annoying features of the Java language or its frameworks. The goals of the Spiffy Framework is: * To collect and centralize "utility abstractions" * To serve as a repository of knowledge/smart ideas for programmers to learn new stuff in v0.03 * A whole new helper class dedicated to Struts 1 helpers * StringHelper.in() - Given a string check to see if it is in a collection of strings * StringHelper.inAndNotEmpty() - Given a string, trim it, and if different from the string "", check to see if it is in a collection of strings
init release
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?