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...
Cease asked 25/11, 2011 at 16:15

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...
Wrongful asked 12/12, 2011 at 15:39

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...
Adagio asked 16/3, 2011 at 6:47

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...
Gradient asked 1/2, 2011 at 7:5

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...
Valet asked 30/11, 2010 at 10:1

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.