Programming Issues
From DLXS Documentation
(Difference between revisions)
(One intermediate revision not shown.) | |||
Line 1: | Line 1: | ||
[[DLXS Wiki|Main Page]] > Programming Issues | [[DLXS Wiki|Main Page]] > Programming Issues | ||
- | + | ||
- | + | ||
==[[CGI Parameter Standards]]== | ==[[CGI Parameter Standards]]== | ||
A catalog of all parameters (arguments supplied in the HTTP query string) supported by DLXS middleware. | A catalog of all parameters (arguments supplied in the HTTP query string) supported by DLXS middleware. | ||
Line 21: | Line 20: | ||
A catalog of debug values and some environment variables. | A catalog of debug values and some environment variables. | ||
- | ==[[ | + | ==[[DLPS's Development Environment for DLXS Software]]== |
- | Describes the University of Michigan | + | Describes the University of Michigan DLPS group's development environment. |
[[#top|Top]] | [[#top|Top]] |
Current revision
Main Page > Programming Issues
Contents |
[edit] CGI Parameter Standards
A catalog of all parameters (arguments supplied in the HTTP query string) supported by DLXS middleware.
[edit] DLXS Middleware Library Modules
Describes the DLXS Perl Library Modules used by the DLXS middleware.
[edit] DLXS Object Class Hierarchy
Outlines the classes and subclasses in some of the main class hierarchies.
[edit] Naming Conventions
Describes naming conventions for parts of the DLXS middleware, including subclass module names, variable names for most common object instantiations, and method names.
[edit] Subclassing DLXS Class Modules
Provides a subclassing example.
[edit] Debugging DLXS Perl Code
A catalog of debug values and some environment variables.
[edit] DLPS's Development Environment for DLXS Software
Describes the University of Michigan DLPS group's development environment.