Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

equals(Object)​ ​/​ ​hashCode()

● http://www.ibm.com/developerworks/library/j-jtp05273/
● http://blog.caelum.com.br/ensinando-que-e-o-hashcode/
● Javadoc

Collections
● https://docs.oracle.com/javase/tutorial/collections/index.html

Java​ ​8

Default​ ​&​ ​static​ ​em​ ​interfaces


● https://docs.oracle.com/javase/tutorial/java/IandI/nogrow.html
● https://docs.oracle.com/javase/tutorial/java/IandI/defaultmethods.html

Lambda,​ ​method​ ​references,​ ​etc


● https://docs.oracle.com/javase/tutorial/java/javaOO/lambdaexpressions.html
● https://docs.oracle.com/javase/tutorial/java/javaOO/methodreferences.html
● https://docs.oracle.com/javase/tutorial/java/javaOO/whentouse.html

Streams
● https://docs.oracle.com/javase/tutorial/collections/streams/index.html
● https://docs.oracle.com/javase/tutorial/collections/streams/reduction.html
● https://docs.oracle.com/javase/tutorial/collections/streams/parallelism.html
● parallelStream()​ ​vs​ ​stream(),​ ​algumas​ ​limitações:
https://www.infoq.com/br/presentations/java-8-na-pratica-com-java-ee-7​​ ​(a​ ​partir​ ​de​ ​20​ ​min​ ​até​ ​32​ ​min,
aproximadamente)

Palestras​ ​e​ ​livros


● https://www.infoq.com/br/presentations/java8-lambda-a-apis
● https://www.casadocodigo.com.br/products/livro-java8
● https://www.youtube.com/watch?v=SO2W9KCWzvo

Design​ ​Java​ ​&​ ​OO


● https://www.amazon.com/Effective-Java-2nd-Joshua-Bloch/dp/0321356683/ref=sr_1_1?s=books&ie=UTF8&qi
d=1477581548&sr=1-1&keywords=effective+java+2nd+edition​​ ​(não​ ​considera​ ​alguns​ ​aspectos​ ​do​ ​Java​ ​8)
● https://www.amazon.com.br/Domain-Driven-Design-Tackling-Complexity-Software/dp/0321125215

www.improving.com.br contact@improving.com.br
● https://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882

REST

Métodos​ ​HTTP
● https://spring.io/understanding/REST
● http://www.restapitutorial.com/lessons/httpmethods.html

HATEOAS
● https://spring.io/understanding/HATEOAS

www.improving.com.br contact@improving.com.br

You might also like