Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9bc5e9e

Browse files
committedDec 8, 2015
adding aditional resources
1 parent 161ca36 commit 9bc5e9e

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
 

‎README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Learning what's new in Java SE 8. My learning path includes content from java tutorials, examples, books and workshops.
33

44

5+
# Resources
6+
7+
## Books
8+
* [Functional Programming in Java (Dr. Venkat Subramaniam)](https://pragprog.com/book/vsjava8/functional-programming-in-java)
9+
10+
## Links
11+
* [Introduction to New Features in Java 8](http://slidedeck.io/DDuarte/java8-slides)
12+
* [Lambda Expressions](http://docs.oracle.com/javase/tutorial/java/javaOO/lambdaexpressions.html)
13+
* [Java Lambda Expressions Basics](https://dzone.com/articles/java-lambda-expressions-basics)
14+
* [Java Platform Standard Edition 8 Documentation](http://docs.oracle.com/javase/8/docs/)
15+
* [Java™ Platform, Standard Edition 8 API Specification](http://docs.oracle.com/javase/8/docs/api/)
16+
* [Java 8 in Anger](http://www.infoq.com/presentations/java8-examples)
17+
* [Lambdas and Streams in Java 8](http://www.infoq.com/presentations/java-8-lambda-streams)
18+
* [Java 8 Lambdas - A Peek Under the Hood](http://www.infoq.com/articles/Java-8-Lambdas-A-Peek-Under-the-Hood)
19+
* [InfoQ eMag: Java 8](http://www.infoq.com/minibooks/emag-java-8)
520

621
#### Author
722

‎java8-tutorials/.empty

Whitespace-only changes.

‎oracle-mooc-java8/.empty

Whitespace-only changes.

0 commit comments

Comments
 (0)
Please sign in to comment.