Skip to content

reta/jax-rs-2.0-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apache CXF and Bean Validation 1.1

  • 200 OK:

curl http://localhost:8080/rest/api/people -i -X POST -d "email=[email protected]&firstName=Tom&lastName=Knocker"

  • 200 OK:

curl http://localhost:8080/rest/api/people/[email protected]

  • 500 Internal Server Error:

curl http://localhost:8080/rest/api/people -i -X POST -d "email=[email protected]"

  • 400 Bad Request:

curl http://localhost:8080/rest/api/people -i -X POST -d "firstName=Tom&lastName=Knocker"

  • 500 Internal Server Error:

curl http://localhost:8080/rest/api/people?count=10 -i

About

Apache CXF and Bean Validation 1.1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages