What steps are needed to upgrade from Joda-Time to Java SE 8 date and time (JSR-310)?
From Joda-Time to java.time
Joda-Time has been a very successful date and time library,
widely used and making a real difference to many applications over the past 12 years or so.
But if you are moving your application to Java SE 8, its time to consider moving on to
java.time
, formerly known as JSR-310.
The java.time
library contains many of the lessons learned from Joda-Time,
including stricter null
handling and a better approach to multiple calendar systems.
I use the phraseology that java.time
is "inspired by Joda-Time", rather than an exact derivation,
however many concepts will be familiar.
More at blog.joda.org
No hay comentarios:
Publicar un comentario