On Wed, Mar 12, 2008 at 9:00 PM, Vadim Gritsenko <[EMAIL PROTECTED]> wrote: > > On Mar 9, 2008, at 9:08 PM, Natalia Shilenkova wrote: > > > The interface is very straightforward: > > void insertResource(Resource res) throws XMLDBException > > void updateResource(Resource res) throws XMLDBException > > void storeResource(Resource res) throws XMLDBException > > Ok. So storeResource() corresponds to existing > org.xmldb.api.base.Collection.storeResource() method, while > insertResource and updateResource will delegate to corresponding > methods on org.apache.xindice.core.Collection?
Exactly. > > I am not sure about service name, though. Any suggestions? > > Only ResourceManagementService comes to mind. Hmm... That exactly what I named the service :) Oh well, ResourceManagementService it is. Regards, Natalia