ZCML

ZCML
常用释义
ZCML

扩展信息

Zope Configuration Markup Language
Zope Configuration Markup Language (ZCML)python-zope.dottedname (3.4.6-3) [universe] Resolver for Python dotted names …
配置标记语言
Zope3 采用配置标记语言(ZCML)来完成这个工作。 ZCML 采用 XML 语言作为基础,通过 描述的方式进行各种类与接口的适配 …
配置文件
在Zope3中,组件之间通过配置文件ZCML),按照接口适配拼装,组装成应用。Zope3采用类似J2EE的对象松耦合架构,同 …

例句

At this point an authentication box should pop up and ask you for your username and password - users are listed in the principals. zcml.

这时将会弹出一个要您输入用户名和密码的认证框,用户将在principals.zcml文件中列出。

Zope提供了一个非常强大的提取工具来获取所有来自Python、页面模板、ZCML文件的可翻译文本字符串。

因为ZCML不会被单元测试执行,所以我们需要在这里手动运行它。

For simplicity and keeping it all at one place, we are going to store the policy-specific security configuration in security. zcml.

为了简单起见,我们把把它保存在一个地方,我们将在security.zcml文件中存储policy-specific安全配置。

Feel comfortable with writing ZCML-based view configuration. Optional.

能轻松编写基于ZCML的配置。

他们永远在Zope3启动的时候经由Zope配置标记语言(ZCML)来初始化和注册,就像我之前提到的那样。

Therefore, you have to register a package's root ZCML file with the startup mechanism.

因此我们必须在启动过程中注册一个包的根ZCML文件。

这可以通过ZCML来实现,ZCML是一个扩展配置语言,用于在Zope3中定义和描述组件。