I have developed various Java EE web-applications in Netbeans
by selecting webapplication
as the project type.
Now, I want to start coding a web-application in Eclipse
. The application will be based on Struts
framework.
The structure of the project created by Netbeans
and Eclipse
are different.
Q1. What project type I should choose for the above application in Eclipse
? I chose DynamicWebApplication
as the project type.
Q2. Which project structure to use for the web-application?