From the course: WebSocket Programming with Java EE

How to use the exercise files

From the course: WebSocket Programming with Java EE

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 onto the desktop as I have tone here. I'm currently on a PC where the files work equally well regardless of the operating system. You should import the files into your IDE as a Maven project. I'm going to be using (mumbles) in this course. However, any IDE that supports Maven will do. The exercise files have a modular structure that reflects a start and end state of each lesson. For example, the start state for chapter four, lesson four is located in a folder named 04_04_start, and the end state is in 04_04_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 the course. The solutions to those challenges are also included with the exercise files.

Contents