blob: dc28ed9ca5078783d179260b11b0afef6acd1b91 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2007 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN"
"http://maven.apache.org/dtd/xdoc_1_0.dtd">
<document>
<properties>
<title>Development Guide - HiveMind</title>
</properties>
<body>
<section name="HiveMind IoC">
<p>
Tapestry makes extensive use of the <a href="http://hivemind.apache.org/hivemind1/">HiveMind</a> Inversion of Control container
for all of the core inner API and services.
</p>
<p>
This section of the development guide will go over some of the key services you may need to understand in order to take
full advantage of the functionality available to you.
</p>
<p>
<strong>See Also:</strong> <a href="../tapestry-framework/hivedoc/index.html">Tapestry HiveDoc</a> documentation.
</p>
</section>
</body>
</document>