From the course: Java EE 8 Essential Training

Unlock the full course today

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

Project setup

Project setup - Java EE Tutorial

From the course: Java EE 8 Essential Training

Start my 1-month free trial

Project setup

- In this lesson, we will create and configure a new project that will use the Java EE 8 Security API. So to get started, we're just going to open the new dialog and then create a Dynamic Web Project. So select that option and hit next. And then, we're going to name the project the hsports-catalog-security project. And you'll just hit next after you've provided that name. Then we're going to go ahead and remove the existing source folder, and we're going to add the source main Java folder, as well as the source main resources source folder. Okay, from there we're going to proceed to the next pane in the dialog and we're going to name this source main web app. From there, we'll hit finish. That's going to create our new project and, then within the source main Java source folder, we're going to create a new servlet. So we'll go ahead select servlet and hit next. We'll put the servlet within the com.linkedin package, and…

Contents