hlship 2004/04/30 12:22:58
Modified: xdocs index.xml
Log:
Update more docs to use SDL instead of XML.
Revision Changes Path
1.26 +10 -9 jakarta-hivemind/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-hivemind/xdocs/index.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- index.xml 28 Apr 2004 23:31:17 -0000 1.25
+++ index.xml 30 Apr 2004 19:22:58 -0000 1.26
@@ -42,7 +42,7 @@
</li>
<li>
<b><a href="configurations.html">Configuration</a></b>:
- HiveMind allows you to provide complex configuration data to
your services in an XML
+ HiveMind allows you to provide complex configuration data to
your services in a
format <em>you</em> define. HiveMind will integrate the
contributions of such data from
multiple modules and convert it all into data objects for you.
HiveMind configurations allow for powerful, data-driven solutions which
combine seemlessly with the service architecture.
@@ -63,7 +63,7 @@
<p>
HiveMind is organized around <em>modules</em>: individual building
blocks, each providing a particular
set of services and configurations. Each module is deployed as its own
JAR file,
- containing its own XML <a href="descriptor.html">descriptor</a>. At
runtime,
+ containing its own <a href="descriptor.html">descriptor</a>. At
runtime,
HiveMind combines <em>all</em> the modules and their descriptors
together ...
seemlessly combining the services specific to
your application with the services provided by HiveMind and by other
third-party libraries.
@@ -299,12 +299,13 @@
The following descriptor snippet defines a service, provides a core service
implementation
(using &_create-instance;), and adds method logging (using &_interceptor;):
</p>
-<pre><![CDATA[
-<service-point id="MyService" interface="com.myco.MyServiceInterface">
- <create-instance class="com.myco.impl.MyServiceImpl"/>
- <interceptor service-id="hivemind.LoggingInterceptor"/>
-</service-point>
-]]></pre>
+<pre>
+service-point (id=MyService interface=com.myco.MyServiceInterface)
+{
+ create-instance (class=com.myco.impl.MyServiceImpl)
+ <b>interceptor (service-id=hivemind.LoggingInterceptor)</b>
+}
+</pre>
</td>
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]