I have a Spring MVC 3.0 project, using Maven, generated right from Eclipse's New -> Project -> Spring Project -> Spring MVC Project
. However, I see two resources
folders, one directly under src/main and another one level deeper under src/main/webapp. I guess this is a two part question.:
(a) Under which of the two should my static content (css, js, and imgs) go? and
(b) What, then, is supposed to go under the other one?