Skip to content

Example of JSR-303 data validation using Annotations and XML constraints.

Notifications You must be signed in to change notification settings

dvpatel/spring-jsr303

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-jsr303

Example of Spring / JSR-303 data validation JSR-303 Annotations.

For technical documentation, refer to URL: http://digital-gems.blogspot.com/2013/07/protecting-your-application-from-mallory.html

System Requirements:

  • Java +1.6
  • Git +1.8
  • Maven +3.X

All dependencies, including Spring, Hibernate, tomcat7, and other supporting libraries are retrieved and configured using maven project manager. See pom.xml for complete details.

Run-time

Code Access:

Build Project:

  • cd spring-jsr303
  • mvn package

Run Unit Tests:

  • cd spring-jsr303
  • mvn test

Run Sample App:

To clean:

  • cd spring-jsr303
  • mvn clean

About

Example of JSR-303 data validation using Annotations and XML constraints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published