What project type in eclipse do I choose when I want a spring mvc web application? (i’m not using maven).
I want a layout where I can choose the folder names.
i want them to be similiar in layout to how spring’s sample applications are setup (basic mvc, petclinic etc).
You’d choose a standard web project and put the Spring JARS in the WEB-INF/lib. The Spring context XML would be loaded by the ContextLoaderListener, and the path would be declared in the web.xml.