Developer Guide: Difference between revisions
m moved Developer Hints to Developer Guide |
|||
| Line 1: | Line 1: | ||
== The | == The SEM Development Guide == | ||
Welcome to the Sysgem Enterprise Manager (SEM) Development Guide! | Welcome to the Sysgem Enterprise Manager (SEM) Development Guide! | ||
| Line 12: | Line 12: | ||
* OS/400 ([http://en.wikipedia.org/wiki/AS/400_Control_Language CL]) | * OS/400 ([http://en.wikipedia.org/wiki/AS/400_Control_Language CL]) | ||
== Overview: SEM Components == | |||
An overview of the SEM framework giving the software components that are installed with Sysgem Enterprise Manager is decribed on the [[SEM Overview]] page. It describes the purpose of the following software components and how those components interact with each other: | |||
* [[SEM Authorization Server]] | |||
* [[SEM Management Console]] (GUI) | |||
* [[SEM Agents]] | |||
== Developer Examples == | |||
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:51, 21 January 2011
The SEM Development 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)
Overview: SEM Components
An overview of the SEM framework giving the software components that are installed with Sysgem Enterprise Manager is decribed on the SEM Overview page. It describes the purpose of the following software components and how those components interact with each other:
- SEM Management Console (GUI)
Developer Examples
Below is a list of references to tips and programming examples to help the novice SEM Developer: