Hi, On 3/25/07, hanasaki <[EMAIL PROTECTED]> wrote:
Does the export / import take care of things like base64 encoding binaries/images into CData sections?
Yes. The only things not included in a system view export are the node type definitions and version histories of the exported content tree. Otherwise a system view export contains everything you need to recreate the content tree in another repository.
Hmmm anything like a "federated" system that looks logically as one and does referals like LDAP?
A "federated" JCR Repository would be a very cool thing to have. A simplistic implementation would just compose a number of Repository instances (local or remote) under a single Repository facade that would route login() calls based on some workspace naming convention. This would of course not support operations like copy() or clone() or have global namespaces, node types, or version histories. BR, Jukka Zitting
