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?
Java Specification Requests (JSRs) are the actual descriptions of proposed and final specifications for the Java platform. At any one time there are numerous JSRs moving through the review and approval process.
Dependency Injection for Java defines a standard set of annotations (and one interface) for use on injectable classes. In the Java EE platform, CDI provides support for Dependency Injection. Specifically, you can use DI injection points only in a CDI-enabled application.
The Java Community Process(SM) Program - Introduction - Program Overview. The JCP program holds the responsibility for the development of Java technology. As an open, inclusive organization of active members and non-member public input, it primarily guides the development and approval of Java technical specifications.
It describes all aspects of the language, including the semantics of all types, statements, and expressions, as well as threads and binary compatibility.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With