Author: Amanda Tissot

  • Compiling and Running a Service – Java Module System

    Compiling and Running a Service The directory structure of the adviceService application is analogous to that of the adviceApp (Figure 19.9, p. 1181). We can compile all modules in the adviceService application as before. However, note that compilation of the serviceprovider module does not require any other modules except the…