Code Monkey home page Code Monkey logo

resources's Introduction

resources

Repository for The Well-Grounded Java Developer, 2nd Edition project resources

Table of Contents

  • Ch01 - Introducing modern Java
  • Ch02 - Java modules
  • Ch03 - Java 17
  • Ch04 - Class files and bytecode
  • Ch05 - Java concurrency fundamentals
  • Ch06 - JDK concurrency libraries
  • Ch07 - Understanding Java performance
  • Ch09 - Kotlin
  • Ch10 - Clojure
  • Ch11 - Building with Maven & Gradle
  • Ch11 - Running Java in containers
  • Ch13 - Testing fundamentals
  • Ch14 - Testing beyond JUnit
  • Ch15 - Advanced functional programming
  • Ch16 - Advanced concurrent programming
  • Ch17 - Modern internals
  • Ch18 - Future Java

Running the Examples

Examples throughout this repo come in three forms:

  • Maven projects
  • Gradle projects
  • Simple examples with loose code files

Maven and Gradle projects should be ready to build mvn compile or ./gradlew build. Individual example README files will contain more precise instructions for running from the command-line, as the details vary per project.

Examples with loose code files may be either compiled individually or loaded in an IDE. See the example README files for more precise instructions for each case. You may need to set the SDK version for the project.

โš ๏ธ We don't recommend loading this entire project from the root. The mixture of builds, JDK versions and loose files doesn't tend to work well together. Any individual Ch* location should be loadable, though, even when it contains multiple projects.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.