what is the goal?
How will mounting Resources independent effect the operation of Ofbiz?
why not stick with Content with a Resources Webapp?
<DataResourceType dataResourceTypeId="IMAGE_OBJECT" description="Image"
hasTable="Y" parentTypeId=""/>
on the second part as long as the reference to resources in done by
content method, instead of absolute location, then where it is located
is a matter of changing the Content record.
Jacopo Cappellato sent the following on 7/16/2012 2:40 AM:
As a first step in the review/cleanup of the "images" component I am proposing to move its content,
i.e. the "images" webapp, to the framework/resources, transforming it into a component that will
mount the "images" application.
This is a trivial change but in my opinion "resources" is a more appropriate component
name than "images".
The next steps for the future will be to move out of the framework the folders in the
"images" application that are specific to applications (somewhere under runtime
seems a good approach).
What do you think?
Jacopo