-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Mastering Microservices with Java 9 - Second Edition
By :
This chapter focuses on the development environment setup and configurations. If you are familiar with the tools and libraries, you could skip this chapter and continue with Chapter 3, Domain-Driven Design, where you could explore the domain-driven design (DDD).
This chapter will cover the following topics:
This book will use only the open source tools and frameworks for examples and code. This book will also use Java 9 as its programming language, and the application framework will be based on the Spring Framework. This book makes use of Spring Boot to develop microservices.
NetBeans' Integrated Development Environment (IDE) provides state of the art support for both Java and JavaScript, and is sufficient for our needs. It has evolved a lot over the years and has built-in support...