12
votes
8answers
866 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 …
1
vote
2answers
71 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 …
5
votes
3answers
426 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 …
1
vote
3answers
100 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?
6
votes
6answers
994 views
Best Java 7 features
What are some features that you like in the next version of Java?
2
votes
1answer
98 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 …
0
votes
2answers
185 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) …
4
votes
4answers
235 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 …
4
votes
6answers
344 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 …
0
votes
6answers
200 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 …
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 …
2
votes
4answers
405 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
384 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 …
0
votes
1answer
376 views
Arrays as proper objects [closed]
I have written a page here on using arrays as proper objects with their own methods instead of relying on helper classes like Arrays, Arrays and ArrayUtils.
ints.sort(); // instead of …
5
votes
13answers
678 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 …
