Difference between revisions of "MIRC CTP Articles"

From MircWiki
Jump to navigation Jump to search
Line 41: Line 41:
 
* [[Setting Up a MIRC Development Environment]] describes the development environment that was used to develop all the MIRC software, including CTP.
 
* [[Setting Up a MIRC Development Environment]] describes the development environment that was used to develop all the MIRC software, including CTP.
 
* [[Extending CTP]] describes how to add new pipeline stages or DatabaseAdapters to CTP.
 
* [[Extending CTP]] describes how to add new pipeline stages or DatabaseAdapters to CTP.
 +
* [[The CTP Module]] describes the contents and theory of operation of the CTP application.
 
* [[The Util Module]] describes the contents and theory of operation of the utilities used in CTP.
 
* [[The Util Module]] describes the contents and theory of operation of the utilities used in CTP.
 
* [[Using the CTP Application Server]] describes how to launch Java Web Start programs from the CTP Server.
 
* [[Using the CTP Application Server]] describes how to launch Java Web Start programs from the CTP Server.

Revision as of 12:06, 24 December 2012

This is a list of all the CTP articles on the RSNA MIRC Wiki.

Release Notes

Main Articles

Data Object Articles

Filter Articles

Anonymizer Articles

FileStorageService Articles

Special Configuration Articles

Articles for Developers and Planners

Deprecated Articles

  • The CTP JarClassLoader describes the mechanism that CTP used to load classes before it was changed to allow it to dynamically modify the classpath.