Labels

Learn the powerful enterprise adaptable database:

Getting Started With ADABAS & Natural

Sunday, March 3, 2013

NetBeans: Developing Web Applications with Servlets and JSPs

This tutorial is based on NetBeans IDE 7.3. package.

1) Run NetBeans IDE 7.3. Go to menu File/New Project...

2) Choose Java Web Category and Web Application Project. Click Next.


3) Set the Name and Location of Web Application.



4) Set the Server Settings.


5) Do not select any framework. Click Finish.


6) Project is created and displayed on window.


7) Right-click Project Name and choose Run.

8) Web page automatically appears.


9) Initial Project Creation and Deployment is done. You can go back to the NetBeans window, modify the index.jsp file by inserting your own codes and redeploy to the server.


No comments:

Post a Comment