From the course: Java EE: Concurrency and Multithreading

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

From the course: Java EE: Concurrency and Multithreading

Start my 1-month free trial

Project setup

- [Instructor] Okay, so now let's take a look at the Environment Setup. We'll look at the software prerequisites first, and then we'll go on to see how do you create a project. We of course will need Java Development Kit, that is JDK, the Java software, version 1.8 or higher. It can be downloaded from the link that is mentioned on the slide. Then, we of course need an integrated development environment. We are choosing NetBeans IDE, which is one shop stop for all the development activity, like coding, testing, hosting the application on the server, et cetera. 8.2 is the most stable version, so we'll go with that. However, if you are comfortable with any other integrated development environment like, say, Eclipse, or IntelliJ, you are free to pick that up. Now, under the Java Enterprise Edition concurrency utilities we are going to build a RESTful application, and we need to host that on an application server for which we will require an application container, right? So we have chosen…

Contents