Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Maven Configuration - Getting Started

It's quite easy to add ExtVal to your project. Just add the core as well as the module/s of your choice to the pom.xml of your project.

...

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

Use ExtVal without Maven

You can download the latest release at: http://myfaces.apache.org/extensions/validator/download.html

Previous releases are available at: dist/binaries and dist/source

Download your preferred package and add the jar files to your classpath.