Developer Guide: Difference between revisions

From Sysgem Support
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
== The Developer's Guide ==
== The Developer's Guide ==


Line 8: Line 7:
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:
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])  
* 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])
* 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:
Below is a list of references to tips and programming examples to help the novice SEM Developer:


. [[Dialogue Boxes]]
* [[Dialogue Boxes]]

Revision as of 12:04, 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:

  • OS/400 (CL)

Below is a list of references to tips and programming examples to help the novice SEM Developer: