From the course: Java EE: Bean Validation

Using the exercise files

From the course: Java EE: Bean Validation

Start my 1-month free trial

Using the exercise files

- [Narrator] You will have access to the exercise files, which you can download to the desktop, as I have done here. I'm currently on a PC, but the files will still work regardless of your operating system, and you shouldn't pull the exercise files into your IDE, as a Maven project. Now, I'm going to 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 state of each lesson. For example, the start state for chapter three, lesson three is located in folder 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. The end state contains the completed code for each lesson, which you can use as a reference. Additionally, there are several challenges throughout the course, and the solution to these challenges are also included in the exercise files.

Contents