donaldp 2002/09/14 21:43:31
Modified: info/src/xdocs index.xml
Log:
More docs
Revision Changes Path
1.4 +26 -0 jakarta-avalon-excalibur/info/src/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/info/src/xdocs/index.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- index.xml 15 Sep 2002 04:28:05 -0000 1.3
+++ index.xml 15 Sep 2002 04:43:31 -0000 1.4
@@ -35,6 +35,32 @@
</ul>
</section>
<section name="The Solution">
+ <p>To address these concerns, descriptor elements for loggers,
+ and context entrys were defined and the notion of tags were
+ introduced.</p>
+ <p>Tags define a mechanism via which a the meta data about a
+ component can be extended. Each tag has a name and set of
+ parameters. An example of a tag is;</p>
+ <source>
+<![CDATA[
+<!-- A simple tag defining security features -->
+<tag name="avalon:sec">
+ <!-- Make sure that the caller is in the role "Bob" -->
+ <param name="role" value="Bob"/>
+</tag>
+]]></source>
+ <p>The definition of tag names and parameters is not required to
be
+ defined by the info project. Containers are encouraged to define
their
+ own set of tags to support container specific features. Some tag
+ definitions that are common between containers are documented on
our
+ <a href="tags.html">Tags</a> page.</p>
+ <p>The info project does not intend to define implementation
+ strategies for containers who wish to support the info model and
the
+ tag extensions. It is recomend that you visit the
+ <a href="http://jakarta.apache.org/avalon/excalibur/interceptor">
+ Interceptor</a> project.</p>
+
+
</section>
</body>
</document>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>