1 2 2 Centralizing Information in A Repository

Visual LANSA

1.2.2 Centralizing Information in A Repository

Many traditional 3GL programs contain a great deal of redundant information about the application. Information such as a description of a field, its defaults and valid values may be stored in each separate program which uses a particular field. Rules such as referential file integrity or file relationships are often required. A large amount of the logic in programs is simply repeated business definitions and business validation rules.

The LANSA architecture helps developers to overcome the above problems by centralizing the information about the business application in the LANSA Active Object Repository. It removes redundant code from the programming environment. It ensures that common business logic is shared and reused by storing it just once in a central location - the Repository. And because the LANSA architecture is open, the information in the LANSA Repository can also be used by other development tools.

Development with 1.4 LANSA RDML becomes much more productive because the developer reuses the centralized application definitions of objects in the repository. RDML programs become much smaller and simpler as they do not duplicate information that has already been centralized in the repository. The developer writes significantly less code and is able to generate applications faster by reusing the information in the repository.

The LANSA Repository simplifies maintenance because business changes can be made to the central definition in the repository instead of changing each application program. In fact, the application program may not require any recompilation at all. Impact analysis, coding, and testing are all simplified due to LANSA's ability to centralize information.

Also See

1.2.3 Repository and RDML

Ý 1.2 LANSA Architecture