From the course: Migrating beyond Java 8

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Course project introduction

Course project introduction - Java Tutorial

From the course: Migrating beyond Java 8

Start my 1-month free trial

Course project introduction

- [Instructor] From this point forward in the course, we'll be working on a small project that will migrate an API created for the H Plus Sport Company from Java 8 to Java 11. H Plus Sport is a fictional company that provides nutrition and clothing products for an active lifestyle. On their website, we can see some of the products that they offer. The API that we're going to be building will create endpoints that provide information that can be queried about these products and recommendations for customers that may be interested in other products. We're going to take a look at the project by importing it into our Eclipse IDE. To do that, go to File and then navigate to Import, and then within this dialog, select the Existing Maven Projects option and hit Next. We'll then hit the Browse button and navigate to the Exercise Files directory for the course. And then we can open the Exercise Files for this lesson, which…

Contents