What is the relevance of JSR and how does one optimize it for one’s use?
I read something like jsr82 for Bluetooth and some other for other technical apps.
What’s its relevance?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
JSRs are Java Specification Requests, basically change requests for the Java language, libraries and other components.
It’s all part of the Java Community Process, whereby interested parties can put forward their ideas for enhancements and (hopefully) have them taken up and acted upon. The process is detailed here.
For example, the Bluetooth one you mention is tracked here and the definitive list is maintained here.