Slides And Resources For Immutable Java

I gave a talk at Java Day Riga 2013 about the use of immutable data in Java. Here are the slides and resources for that talk.



Slides





Resources

Building Blocks


JSR-310 Date And Time

For JDK 7 and earlier


JDK 8 Streams
Collections.unmodifiableXXX()
Guava Immutable Collections
Clojure Collections

Java Sources
clj-ds wrappers with generic types for Java


pcollections


Immutable Object Models


final fields
Domain-Driven Design: Tackling Complexity in the Heart of Software - quoted from Chapter 5: A...
 •  0 comments  •  flag
Share on Twitter
Published on November 26, 2013 07:50
No comments have been added yet.