1
vote
3answers
75 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
89 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 upcom …
5
votes
6answers
864 views
Best Java 7 features
What are some features that you like in the next version of Java?
1
vote
1answer
47 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 (additio …
4
votes
4answers
207 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 …
0
votes
2answers
170 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 JD …
18
votes
5answers
2k 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 …
4
votes
6answers
326 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 …
11
votes
8answers
703 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 …
5
votes
3answers
383 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 plac …
0
votes
6answers
197 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. Perh …
5
votes
13answers
664 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.
…
2
votes
4answers
376 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?
2
votes
13answers
379 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, yo …
5
votes
8answers
684 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?
N …
