资 源 简 介
A small project that is a collection of the following mini frameworks.
i18n - Formatting(extends java.text.Format) and Locale
Use to transform Objects to Strings and Strings to Objects. Uses a well configured and more usable version of the format package than standard Formatting classes provide. See wiki
Daily Developer Utilities (Date, String, I/O)
DateUtil, StringUtil, SocketCloser, NumberUtil
All classes have null return instead of nullpointer when parsing.
Logging
A wrapper around a logging implementation, not really that useful anymore as slf4j is really good, was more useful when it wrapped Commons or Log4j.
Config (a generics based version of the way to simple java properties)
This configuration adds some small things to java properties, see Wiki
IoC, a very minimalistic Container. Has been created as its own project called Injection and now