jsr Questions
1
Solved
Could anyone, please, explain what is the difference between the two: Specification for evaluation vs Specification for building an implementation for any available JSR process, for example, JSR 29...
2
Solved
I'm trying to get my head around some concepts in Java:
JSR(s): describe specifications, but carry no actual implementations. E.g. http://jsr311.java.net/ is the "home" for "Java™ API for RESTful...
1
Solved
I am developing an Android application which needs some rmi stuff since Android doesn't support rmi by default i found this project can be used to bundle the rmi package with my Android application...
2
This is a pretty special question and I'm not sure if stackoverflow is the right platform to ask it but I try anyway...
I'm currently writing an implementation of JSR-80 (javax.usb) and just found...
6
Solved
I'm looking at some Java code, and I've noticed the following:
if (!foo(bar, baz, qux)) {
i = 0; jsr 433;
}
javac chokes on it, saying it's not a statement and that a semicolon is expected afte...
4
Solved
I'm considering implementing one or two JSR APIs. I have not yet read the entire specification (the plan is to read them as I code the implementation) but I am very familiar with them. I have read ...
Pyriform asked 23/4, 2009 at 11:15
© 2022 - 2024 — McMap. All rights reserved.