:: Readme :: Validation 1.0.2 ::
Validate and present validation results effectively
The JGoodies Validation helps you validate user input
in Swing apps and report validation errors and warnings.
It has been designed to work with different architectures
and programming flavors.
The Validation library requires Java 1.4 or later.
The accompanying tutorial sources require the JGoodies Binding and JGoodies Forms.
Getting Started
The Validation tutorial is an important part of this distribution.
It demonstrates different ways to use the Validation library
and provides reusable code.
The tutorial sources ship in folder src/tutorial.
It is recommended to run the precompiled
Validation Demo
before you work with the library.
Support
First off, do not send personal mail!
You may subscribe to the
users mailing list
and
browse
or
search
the list's archive.
And you can direct new questions to
users@validation.dev.java.net.
Please
register
with this list before you post; otherwise I need to manually accept your messages.
Also, you can use the
issue tracker
to find issues regarding the Binding. As a project observer you can log defects,
request features and suggest enhancements.
Distribution Contents
docs/api |
|
JavaDocs directory |
|
lib |
|
libraries required for the tutorial |
|
src/extras |
|
useful extensions - work in progress |
src/test |
|
sources for unit tests |
src/tutorial |
|
tutorial sources |
|
LICENSE.txt |
|
the software license agreement |
README.html |
|
this readme file |
RELEASE-NOTES.txt |
|
Release Notes |
build.xml |
|
ANT build file |
default.properties |
|
ANT default build properties |
|
validation-1.0.2-src.zip |
|
zipped library sources |
validation-1.0.2.jar |
|
the library jar |
|