Dekorationsartikel gehören nicht zum Leistungsumfang.
Well-Grounded Java Developer, The
Taschenbuch von Benjamin Evans (u. a.)
Sprache: Englisch

69,95 €*

inkl. MwSt.

Versandkostenfrei per Post / DHL

Lieferzeit 1-2 Wochen

Kategorien:
Beschreibung
Understanding Java from the JVM up gives you a solid foundation to grow your expertise and take on advanced techniques for performance, concurrency, containerization, and more.

In The Well-Grounded Java Developer, Second Edition you will learn:
  • The new Java module system and why you should use it
  • Bytecode for the JVM, including operations and classloading
  • Performance tuning the JVM
  • Working with JavaGÇÖs built-in concurrency and expanded options
  • Programming in Kotlin and Clojure on the JVM
  • Maximizing the benefits from your build/CI tooling with Maven and Gradle
  • Running the JVM in containers
  • Planning for future JVM releases

The Well-Grounded Java Developer, Second Edition introduces both the modern innovations and timeless fundamentals you need to know to become a Java master. Authors Ben Evans, Martijn Verburg, and Jason Clark distil their decades of experience as Java Champions, veteran developers, and key contributors to the Java ecosystem into this clear and practical guide.
The Well-Grounded Java Developer, Second Edition is a complete revision of the classic original with the latest innovations of the Java platform. It upgrades your existing Java skills with both JVM fundamentals like bytecode, and powerful new features such as modules and concurrency models.
YouGÇÖll broaden your understanding of whatGÇÖs possible by exploring Kotlin and other JVM languages, and learn how functional programming can offer a powerful new perspective. Each concept is illustrated with hands-on examples, including a fully modularized application/library, build setups for Maven and Gradle, and creating your own multithreaded application
Understanding Java from the JVM up gives you a solid foundation to grow your expertise and take on advanced techniques for performance, concurrency, containerization, and more.

In The Well-Grounded Java Developer, Second Edition you will learn:
  • The new Java module system and why you should use it
  • Bytecode for the JVM, including operations and classloading
  • Performance tuning the JVM
  • Working with JavaGÇÖs built-in concurrency and expanded options
  • Programming in Kotlin and Clojure on the JVM
  • Maximizing the benefits from your build/CI tooling with Maven and Gradle
  • Running the JVM in containers
  • Planning for future JVM releases

The Well-Grounded Java Developer, Second Edition introduces both the modern innovations and timeless fundamentals you need to know to become a Java master. Authors Ben Evans, Martijn Verburg, and Jason Clark distil their decades of experience as Java Champions, veteran developers, and key contributors to the Java ecosystem into this clear and practical guide.
The Well-Grounded Java Developer, Second Edition is a complete revision of the classic original with the latest innovations of the Java platform. It upgrades your existing Java skills with both JVM fundamentals like bytecode, and powerful new features such as modules and concurrency models.
YouGÇÖll broaden your understanding of whatGÇÖs possible by exploring Kotlin and other JVM languages, and learn how functional programming can offer a powerful new perspective. Each concept is illustrated with hands-on examples, including a fully modularized application/library, build setups for Maven and Gradle, and creating your own multithreaded application
Über den Autor
Ben Evans is a principal engineer at New Relic, a Java Champion, and the Java/JVM track lead at InfoQ, as well as a frequent contributor to Oracle's Java Magazine, and a regular speaker at conferences worldwide. He co-founded the Adopt-a-JSR and AdoptOpenJDK initiatives, and served on the Java Community Process Executive Committee for 6 years. Ben has also authored Optimizing Java, Java in a Nutshell, 7th Edition, and Java: The Legend.

Martijn Verburg is the principal SWE group manager for the Java Engineering Group at Microsoft. He is the co-leader of the London Java User Group (LJC) where he co-founded AdoptOpenJDK, the world's leading (non-Oracle) OpenJDK distribution. He has been made a Java Champion in recognition for his contribution to the Java ecosystem.

