-4

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?

Raedwald
  • 46,613
  • 43
  • 151
  • 237
Vishal Zanzrukia
  • 4,902
  • 4
  • 38
  • 82

1 Answers1

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