Library
Apache Jakarta HiveMind version 1.1.1
The concept behind HiveMind, and most other dependency-injection microkernels, is to reduce the amount of code in your application and at the same time, make your application more testable. In most applications, there is an awful lot of code in place that deals just with creating objects and hooking them together, and reading and processing configuration files. HiveMind moves virtually all of that logic into the framework, driven by the module deployment descriptors. Inside the descriptor, you describe your services, your configuration data, and how everything is hooked together within and between modules.
Statistics
Packages
Comments
Books
Packages
NameDescription
org.apache.hivemindThe main HiveMind package.
org.apache.hivemind.antAnt tasks to support HiveMind.
org.apache.hivemind.buildNo description provided.
org.apache.hivemind.conditionalClasses and interfaces used in the implementation of conditional contributions.
org.apache.hivemind.eventsNo description provided.
org.apache.hivemind.implImplementations of interfaces defined in the org.apache.commons.hivemind package.
org.apache.hivemind.impl.servicemodelNo description provided.
org.apache.hivemind.internalNo description provided.
org.apache.hivemind.internal.serSerialization of services.
org.apache.hivemind.libNo description provided.
org.apache.hivemind.lib.chainNo description provided.
org.apache.hivemind.lib.factoryNo description provided.
org.apache.hivemind.lib.groovyNo description provided.
org.apache.hivemind.lib.implNo description provided.
org.apache.hivemind.lib.pipelineNo description provided.
org.apache.hivemind.lib.strategyNo description provided.
org.apache.hivemind.lib.utilNo description provided.
org.apache.hivemind.managementNo description provided.
org.apache.hivemind.management.implNo description provided.
org.apache.hivemind.management.log4jNo description provided.
org.apache.hivemind.management.mbeansNo description provided.
org.apache.hivemind.methodmatchNo description provided.
org.apache.hivemind.orderClasses and interfaces for ordering objects based on dependencies.
org.apache.hivemind.parseClasses used to parse HiveMind module deployment descriptors, and descriptor objects that represent the parsed information.
org.apache.hivemind.schemaInterfaces defining Schema support (used to process extension point contributions and service parameters).
org.apache.hivemind.schema.implImplementations of schema-related intefaces defined in package org.apache.hivemind.schema.
org.apache.hivemind.schema.rulesImplementations of the Rule and Translator interfaces.
org.apache.hivemind.serviceDefinitions of services provided by the hivemind module.
org.apache.hivemind.service.implImplementations of services provided by the hivemind module.
org.apache.hivemind.servletClasses to support use of HiveMind within servlet applications.
org.apache.hivemind.utilImplementations of Resource and related utilities.
Search