I'm trying to move an existing web script off an older version of Alfresco, and along the way I've moved models and xml files into the data dictionary rather than storing them in the classpath.
There are also a number of images, css, and javascript files that need to be linked into the application but which are expanded overtop of webapps\alfresco\, which can't be the best practice. Where should these files go in the data dictionary so that the script can access them through dynamic URL addressing (images/blah.jpg). I'd like to avoid a bunch of "spacestore/xxx-xxx…" style filenames if I can.
I'm sure this is well-trodden territory so I apologize for what might seem redundant, rest assured I've Googled and haven't found a clear answer.