Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Examples/MOXy/BVinJAXB"

(initial revision)
(No difference)

Revision as of 06:05, 16 April 2015

Using EclipseLink Bean Validation in JAXB

Bean Validation in JAXB enables developing safe applications with:

  • automatic runtime verification of Bean Validation constraints inside the marshalling framework,
  • automatic generation of Bean Validation metadata,
  • automatic generation of XML Facets,
  • translating between XML Facets and Bean Validation.


Learn how to gain advantage with Bean Validation in JAXB within MOXy today!


Back to the top