Logo

Documentation

The documentation for JaValid is currently available in PDF format and can be viewed here:

The API documentation can be browsed online as well here:

Instead of viewing the documentation online, you can also download the binary distribution, which includes the documentation (both the .pdf and API) as well.

Examples

Examples can be found here, new examples will be added to that page in time. Many more samples can be found in the unit tests, which ship with both binary and source distributions.

Building JaValid yourself

To build JaValid yourself from source, you can either download the source distribution or checkout from subversion directly (see the downloads page). Either way you must have the following:
  • J2SE 1.5.x
  • Ant 1.7
Make sure Ant is on your path and the variable JAVA_HOME set to your J2SE installation directory. Go to the root of the source where you can find the build.xml file and from a shell/command type: ant
Once the build is done you can find the result in the newly created submap 'build'.