org.logicalcobwebs.proxool.configuration |
Helpers for configuring Proxool from various sources.
|
Java Source File Name | Type | Comment |
AllTests.java | Class | |
AvalonConfigurator.java | Class | Configurator for the Avalon Framework.
The configuration can contain any number of <proxool> elements. |
AvalonConfiguratorTest.java | Class | Tests that the AvalonConfgiuration works. |
ConfiguratorTest.java | Class | Tests that the programatic configuration of Proxool works. |
JAXPConfigurator.java | Class | Configurator that uses JAXP to get a parser for Proxool configuration xml. |
JAXPConfiguratorTest.java | Class | Tests that the JAXPConfgiuration works in various scenarios. |
LogKitTargetAdapter.java | Class | An Avalon LogKit target that delegates to a Jakarta Commons org.apache.commons.logging.Log . |
PropertyConfigurator.java | Class | Uses a standard Java properties file to configure Proxool. |
PropertyConfiguratorTest.java | Class | Tests that the PropertyConfigurator works. |
ServletConfigurator.java | Class | Allows you to configure Proxool using a servlet. |
XMLConfigurator.java | Class | A SAX 2 ContentHandler that can configure Proxool from an XML source.
This is just a ContentHandler, so you must associate it with a SAX parser for it to actually do anything.
If you have JAXP available
JAXPConfigurator will do this for you.
Properties that you pass on to the delegate driver have to be treated specially. |