com.jcorporate.expresso.kernel.management |
This package provide classes that provide the core logic for managing the
Expresso configuration hierarchy. It can be expanded upon via Swing Clients,
Web applications, etc.
If you are 'outside' of the hierarchy and need to be able to reach into it
for management or backwards compatibility, use the ExpressoRuntimeMap to retrieve
an instance of the various configuration runtimes that are available on the
system.
|
Java Source File Name | Type | Comment |
ComponentConfigBridge.java | Class | |
ComponentFactory.java | Class | This class provides several helper functions to help instantiate a particular
component or runtime. |
DefaultServiceWriter.java | Class | Default Implementation of the class used to write the ExpressoServices
configuration file to a file or stream. |
DOMWriter.java | Interface | This interface is the link between an XML DOM and the file it should
serialize to. |
ExpressoRuntimeMap.java | Class | This class allows controllers and other classes to potentially access
Expresso Runtime Environments that they aren't necessarily a part of. |
ServiceWriter.java | Interface | The ServiceWriter does exactly what its name implies, it writes expresso-services.xml
files. |
TraxDOMWriter.java | Class | DOM Writer that uses the Java TRAX API for writing the Expresso configuration
file. |
XercesDOMWriter.java | Class | This class writes the DOM structures to a file using specific Xerces capabilies. |