Tagged Questions

1
vote
2answers
74 views

JSR305 vs. JSR308 (Java Type Anotations) - Which is going to be the standard?

Hello! There seem to be two different JSRs for annotations. JSR-305: Annotations for Software Defect Detection (additional resource) JSR-308: Annotations on Java Types (additional resource) Both …
1
vote
3answers
107 views

Java7 swing application framework support

The future of the Swing application framework on the Java 7 platform is undefined. http://weblogs.java.net/blog/archive/2009/08/19/saf-and-jdk7 Is it safely to use it now?
2
votes
1answer
99 views

Is it possible to change the base millisecond refrence time 1970 to 2008 in java (like JSR-310)

I want to be able to change the base millisecond reference from 1970 to 2008 in java so that I can save space in the database and unique Ids. Preferably with Joda-Time. The upcoming jsr-310 in the …
6
votes
6answers
1k views

Best Java 7 features

What are some features that you like in the next version of Java?
4
votes
4answers
248 views

Java 7 Date/Time API

I notice that a snapshot of the Java 7 API has been up on java.sun.com for some time, but I only just had a look through it just now, looking specifically for the promised JodaTime-inspired Date/Time …
5
votes
3answers
437 views

What’s the upcoming Java concurrency library: jsr166y? jsr166z?

Hello! I wanted to play around with the upcoming concurrency library which is going to be included in Java 7 according to this website. It seems to be named JSR166. In most places its reference …
18
votes
5answers
3k views

What differences will Java 7 have from Java 6, and what will it mean to us Java programmers?

What differences will Java 7 have from Java 6, and what will it mean to us Java programmers? I'm very curious about what the future of java holds, and I've been able to find some info on Java 7, but …
0
votes
2answers
189 views

JDK-7 SwingWorker deadlocks?

I have a small image processing application which does multiple things at once using SwingWorker. However, if I run the following code (oversimplified excerpt), it just hangs on JDK 7 b70 (windows) …
9
votes
8answers
924 views

Closures in Java 7

I have heard that closures could be introduced in the next Java standard that is scheduled to be released somewhere around next summer. What would this syntax look like? I read somewhere that …
4
votes
6answers
350 views

Chained invocation in Java 7?

I was just reading a Java7 preview presentation (pdf) and there was a slide on Chained Invocation. Here is the example used in the slide: // Construction with setters DrinkBuilder margarita = new …
5
votes
13answers
684 views

What are you looking forward to in Java 7?

Java SE 7 is the next major release for Java SE. The details are sketchy, same goes for timelines, although Alex Miller has a nice round-up, and generally a good place to start. Also, here is a …
2
votes
4answers
409 views

Why will there be no native properties in Java 7?

Is there any rational reason, why native properties will not be part of Java 7?
0
votes
6answers
201 views

What language feature would you most like to see in the next release of Java? [closed]

Possible Duplicates: What features would you like to see in Java? What are you looking forward to in Java 7? Iwas just wondering if anyone had any opinions on this. Perhaps its a feature of …
2
votes
13answers
385 views

What’s the motivation for properties?

I'm a bit confused as to why languages have these. I'm a Java programmer and at the start of my career so Java is the only language I've written in since I started to actually, you know, get it. So …
5
votes
8answers
735 views

What new features in java 7 do you find most useful?

From this thread New features in java 7 I found the new features in java from Alex Miller list Which ones do you find most useful and why? Which ones will be counterproducent? NOTE this list is not …

1 2 next
15 30 50 per page