blob: 17ee7488163c547f9d0f0585a52aab82a9b84a77 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="dev@bval.apache.org" />
<META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<META name="Description" content="Apache BVal -- Documentation" />
<META name="Keywords" content="Apache BVal Bean Validation JSR-303 JavaEE6" />
<META name="Owner" content="dev@bval.apache.org" />
<META name="Robots" content="index, follow" />
<META name="Security" content="Public" />
<META name="Source" content="wiki template" />
<META name="DC.Rights" content="Copyright � 2010-2012, The Apache Software Foundation" />
<!-- Le styles -->
<link href="/resources/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
.headerlink {
visibility: hidden;
}
dt:hover > .headerlink, p:hover > .headerlink, td:hover > .headerlink, h1:hover > .headerlink, h2:hover > .headerlink, h3:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, h6:hover > .headerlink {
visibility: visible
} </style>
<link href="/resources/css/bootstrap-responsive.css" rel="stylesheet">
<link href="/resources/css/bval.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="/resources/images/feather-small.png">
<title>Apache BVal</title>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/index.html"><img src="/resources/images/bval-bean-small.png" alt="Apache BVal" title="Apache BVal" /></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="/downloads.html">Downloads</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
<ul class="dropdown-menu pull-right">
<li><a href="/samples.html">Samples</a></li>
<li><a href="/mvnsite/index.html">Generated Docs</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Development <b class="caret"></b></a>
<ul class="dropdown-menu pull-right">
<li><a href="https://git-wip-us.apache.org/repos/asf/bval">Source Code</a></li>
<li><a href="/coding-standards.html">Coding Standards</a></li>
<li><a href="/building.html">Building</a></li>
<li><a href="https://issues.apache.org/jira/browse/BVAL">Issue Tracker</a></li>
<li><a href="/beanvalidation-tck.html">Bean Validation TCK</a></li>
<li><a href="/automated-builds.html">Automated Builds</a></li>
<li><a href="/release-management.html">Release Management</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a>
<ul class="dropdown-menu pull-right">
<li><a href="/board-reports/index.html">Status</a></li>
<li><a href="/getting-involved.html">Getting Involved</a></li>
<li><a href="/people.html">People</a></li>
<li><a href="/mailing-lists.html">Mailing Lists</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<img src="/resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a>
<ul class="dropdown-menu pull-right">
<li><a href="https://www.apache.org">Home</a></li>
<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li>
</ul>
</li>
</ul>
<form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get">
<input value="bval.apache.org" name="sitesearch" type="hidden" />
<input class="search-query" name="q" id="query" type="text" />
</form>
<script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container" id="BValContent_Documentation">
<p>For the underlying JSR303 Bean Validation specification, checkout the <a href="http://jcp.org/en/jsr/detail?id=303">JCP</a></p>
<p><a name="Documentation-User'sGuide"></a></p>
<h1 id="users-guide">User's Guide<a class="headerlink" href="#users-guide" title="Permalink">&para;</a></h1>
<p>TBD...</p>
<p><a name="Documentation-JavaDocs"></a></p>
<h1 id="javadocs">JavaDocs<a class="headerlink" href="#javadocs" title="Permalink">&para;</a></h1>
<p>The complete set of online JavaDocs for the provider and optional modules
can be found online or downloaded from a Maven repository.</p>
<p><a name="Documentation-APIDocsfor0.3-incubating"></a></p>
<h3 id="api-docs-for-03-incubating">API Docs for 0.3-incubating<a class="headerlink" href="#api-docs-for-03-incubating" title="Permalink">&para;</a></h3>
<p><a href="http://incubator.apache.org/bval/0.3-incubating/apidocs/">Online 0.3-incubating JavaDocs</a></p>
<p>You can also download the built JavaDocs from the Maven repository -
<a href="http://repo1.maven.org/maven2/org/apache/bval/bval-jsr303/0.3-incubating/bval-jsr303-0.3-incubating-javadoc.jar">bval-jsr303-0.3-incubating-javadoc.jar</a>
<a href="http://repo1.maven.org/maven2/org/apache/bval/bval-core/0.3-incubating/bval-core-0.3-incubating-javadoc.jar">bval-core-0.3-incubating-javadoc.jar</a></p>
<p><a name="Documentation-APIDocsfor0.2-incubating"></a></p>
<h3 id="api-docs-for-02-incubating">API Docs for 0.2-incubating<a class="headerlink" href="#api-docs-for-02-incubating" title="Permalink">&para;</a></h3>
<p><a href="http://incubator.apache.org/bval/0.2-incubating/apidocs/">Online 0.2-incubating JavaDocs</a></p>
<p>You can also download the built JavaDocs from the Maven repository -
<a href="http://repo1.maven.org/maven2/org/apache/bval/bval-jsr303/0.2-incubating/bval-jsr303-0.2-incubating-javadoc.jar">bval-jsr303-0.2-incubating-javadoc.jar</a>
<a href="http://repo1.maven.org/maven2/org/apache/bval/bval-core/0.2-incubating/bval-core-0.2-incubating-javadoc.jar">bval-core-0.2-incubating-javadoc.jar</a></p>
<p><a name="Documentation-APIDocsfor0.1-incubating"></a></p>
<h3 id="api-docs-for-01-incubating">API Docs for 0.1-incubating<a class="headerlink" href="#api-docs-for-01-incubating" title="Permalink">&para;</a></h3>
<p><a href="http://incubator.apache.org/bval/0.1-incubating/apidocs/">Online 0.1-incubating JavaDocs</a></p>
<p>You can also download the built JavaDocs from the Maven repository -
<a href="http://repo1.maven.org/maven2/org/apache/bval/bval-jsr303/0.1-incubating/bval-jsr303-0.1-incubating-javadoc.jar">bval-jsr303-0.1-incubating-javadoc.jar</a>
<a href="http://repo1.maven.org/maven2/org/apache/bval/bval-core/0.1-incubating/bval-core-0.1-incubating-javadoc.jar">bval-core-0.1-incubating-javadoc.jar</a></p>
<p><a name="Documentation-OtherResources"></a></p>
<h1 id="other-resources">Other Resources<a class="headerlink" href="#other-resources" title="Permalink">&para;</a></h1>
<p>Since Apache BVal implements the JSR303 Bean Validation specification, most
articles and HowTo guides for the RI (Hibernate Validator) can also be used
as a reference:</p>
<ul>
<li><a href="http://jcp.org/en/jsr/detail?id=303">JSR 303 Bean Validation, Version 1.0 Specification</a></li>
<li><a href="http://docs.jboss.org/hibernate/beanvalidation/spec/1.0/api/">JSR 303 Reference Implementation Specification API JavaDoc</a></li>
<li><a href="http://docs.jboss.org/hibernate/stable/validator/reference/en/html/">JSR 303 Reference Implementation Reference Guide</a></li>
<li><a href="http://community.jboss.org/wiki/HibernateValidatorontheWeb">Hibernate Validator on the Web</a></li>
</ul>
</div>
<hr>
<div class="container">
<footer>
<p>Copyright © 2010-2021 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
View our <a href="/privacy-policy.html">privacy policy</a>.
</p>
<p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.
</p>
</footer>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
<script src="/resources/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="/resources/css/docco.css">
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.0.1/build/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</body>
</html>