diff options
author | znerd <znerd@FreeBSD.org> | 2004-04-16 04:38:11 +0800 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2004-04-16 04:38:11 +0800 |
commit | f244c143dccd19bbbdf334b5877738c334d509f9 (patch) | |
tree | 1acaf2f8e563a94527846548822058a69928682b | |
parent | 9735b9cd5b5628a1fbdb887b5d0068ff6785b811 (diff) | |
download | freebsd-ports-gnome-f244c143dccd19bbbdf334b5877738c334d509f9.tar.gz freebsd-ports-gnome-f244c143dccd19bbbdf334b5877738c334d509f9.tar.zst freebsd-ports-gnome-f244c143dccd19bbbdf334b5877738c334d509f9.zip |
Improved description. In fact it related to jakarta-commons-validator.
PR: 65491
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
-rw-r--r-- | java/jakarta-commons-logging/pkg-descr | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/java/jakarta-commons-logging/pkg-descr b/java/jakarta-commons-logging/pkg-descr index d200e05fb8f4..a1af139856a3 100644 --- a/java/jakarta-commons-logging/pkg-descr +++ b/java/jakarta-commons-logging/pkg-descr @@ -1,11 +1,12 @@ -Generic Java library for validating data constraints. +Jakarta Commons Logging library. -A common issue when receiving data either electronically or from -user input is verifying the integrity of the data. This work is -repetitive and becomes even more complicated when different sets -of validation rules need to be applied to the same set of data -based on locale for example. Error messages may also vary by -locale. This package attempts to address some of these issues and -speed development and maintenance of validation rules. +There is a great need for debugging and logging information inside of Commons +components such as HTTPClient and DBCP. However, there are many logging APIs +out there and it is difficult to choose among them. -WWW: http://jakarta.apache.org/commons/validator/ +The Logging package is an ultra-thin bridge between different logging +libraries. Commons components may use the Logging API to remove compile-time +and run-time dependencies on any particular logging package, and contributors +may write Log implementations for the library of their choice. + +WWW: http://jakarta.apache.org/commons/logging/ |