I would recommend using WEB-INF/jsp or WEB-INF/pages. As far as the resource directories, I prefer to call them styles, scripts and images.
Matt On 5/26/06, Allen Gilliland <[EMAIL PROTECTED]> wrote:
guys, i just wanted to give a heads up that i am shifting a bunch of our /web/* resources around in preparation for the work i'm doing on Roller 3.0. i've already started this work and done just the easy stuff that i was pretty certain everyone would be agreed on ... 1. moved all the struts ui jsps to the web/WEB-INF/jsps/* directory. we've already talked about this and agreed on it a few months ago. 2. moved leftover jsps, css, images, etc, to directories under web/roller-ui/* doing this reorg is very important to the requirements of the new url structure implementation because it helps us consolidate the url space in order to help prevent collisions between virtual weblog urls and real resources. the only decision of any real consequence that i have made so far is to choose "/roller-ui/*" as the single directory that we would use to consolidate all of our web resources. the plan is to put all resources used by the authoring/admin ui (css, js, imgs, etc) under here. "/roller-ui/*" is just the name i chose because it seemed to make sense and coincides with our java package naming as well. does anyone have any objections to this? -- Allen
