ValidationFeaturePage edited by Andrew RedkoChanges (1)
Full ContentBean Validation Feature IntroductionAmong many other features, JAX-RS 2.0 specification introduces Bean Validation 1.1 support as a mandatory part of implementation. In an effort to fulfill this requirement, Apache CXF provides full-fledge validation support for JAX-RS / JAX-WS endpoints, both for request parameters and response values. DependenciesBean Validation support in Apache CXF is implementation-independent and is built solely using API. As such, the only required dependency is: <dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>1.1.0.Final</version>
</dependency>
Stop watching space
|
Change email notification preferences
View Online
|
View Changes
|
- [CONF] Apache CXF Documentation > Validat... Sergey Beryozkin (Confluence)
- [CONF] Apache CXF Documentation > Va... Andrew Redko (Confluence)
- [CONF] Apache CXF Documentation > Va... Andrew Redko (Confluence)
- [CONF] Apache CXF Documentation > Va... Andrew Redko (Confluence)
- [CONF] Apache CXF Documentation > Va... Andrew Redko (Confluence)
- [CONF] Apache CXF Documentation > Va... Andrew Redko (Confluence)
- [CONF] Apache CXF Documentation > Va... Andrew Redko (Confluence)
- [CONF] Apache CXF Documentation > Va... Andrew Redko (Confluence)
- [CONF] Apache CXF Documentation > Va... Andrew Redko (Confluence)
- [CONF] Apache CXF Documentation > Va... Andrew Redko (Confluence)
- [CONF] Apache CXF Documentation > Va... Andrew Redko (Confluence)
- [CONF] Apache CXF Documentation > Va... Daniel Kulp (Confluence)
