Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

The Well-Grounded Java Developer [Repost]

Posted By: metalero87
The Well-Grounded Java Developer [Repost]

"The Well-Grounded Java Developer" by Evans
2012 | ISBN: 1617290068 | Pages: 496 | English | PDF | 18 MB

This book offers a fresh and practical look at new Java 7 features, new JVM languages, and the array of supporting technologies you need for the next generation of Java-based software. Starts with thorough coverage of Java 7 features like try-with-resources and NIO.2. You'll then explore a cross-section of emerging JVM-based languages, including Groovy, Scala, and Clojure. You will find clear examples that are practical and that help you dig into dozens of valuable development techniques showcasing modern approaches to the dev process, concurrency, performance, and much more.
Written for readers familiar with Java. No experience with Java 7 or new JVM languages required.

Table of Contents:
PART 1 DEVELOPING WITH JAVA 7
Introducing Java 7
New I/O
PART 2 VITAL TECHNIQUES
Dependency Injection
Modern concurrency
Class files and bytecode
Understanding performance tuning
PART 3 POLYGLOT PROGRAMMING ON THE JVM
Alternative JVM languages
Groovy: Java's dynamic friend
Scala: powerful and concise
Clojure: safer programming
PART 4 CRAFTING THE POLYGLOT PROJECT
Test-driven development
Build and continuous integration
Rapid web development
Staying well-grounded