Part 1:The Java Development Environment
This part will introduce you to the development environment you will use throughout the book. While you may use an integrated development environment (IDE) tool, it is not necessary. As you will learn, all you will need is Java, a text editor, and the Maven build tool.
This part contains the following chapters:
- Chapter 1, Understanding Java Distributions
- Chapter 2, Code, Compile, and Execute
- Chapter 3, The Maven Build Tool