I'm working on a Java EE project right now, and I love it. Much nicer (IMO) than PHP. I was looking for a list of Java EE coding conventions just to make sure I was adhering to them. I ran across this link:
http://java.sun.com/developer/technicalArticles/javaserverpages/code_convention/
This page states that I should have directories such as /js, /css, and /WEB-INF/jspf under the webroot (/web) but I HATE that. I would rather use meaningful directory names such as /scripts, /styles, and /fragments, like I would with PHP.
Can S.O. shed some light on this?