Re: New storage implementation for Slide
"Oliver Zeigermann" <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Mike! You need to implement NodeStore, LockStore, RevisionDescriptorsStore, RevisionDescriptorStore, SecurityStore and ContentStore from package org.apache.slide.store Have a look at org.apache.slide.store.txfile.TxFileContentStore and org.apache.slide.store.txfile.TxXMLFileDescriptorsStore or org.apache.slide.store.impl.rdbms.AbstractRDBMSStore as a reference. HTH and cheers Oliver 2006/8/12, Mike Murray <[email protected]>: > Hello everyone, > I am the project manager for a distributed redundant network data storage > system called Rings. > I was curious about how one would go about constructing a new data storage > implementation for slide so that, instead of using an SQL database, it could > use this network data storage system that we are developing. The data > storage system is similar to a relational database, but there are some key > differences. > > Which classes or interfaces would have to be implemented and how much > documentation is available on this? > Could anyone estimate the cost (developer hours) of doing this? > > If someone on this list is interested in actually helping to write the code > for this, I can send the documentation for our tool (not yet publicly > available) and add a user to CVS. > > Let me know if you are interested / can help. > > -mike > >