vote up 4 vote down star

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 API. Alas, I can find no mention of it in the published docs.

Is this because it simply hasn't been done yet, and this published API is an early, incomplete snapshot, or because the idea has been quietly dropped?

flag

74% accept rate

4 Answers

vote up 5 vote down check

Alex Miller is running a very informative website about jdk7 features.

JSR 310 is still not confirmed according to this page.

link|flag
Hey, that's a very useful page. Lots of cool stuff in there. – skaffman Aug 17 at 11:27
+1 Awesome link – butterchicken Aug 17 at 11:35
vote up 0 vote down

It is possible it will be added as a module and not tightly integrated into the jdk (like jaxb for example). It would not be nice. In the meantime you can check the january javadoc, but a lot has changed.

link|flag
vote up 2 vote down

FYI a preliminary datetime API from this JSR is available here. This snapshot is dated the end of January, so I have no idea how up-to-date it is :(

link|flag
Ah, very interesting, thanks. – skaffman Aug 17 at 11:22
vote up 3 vote down

Last I heard, JSR 310 was running behind and might not get into Java 7. And yes, that's a huge shame - although at least we've got Joda Time as a stopgap until then.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.