Below steps explain the creating a dynamic web project using STS.
Step 1 : Select File -> New -> Other.
Step 2: Select the Dynamic web project from the menu and click on Next button.
Step 3: Give a name to Dynamic web project and click on Finish button.
Step 4: A new project will be created as below with web project structure
Java Source files can be kept into src folder other files can will be kept into the sub folders of the WebContent folder.
Reblogged this on All At One.