Java Low Latency Training Second Part: Bibliography

Regarding the training I mentioned before I do not know when future editions are planned. However, I am preparing a list with recommended materials as well as available basic resources:

Start with Refcards: 
http://refcardz.dzone.com/refcardz/java-profiling-visualvm
http://refcardz.dzone.com/refcardz/core-java-concurrency

Additionally very recently a new Refcard from DZone was published. It is related to Java 8 and comprises topics from the Java Memory Model to the most common failure points in systems, passing through concurrency, parallelization, etc. Strongly recommended:

http://refcardz.dzone.com/refcardz/java-performance-optimization


Maybe you are an enthusiastic programmer. So, you can review the presentations for the training: 

JVM Profiling an Tuning (GFT Prezi) 
Java Programming for Performance (GFT Prezi) 

..then, bibliography really will help you to advance: 

Java Performance: The Definitive Guide 
Publisher: O'Reilly Media 
By: Scott Oaks 
Year: 2014 

Java Performance and Scalability: A Quantitative Approach 
Publisher: PerfMath 
By: Henry Liu 
Year: 2013 

Programming Concurrency on the JVM 
Publisher: The Pragmatic Bookshelf  
By: Venkat Subramaniam  
Year: 2011  

Java 7 Concurrency Cookbook  
Publisher: The Pragmatic Bookshelf  
By: Javier Fernández González 
Year: 2012  

The Well-Grounded Java Developer  
Publisher: Manning  
By: BENJAMIN J. EVANS, MARTIJN VERBURG  
Year: 2013  

Evidently, the goal of the selected bibliography is based on recommend to beginners a few recent books and articles for a quick start. Available bibliography in the Java Community is quite extensive.

Comments