Folks!
For quite some time I have thought about something like a store that directly takes copy/move/delete which is currently done by the Macro implementation that does a single request per resource to the stores. However, there may be many stores which could make sense of the direct combined calls, for example the file store.
What would be needed for this would be a check if such a macro operations concernes a single store only. If yes and this particular store supports the MacroStore interface it should be dispatched to it. If not the old code should be executed.
What about binding here?
How do I find out which stores are involved? Analysing what has been configured in Domain.xml?
Other problems? Comments?
Oliver
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
