jpTools Code
Brought to you by:
mepux
_______________________________________________________________________________ _ ______ __ (_)___/_ __/___ ____ / /____ / / __ \/ / / __ \/ __ \/ / ___/ / / /_/ / / / /_/ / /_/ / (__ ) __/ / .___/_/ \____/\____/_/____/ /___/_/ _______________________________________________________________________________ Overview -------- The general purpose of this library is to have some useful and handy tools to develop quick and easy robust java code. The main focus of the library is to implement general development features. The library covers the following features: -resource management -logging framework (compateble with log4j, also a plugin for log4j) -database connection pool -parsing framework (parameter parser, weblog parser etc.) -profiling tool -J2EE util classes -communication util classes -swing util classes -testcase framework (extension to junit) Licence ------- The library stand under the GNU LESSER GENERAL PUBLIC LICENSE. Documentation ------------- The whole documentation is available under the doc directory or online on http://jptools.sourceforge.net. _______________________________________________________________________________