Jason Clark is a principal engineer and architect at New Relic, and was previously an architect at WebMD. A regular conference speaker, Jason contributes to the open-source project Shoes, aiming to make GUI programming easy and fun for beginners.
Inhaltsverzeichnis
table of contents
PART 1: FROM 8 TO 11 TO 17
READ IN LIVEBOOK1INTRODUCING MODERN JAVA
READ IN LIVEBOOK2JAVA MODULES
READ IN LIVEBOOK3JAVA 17
PART 2: UNDER THE HOOD
READ IN LIVEBOOK4CLASS FILES AND BYTECODE
READ IN LIVEBOOK5JAVA CONCURRENCY FUNDAMENTALS
READ IN LIVEBOOK6JDK CONCURRENCY LIBRARIES
7 UNDERSTANDING JAVA PERFORMANCE
PART 3: NON-JAVA LANGUAGES ON THE JVM
READ IN LIVEBOOK8ALTERNATIVE JVM LANGUAGES
READ IN LIVEBOOK9KOTLIN
READ IN LIVEBOOK10CLOJURE: A DIFFERENT VIEW OF PROGRAMMING
PART 4: BUILD AND DEPLOYMENT
READ IN LIVEBOOK11BUILDING WITH GRADLE & MAVEN
12 RUNNING JAVA IN CONTAINERS
READ IN LIVEBOOK13TESTING FUNDAMENTALS
14 TESTING BEYOND JUNIT
PART 5: NEW FRONTIERS
READ IN LIVEBOOK15ADVANCED FUNCTIONAL PROGRAMMING
16 ADVANCED CONCURRENT PROGRAMMING
17 MODERN INTERNALS
18 JAVA BEYOND 11
APPENDIXES
APPENDIX A: INSTALLING JAVA 11 & BUILDS AND LICENSES
APPENDIX B: REVIEW OF STREAMS AND FUNCTIONAL PROGRAMMING IN JAVA
Details
Erscheinungsjahr: 2023
Fachbereich: EDV
Genre: Informatik
Rubrik: Naturwissenschaften & Technik
Thema: Lexika
Medium: Taschenbuch
Seiten: 725
Inhalt: Kartoniert / Broschiert
ISBN-13: 9781617298875
ISBN-10: 1617298875
Sprache: Englisch
Einband: Kartoniert / Broschiert
Autor: Evans, Benjamin
Clark, Jason
Verburg, Martijn
Hersteller: Manning Publications
Maße: 235 x 186 x 39 mm
Von/Mit: Benjamin Evans (u. a.)
Erscheinungsdatum: 05.02.2023
Gewicht: 1,276 kg
preigu-id: 123854647
Über den Autor
Ben Evans is a principal engineer at New Relic, a Java Champion, and the Java/JVM track lead at InfoQ, as well as a frequent contributor to Oracle's Java Magazine, and a regular speaker at conferences worldwide. He co-founded the Adopt-a-JSR and AdoptOpenJDK initiatives, and served on the Java Community Process Executive Committee for 6 years. Ben has also authored Optimizing Java, Java in a Nutshell, 7th Edition, and Java: The Legend.

Martijn Verburg is the principal SWE group manager for the Java Engineering Group at Microsoft. He is the co-leader of the London Java User Group (LJC) where he co-founded AdoptOpenJDK, the world's leading (non-Oracle) OpenJDK distribution. He has been made a Java Champion in recognition for his contribution to the Java ecosystem.

Jason Clark is a principal engineer and architect at New Relic, and was previously an architect at WebMD. A regular conference speaker, Jason contributes to the open-source project Shoes, aiming to make GUI programming easy and fun for beginners.
Inhaltsverzeichnis
table of contents
PART 1: FROM 8 TO 11 TO 17
READ IN LIVEBOOK1INTRODUCING MODERN JAVA
READ IN LIVEBOOK2JAVA MODULES
READ IN LIVEBOOK3JAVA 17
PART 2: UNDER THE HOOD
READ IN LIVEBOOK4CLASS FILES AND BYTECODE
READ IN LIVEBOOK5JAVA CONCURRENCY FUNDAMENTALS
READ IN LIVEBOOK6JDK CONCURRENCY LIBRARIES
7 UNDERSTANDING JAVA PERFORMANCE
PART 3: NON-JAVA LANGUAGES ON THE JVM
READ IN LIVEBOOK8ALTERNATIVE JVM LANGUAGES
READ IN LIVEBOOK9KOTLIN
READ IN LIVEBOOK10CLOJURE: A DIFFERENT VIEW OF PROGRAMMING
PART 4: BUILD AND DEPLOYMENT
READ IN LIVEBOOK11BUILDING WITH GRADLE & MAVEN
12 RUNNING JAVA IN CONTAINERS
READ IN LIVEBOOK13TESTING FUNDAMENTALS
14 TESTING BEYOND JUNIT
PART 5: NEW FRONTIERS
READ IN LIVEBOOK15ADVANCED FUNCTIONAL PROGRAMMING
16 ADVANCED CONCURRENT PROGRAMMING
17 MODERN INTERNALS
18 JAVA BEYOND 11
APPENDIXES
APPENDIX A: INSTALLING JAVA 11 & BUILDS AND LICENSES
APPENDIX B: REVIEW OF STREAMS AND FUNCTIONAL PROGRAMMING IN JAVA
Details
Erscheinungsjahr: 2023
Fachbereich: EDV
Genre: Informatik
Rubrik: Naturwissenschaften & Technik
Thema: Lexika
Medium: Taschenbuch
Seiten: 725
Inhalt: Kartoniert / Broschiert
ISBN-13: 9781617298875
ISBN-10: 1617298875
Sprache: Englisch
Einband: Kartoniert / Broschiert
Autor: Evans, Benjamin
Clark, Jason
Verburg, Martijn
Hersteller: Manning Publications
Maße: 235 x 186 x 39 mm
Von/Mit: Benjamin Evans (u. a.)
Erscheinungsdatum: 05.02.2023
Gewicht: 1,276 kg
preigu-id: 123854647
Warnhinweis

Ähnliche Produkte

Ähnliche Produkte