Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

MyFaces ExtVal consists of the following modules:

Required modules:

Optional modules:

  • Validation-Modules
    • Property Validation
    • Bean Validation (JSR 303)
  • Component-Support
    • Trinidad-Support
    • Generic-Support

...

Code Block
xml
xml
titleOptional properties
<properties>
    <extval.version>2.0.4</extval.version>
</properties>

Use ExtVal without Maven

To use ExtVal without Maven, you have to manually download the ExtVal modules and add them to your classpath.

Manually downloading ExtVal

You can download the latest release at: http://myfaces.apache.org/extensions/validator/download.html. The release can be downloaded as .zip or .tar.gz file and contains all ExtVal modules mentioned on this page.

Previous releases are available at: dist/binaries and dist/source. In case of previous releases, all modules must be downloaded separately.

Adding ExtVal to the classpath

Just copy the JAR files of the modules that you're going to use to the place where you keep your libraries and add them to your classpath. This process differs, depending on the build tools and/or IDE you're using. No additional configuration is needed to start using ExtValDownload your preferred package and add the jar files to your classpath.