Tagged Questions

JSR commonly refers to Java Specification Requests, formal standards for the Java platform.

learn more… | top users | synonyms

127
votes
4answers
22k views

Who is preventing the release of Java 1.7? [closed]

I recently attended a talk by a Sun engineer, Charlie Hunt, regarding performance. The talk was interesting enough but one question was regarding the release date of 1.7. He said it's delayed as ...
12
votes
2answers
387 views

Alternative to Cypress EZ-USB FX CY3671

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 ...
4
votes
6answers
369 views

What does the jsr keyword mean?

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 ...
3
votes
2answers
50 views

JAX-RS in relation to Jersey and JSRs

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 ...
3
votes
4answers
499 views

How to implement a JSR Specification

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 ...
2
votes
1answer
105 views

where is JSR-97 (JavaHelp)

Since the Sun->Oracle transition, the search for java-documentation has been a mess. I'm looking to find the official JSR-97 specs: http://jcp.org/aboutJava/communityprocess/final/jsr097/index.html ...
1
vote
0answers
32 views

JSR: Specification for evaluation vs Specification for building an implementation

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 299. ...
1
vote
0answers
56 views

Adding meta tag to head element of JSR 286 portlet in Webspehere portal

We have developed JSR 286 portlet. While loading the JSP page in IE8, we are facing some alignment issues due to which our screen is not loading properly. We could figure out that, it is because of ...
1
vote
2answers
90 views

what should and where should i download for work with jsr-303 in spring?

what should i download for working with validation in spring.know annotations are unknown in my classes for example in blow code: public String register2( @Valid User user , BindingResult br) { ...
1
vote
1answer
33 views

How to find out which JSRs are used in a jar file?

I want to know if a jar file can run properly on my phone, I know JSRs that my phone supports,but I don't know which JSRs are used in a jar,so can anyone suggest me any tool?
1
vote
1answer
75 views

JSR223 and its Cryptic exceptions

Is there a way to get better error messages from JSR 223? I'm trying to use it to run Groovy scripts and whenever there is a problem in the execution, I get exceptions that are truly crypic. Here is ...
1
vote
1answer
665 views

Is it possible to assess Jackrabbit repository using plain HTTP?

As I understand it should be natively available in Jackrabbit 1.6 (I've found this blog entry http://dev.day.com/microsling/content/blogs/main/jrnativehttp.html) but I can not find any example ...
1
vote
2answers
1k views

JSR 256 battery events

How can I detect whenever the power cord is unplugged from electrical socket using JSR 256?
1
vote
2answers
207 views

Most promising new JSRs?

Fairly recently I have picked up a very useful web service framework, Jersey (JAX-RS aka jsr-311; and its rock start implementation), and a nifty validation library Hibernate Validator ("Bean ...
1
vote
3answers
152 views

Does anyone know how to open a JSR-82 application in Windows Vista?

I have a host device that connects to anything running JSR-82. The problem is that I don't have a mobile device that runs JSR-82 applications. I wish I could simply connect to my host device within ...
0
votes
1answer
20 views

Where can I download the jar file for the datasync API?

I want to use javax.microedition.datasync in my MIDlet application to synchronize data of my mobile phone with a computer. The problem is that I don't know where to find the library used by the ...
0
votes
0answers
54 views

Get SATSA/JSR-177 working on Blackberry

What do I have to do in order to get SATSA/JSR-177 working on a Blackberry phone? What code signing keys do I need and what permissions should I declare in the jad file?
0
votes
0answers
29 views

Captcha in JSR Bean Validation in Spring

I'm thinking to implement a captcha validation and see if it's possible in JSR bean validation. Captcha library like SimpleCaptcha or Kaptcha would use session to store the captcha info when ...
0
votes
2answers
98 views

Single Instance File Storage with JAVA

I was storing some files based on a checksum but I found a flaw that 2 checksums can be identical sometimes. I always try looking for API instead of reinventing the wheel, but I can't find anything. ...
0
votes
0answers
52 views

calling porlet:actionUrl from Iframe i.e html

I am new to portal development and facing one problem. I have jsr286 portlet and inside it there is html iframe (which calls series of html pages). my question is how i can call "" from one of html ...
0
votes
1answer
19 views

Where can I find detailed description of the JSR for the Java Enterprise edition 7 with explanation and details?

I searched the JSR website, but it's pretty random there. I could not make out much. Thanks, Sid
0
votes
1answer
1k views

How to find the jar of java.rmi package

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 ...
0
votes
1answer
121 views

Is spring Form validation different than JSR bean validation

I have seen that annotation like @NotNull etc are given in JSR Specifications. Now as i am currently studying Spring MVC and building website in that so i am confused are they same or different and ...
0
votes
0answers
47 views

JSR 150 (i18n service for J2EE) status query

Is any one aware what is the status of JSR 150. I am mainly looking for i18n context propagation across various JEE containers.
0
votes
2answers
159 views

How to add a link to the “create SMS” page in Sony Ericsson in J2Me?

I'm developing a J2Me application. Currently I'm trying to add properties to my app specifically for the Sony Ericsson. I have a W705 Sony Ericsson mobile phone. My app sends SMS messages and so far ...
0
votes
3answers
177 views

get list of phone supported jsr

Hi how can i get lis of phone jsr support on application ? is it possible ? thanks
0
votes
2answers
67 views

What version of a JSR should a J2EE container implement?

Is it acceptable for a J2EE container to provide an implementation that complies with the public review version of a JSR, as opposed to the final draft (or even proposed final draft) ? I'm not sure on ...