From the course: Java EE: RESTful Service with JAX-RS 2.0

How to use the exercise files

From the course: Java EE: RESTful Service with JAX-RS 2.0

Start my 1-month free trial

How to use the exercise files

- [Instructor] If you have access to the exercise files, you can download them to the desktop as I have done here. I am currently running on a PC, but the files will work equally well regardless of your operating system. You should import the exercise files into your IDE as a Maven project, and I'm gonna be using IntelliJ during this course. However, any IDE that supports Maven will do. The exercise files have a modular structure that reflects the start and end states of each lesson. For example, the start state for chapter three, lesson three is located in folder name 03_03_start, and the end state is in 03_03_end. The start state contains all the necessary files and classes required for the lesson, and the end state contains the completed code for each lesson, which you can use as a reference. Additionally, there are several challenges throughout this course, and the solution to these challenges are also included with the exercise files.

Contents