Thursday, April 12, 2012

Session 0 - Starting With Netbeans

Here we go for the first web application in Netbeans.
->Click on File
->New Project
->Choose Java Web from the category
->Choose Web Application from Projects Window
->Next
->Type the name of the Project in Project Name Windows
->Browse the location where you want to store the project in Project Location Windows
->Next
->Choose the Server on which you want to deploy the project (Generally Glassfish is already there when you install Netbeans)
->Choose the version of Java from Java EE Version drop down.
->Next
->Right now we will not choose any of the frameworks because it is a basic application.
->Finish.

No comments:

Post a Comment