Hello there,
I'm considering David's Model
(http://wiki.apache.org/jackrabbit/DavidsModel) and was wondering how
would David handle translations of documents.
Let's say I have a file, for example: file.xml which is written in
English, and I want to store its translation to, say, Spanish. Which
would be the recommended storage model?
1) Common storage place
/content/file.xml (English version)
/content/file-es.xml (Spanish version)
/content/file-fr.xml (French version)
2) Folders for each language
/content/en/file.xml
/content/es/file.xml
/content/fr/file.xml
3) Workspaces for each language
/content/file.xml (in 'en' workspace)
/content/file.xml (in 'es' workspace)
/content/file.xml (in 'fr' workspace)
Other? My ears are open, Thanks in advance.