Som*_*DOS 4 python symlink zope plone zodb
假设我有一个对象/school1/document-rules.
假设在另一个上下文中/school2,我需要有相同document-rules的可用内容/school1/document-rules.
在ZODB中,拥有/school1/document-rules并/school2/document-rules意味着我有两个不同的对象.
我想知道是否可以/school2/document-rules 参考 /school1/document-rules.因此,/school2/document-rules它将类似于"ReferenceDocument","ReferenceLink"或类似于指向的符号链接/school1/document-rules.
为什么?文档是相同的,但有时在不同的上下文中使用相同的文档更有意义(在语义上).我有根据其上下文呈现的portlet,我不想复制document-rules.
有什么像我正在寻找的东西吗?Bultin还是使用模块?