From the course: Learning NetBeans

Unlock the full course today

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

Create the project

Create the project

From the course: Learning NetBeans

Start my 1-month free trial

Create the project

- [Instructor] So the web application that we're going to be building will look like this. That is the end product of it. It's a CRUD application that will allow us to create, read, update, and delete records from our sample database that we created earlier. To get started let's move on over to NetBeans and we're going to double check a couple of things. Under the services tab let's go to expand the node and make sure that GlassFish is started. Let's expand the node for GlassFish and under applications I have IdeTourWeb that has been deployed. Let' have a clean slate and just undeploy that. You might have some others that are there also. If so, feel free to undeploy that. And now let's confirm that we are connected to our sample database which it looks like we are here. I can expand the node for the sample database and expand APP and view our tables and if I right click and view data on customer tables we have the data that we know we are going to be working with. So look's like we're…

Contents