From the course: Java EE: Concurrency and Multithreading

Unlock the full course today

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

Set up a Java EE RESTful application

Set up a Java EE RESTful application

From the course: Java EE: Concurrency and Multithreading

Start my 1-month free trial

Set up a Java EE RESTful application

- [Narrator] Okay now that we've seen the APIs, let's go ahead and set up the Java Enterprise Edition Application. We are going to build a RESTful application. We are going to see the usage of the enterprise concurrency APIs inside a REST class. So through a REST class we are going to use them. So let's see what to do in order to set up that RESTful application in the NetBeans IDE. The first step is to create a new project from Maven archetype. So what I'm gonna do is, I'm just going to clear everything, stop everything, and let's start from the beginning. Clear this out. Okay. So I'm gonna say new project and there you choose option of Maven. Now under this list for a particular project, I'm actually going to make one from a Maven archetype. So say next and it will search for that archetype. The archetype is Java EE 8 Essentials Archetype. Very convenient archetype which will give you a complete reference to the Java EE 8 APIs. Okay say next and give it a name. So let's call it…

Contents