Frameworks

Home 9 Frameworks

Introduction

Frameworks are very popular in modern model-based software development. They are therefore often made available as MDG technology for the Enterprise Architect.

Programmers use this framework structure (usually the application architecture is specified here) as the basis for application development. This allows them to concentrate fully on their project and not have to worry about basic requirements (data processing, data storage system, etc.).

Take a look at some of the advantages of these frameworks:

R

Accelerated development: Frameworks contain code for specific functions that can be accessed at any time during the development process.

R

Defined architecture: Frameworks offer a clearly defined architecture on which the application is based. This facilitates collaboration and maintainability.

R

Access to libraries: Many frameworks enable access to libraries for the rapid expansion of applications.

R

Free availability: Frameworks are often developed as open source and can therefore be used and expanded at any time.