Should I use threeten instead of joda-time
Posted
by
Yan Cheng CHEOK
on Stack Overflow
See other posts from Stack Overflow
or by Yan Cheng CHEOK
Published on 2011-01-07T06:04:09Z
Indexed on
2011/01/07
6:53 UTC
Read the original article
Hit count: 210
java
Hello all,
I came across http://www.jroller.com/scolebourne/entry/why_jsr_310_isn_t.
1) I am currently migrating Java Calendar to joda-time. I was wondering, should I use threeten instead of joda-time? Is threeten production ready?
2) Can threeten library and joda-time libraries exist together in a same application? As I am using some 3rd parties libraries, which is using joda-time library too.
3) Will joda-time become an abandon project since there is threeten?
Thanks.
© Stack Overflow or respective owner