ng.zcmljunction Новое в ng.zcmljunction

README.txt

Андрей Орлов  2007-11-10 16:06

The zcmljunction is zope3 product developed to provide possibility rapid interface adapter creation. ...

The "junction" adapter: ng.zcmljunction

The "junction" adapter: ng.zcmljunction

The zcmljunction is zope3 product developed to provide possibility rapid interface adapter creation. To create adapter you can use new junction zcml-directive. Adapter can provide output interface attributes from attributes of input interface or it join.

Sample of use:

<junction
  for=".interfaces.IArticle"
  provides=".interfaces.ISearch"
  factory = ".searchadapter.SearchAdapter"
  >
  <property in="title" out="title"/>
  <property in="abstract" out="abstract"/>
  <property in="body" out="body" default=""/>
  <property in="abstract klass name keyword title body author" out="common" default=""/>
</junction>
Эпицентр Zope3 Учат тут Нейросети Репозиторий Статистика Редакторам Проекты
Подписаться на RSS Feed Официальный сайт Zope3 Московская группа изучения реактивного движения The Dream Bot Site noooxml