On 3/3/06, Michael Aemisegger <[email protected]> wrote: > I don't understand why static resources should be processed by a > servlet. Could you explain further why you want to go that way?
Easier packaging, more modularization... it's better to remove any clutter related to the admin interface from a magnolia-based webapp (lighter, easier to deploy and to update). Static resources here refers only to resources related to the admin interface part (for example the fckeditor resources). And since we need a way to allows modules to share their resources easily, whithout the need for them to copy everything to the main webapp. fabrizio ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
