Date: 2004-04-26T08:09:08
Editor: HowardLewisShip <[EMAIL PROTECTED]>
Wiki: Jakarta HiveMind Wiki
Page: FeatureRequest
URL: http://wiki.apache.org/jakarta-hivemind/FeatureRequest
no comment
Change Log:
------------------------------------------------------------------------------
@@ -40,8 +40,7 @@
Wouldn't it be nicer to inline the content of the <contribution> tag into the
<implementation> tag?
So instead of:
-
-
+{{{
<configuration-point id="config"
occurs="1"><schema>...</schema></configuration-point>
<contribution configuration-id="config"/>my configuration
setting</contribution>
@@ -53,10 +52,9 @@
</construct>
</invoke-factory>
</implementation>
-
+}}}
I would like to write:
-
-
+{{{
<implementation service-id="my.service">
<invoke-factory service-id="hivemind.BuilderFactory">
<construct class="my.Implementation">
@@ -64,7 +62,7 @@
</construct>
</invoke-factory>
</implementation>
-
+}}}
= Putting the object to be configured object onto the stack =
Currently the configuration contributions are put into a list via the
<invoke-parent method="addElement"/> tag.
If the first object on the stack for the inlined configuration wouldn't be the
SchemaProcessor but the created but
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]