Friday, September 5, 2014

Develop Web Application


* To develop a web application you need to perform the following steps.
 
   -  Create new project.
      + choose java web and after that choose web application.


   - Name project and choose location to place project.


   - Choose server and version of java.


   - Servlet to server client.

     + right click on project and choose new ,after choose other and the click on servlet.



   - Name servlet and name package to place servlet file.






   - Click on finish.So we have finished to create a new servlet.


No comments:

Post a Comment