Tagged Questions

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 …
8
votes
8answers
875 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 …
6
votes
6answers
1k views

Best Java 7 features

What are some features that you like in the next version of Java?
6
votes
2answers
393 views

New features in java 7

What new features in java 7 is going to be implemented? And what are they doing now?
5
votes
3answers
428 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 …
5
votes
13answers
679 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 …
5
votes
8answers
723 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 …
4
votes
4answers
237 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
345 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 …
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 …
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 …
2
votes
5answers
299 views

Any IcedTea war stories?

Okay, my first serious question. :-D I'm playing around with OpenJDK (7, not 6), and am about to start trying to build IcedTea on my Ubuntu system. I'm keen to hear from those who have played with …
1
vote
3answers
101 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?
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 …

1 2 next
15 30 50 per page