From the course: Java EE 7: Enterprise JavaBeans (EJB)

Unlock the full course today

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

Set up the database

Set up the database

From the course: Java EE 7: Enterprise JavaBeans (EJB)

Start my 1-month free trial

Set up the database

- [Instructor] Now let's explore what we've created before so what is included in our project here, what we have available and then set up our database. So while we explore very briefly what we had in here, let's go ahead and take a look at what are the components of each of these elements here. So inside of each of these elements you're going to have source packages and then you're going to have library. So things that are related to the Enterprise app except the VinylApp here. So in the VinylApp you're going to have the Java EE module. So for example, if you click here, you're going to have a VinylApp war which is this guy here and the VinylApp ejb which is this guy here. So you're going to have our two modules imported inside of our Enterprise module here. Also, inside of our ejb, once we start creating beans, we're going to have them inside of our libraries and source packages here. And then our VinylApp war the same thing as we start creating elements. Now the next thing we need…

Contents