The Spiffy Framework 0.05 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News The Spiffy Framework 0.05 (Default branch)
# 1  
Old 05-18-2008
The Spiffy Framework 0.05 (Default branch)

The Spiffy Framework is a collection ofwell-tested and often used helper methods andutility classes. Such methods and classes solveexisting and recurring practical problems, andremedy annoying features of the Java language orits frameworks. The value of this framework is notonly the code, but also the ideas for solutions tothe problems. The goals are to collect andcentralize "utility abstractions", and to serve asa repository of knowledge/smart ideas forprogrammers to learn.License: The Apache License 2.0Changes:
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.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
RoPkg(3pm)						User Contributed Perl Documentation						RoPkg(3pm)

NAME
RoPkg - collection of perl classes. SYNOPSIS
N.A. - RoPkg is just a central place for information related to RoPkg modules DESCRIPTION
RoPkg contains a collection of base classes useful mostly to Simba. This module contains base exceptions used in all RoPkg related modules (RoPkg::Exceptions) and general utility methods (RoPkg::Utils). Also, RoPkg::Object (the base class for almost all Simba packages) is part of this collection. This collection (with all the modules) wants to provide methods and objects to usual issues. SEE ALSO
RoPkg::Exceptions RoPkg::Object RoPkg::Utils AUTHOR
Subredu Manuel <diablo@iasi.roedu.net> VERSION
The current version for this collection of modules is 0.5.5 DEPENDENCIES
Each module has his own dependencies. Please refer to the man page of each module for additional information. DIAGNOSTICS
Each module has his own tests. To run those tests, unpack the source, and run make tests SUBROUTINES
/METHODS Please refer to the man page of each module to find out more about the methods and subroutines made available. INCOMPATIBILITIES
None known to me BUGS AND LIMITATIONS
Each module may have bugs. Please refer to the man page of each module for detail information CONFIGURATION AND ENVIRONMENT
None of the modules included don't use configuration files or special environment variables. LICENSE AND COPYRIGHT
Copyright (C) 2005 Subredu Manuel. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license. perl v5.8.8 2006-06-09 RoPkg(3pm)