war « Development « Java Enterprise Q&A





1. Best location to put your CSS and JS files in a Mavenized Java Web app?    stackoverflow.com

I have a Web application in maven that follows this structure:

src
`-- main
    |-- java
    |-- resources
    `-- webapp
Is is better to put ...