
Creating Web Application in Eclipse
The following are the steps which will create the web application using eclipse.
- Goto File > new >project or right click the project explorer and then select new>project option.
- Project dialog box appears.
- Select the Dynamic web application from the Web option.
- Enter the name for the project and select the location where you want to create the project folder.
- Click finish.
- This will create the folders like src, build and WebContent. WebContent is the folder where we will place all the dependent libraries and jsp files where as in src we will have Java source files for the application.
Note:- Click here to see the steps in a movie. We are using the latest version of Eclipse 3.2.2. The downloadable zip file is available on the http://eclipse.org site.
Jsp Discussion
- - Two forms in one JSP
- - PASS VARIABLES BETWEEN 2
- - Table data
- - Unable to laod the image
- - The Ultimate Web UI Frame




