Home »
Eclipse
Dynamic Web project in eclipse
In this article, we will look upon how to create/implement a Dynamic web project in eclipse mars 2.0?
Submitted by Manu Jemini, on February 28, 2018
The Eclipse IDE is very popular and used to make a wide range of projects. The Dynamic web projects contain different technologies together and make the working very simple.
To create a Dynamic web project we have to follow these 6 simple steps. First click on the File icon then hover on new field which will create a new menu to choose the type of projects or files you want to create. Choose dynamic web project and a window will open up. In the window fill the corresponding name for the project and click next. This wizard will tell us about the advance configurations which are not important for beginners, so keep on clicking next. In the End click finish and you will have your project ready.
Here are the steps to create dynamic web project in Eclipse,
1) Click on the Icon File
2) Hover on New
3) Click on Dynamic Web Project
4) Fill the name of the project and click next
5) Click next
6) Finally click FINISH
7) Here you have your project ready with all necessary files to work with
Now, one can add each and every file in these folders to work on web project.