Hi Oliver,

Oliver Zeigermann wrote:
4. org.apache.slide.store.impl.rdbms.J2EEStore seems to be an updated
version of slidestore.j2ee.J2EEStore. However they differ in the
following respects:
- org.apache.slide.store.impl.rdbms.J2EEStore implements all store
interfaces and deleagates store access to a configurable adapter while
slidestore.j2ee.J2EEStore does this to its subclasses
J2EEDescriptorsStore and J2EEContentStore
- database schema is is different while
org.apache.slide.store.impl.rdbms.J2EEStore is very superior

5. Conclusion: The only public production quality store is
org.apache.slide.store.impl.rdbms.J2EEStore which its standard adapter
implementation StandardRDBMSAdapter.

The rdbms.J2EEStore was my attempt to refactor the JDBC and J2EE stores based on a new schema submitted by Ashok Kumar. Unfortunately it was never finished, and AFAIK it doesn't even work correctly in its current incarnation. Ashok has since posted updated versions of the new schema and store implementation, which unfortunately also resulted in the code base being forked (i.e. Ashok did not switch to the version committed in slide's CVS repository and build upon that version).


While it may appear that this implementation is a "production quality store", it is a work in progress that has never been finished, and *will* never get finished if nobody picks up where I left. But as this is open-source, *you* can be the one to continue it if you see the potential ;-)

-chris


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to