I am developing web application with Spring and Hibernate. While searching in Google about validation and some other spring stuff I came across these words. JSR 303, JSR 330, JSR 310
etc.
What is JSR actually?
And what the numbers indicates associated with JSR?
Asked
Active
Viewed 1,300 times
-4

Raedwald
- 46,613
- 43
- 151
- 237

Vishal Zanzrukia
- 4,902
- 4
- 38
- 82
-
http://en.wikipedia.org/wiki/Java_Community_Process – Robby Cornelissen Jun 24 '14 at 09:29
-
1http://www.google.com/ – sp00m Jun 24 '14 at 09:29
-
1Did you search for them first? A search for "JSR 303" takes you straight to the home page for JSR 303, etc. – Jon Skeet Jun 24 '14 at 09:30
-
https://jcp.org/en/home/index – Jun 24 '14 at 09:31
1 Answers
3
JSR stands for Java Specification Request.
You can read about all requests here: all JSRs.
JSR 303 is about Bean Validation for example.

Adam Arold
- 29,285
- 22
- 112
- 207
-
2
-
@AdamAroid - I tend to agree, specific question with a specific answer - don't see a reason to downvote here. – John Deverall Nov 27 '16 at 12:31