I am trying to learn about CachedRowSet in Java, and I am reading some tutorials about it. I have come across reference implementation terminology very often.
For ex
JSR (Java Specification Request) - theory
JSR (Java Specification Request)
RI (Reference Implementation) - concrete, working code proving that JSR can work. Basically, a sample implementation.
RI (Reference Implementation)
You can create your own implementation of any JSR and use RI as an example if you're not sure about something.