Can we use JCR API over MySQL?
Posted
by n_mysql
on Stack Overflow
See other posts from Stack Overflow
or by n_mysql
Published on 2010-03-22T21:52:37Z
Indexed on
2010/03/23
1:41 UTC
Read the original article
Hit count: 485
Apache Jackrabbit (or the JCR API) helps you separate the data store from the data management system. This would mean that every data store provider would have to implement the JCR API for his own data store. The question is JCR implemented for MySQL? Can we use the JCR API over MySQL? I want to truly abstract out where i store my content, so that tomorrow if i don't want to use a relational DB i can swap it out with the file system with ease.
© Stack Overflow or respective owner