Book Image

Spring MVC Beginner's Guide

By : Amuthan Ganeshan
Book Image

Spring MVC Beginner's Guide

By: Amuthan Ganeshan

Overview of this book

Table of Contents (19 chapters)
Spring MVC Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Bean validation


Java bean validation (JSR-303) is a Java specification that allows us to express validation constraints on objects via annotations. It provides the APIs to validate and report violations. The hibernate validator is the reference implementation of the bean validation specification. We are going use the hibernate validator for validation. You can see the available bean validation annotation at the following URL:

http://docs.oracle.com/javaee/6/tutorial/doc/gircz.html