Developer Guide: Difference between revisions
From Sysgem Support
Jump to navigationJump to search
No edit summary |
|||
| Line 6: | Line 6: | ||
This guide gives an understanding of developing and/or customizing SEM modules. It gives an introduction to the SEM Framework and the tools for developing, testing, and publishing software for the SEM environment. | This guide gives an understanding of developing and/or customizing SEM modules. It gives an introduction to the SEM Framework and the tools for developing, testing, and publishing software for the SEM environment. | ||
Readers of this guide should | Readers of this guide should have a prior understanding of the programming language [http://en.wikipedia.org/wiki/Perl Perl] for developing scripts to run on the Windows platform and optionally the command languages for the following platforms: | ||
. UNIX ([http://en.wikipedia.org/wiki/Korn_shell Korn Shell]) | |||
. OpenVMS ([http://en.wikipedia.org/wiki/DIGITAL_Command_Language DCL]) | |||
. OS/400 ([http://en.wikipedia.org/wiki/AS/400_Control_Language CL]) | |||
Below is a list of references to tips and programming examples to help the novice SEM Developer: | |||
. [[Dialogue Boxes]] | |||
Revision as of 12:03, 21 January 2011
The Developer's Guide
Welcome to the Sysgem Enterprise Manager (SEM) Development Guide!
This guide gives an understanding of developing and/or customizing SEM modules. It gives an introduction to the SEM Framework and the tools for developing, testing, and publishing software for the SEM environment.
Readers of this guide should have a prior understanding of the programming language Perl for developing scripts to run on the Windows platform and optionally the command languages for the following platforms:
. UNIX (Korn Shell) . OpenVMS (DCL) . OS/400 (CL)
Below is a list of references to tips and programming examples to help the novice SEM Developer: