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.

JAX-RS project setup

JAX-RS project setup - Java EE Tutorial

From the course: Java EE 8 Essential Training

Start my 1-month free trial

JAX-RS project setup

- [Instructor] Eclipse makes the setup of a new JAX-RS project very simple. Let's go ahead and build out a new JAX project. Just open the new dialogue, and then type dynamic web project, and you'll see the selection. Go ahead and move to the next screen, and then, here, we need to provide a name for our new project. It's going to be Hsports-catalog-jax, and then from here, we can proceed to the next screen in the wizard and we'll remove the existing source folder. We'll switch it over to source main java, and then we'll add another folder source main resources, and then we'll proceed to the next screen. Here we're going to, once again, switch out that content directory to source main web app. And, from here, we can go ahead and hit finish. So you'll see that our new project is created. And then what we're going to do is add a new JAX-RS application. So if you just type application within the new dialogue, you'll see…

Contents