|
|
|
|
|
- The steps for creating a RAD pattern
- Creating the RAD Pattern project
- The analysis of the RAD Pattern project
- Analysis
- Example of application
Creating the RAD Pattern project
The steps for creating a RAD pattern Creating the RAD Pattern project The RAD pattern is created from a "RAD Pattern" project. To create a "RAD Pattern" project:- Click in the quick access buttons. The window for creating a new element is displayed: click "Project".
- In the project creation wizard, select "RAD pattern".
- Specify the project name and location. These options cannot be modified. In WINDEV, the project corresponds to a ".WDP" file. This file can be opened by WEBDEV and WINDEV Mobile. For more details, see Common project.
All the objects associated with the project will be created in the specified directory. - Finish the wizard. The project is automatically created and associated with an analysis. This analysis contains the necessary files for creating a RAD that can be adapted to all the file configurations.
Note: WEBDEV integrated into WINDEV: A "Pattern RAD" configuration only accepts windows, so it is not possible to generate a pattern for WEBDEV. The analysis of the RAD Pattern project Analysis All the "RAD Pattern" projects are associated with the same analysis. This analysis contains all the types of links and groups of files.
This analysis contains: - a single file (RADFileC for instance).
- two files linked by a simple link (RADFileB linked to RAD FileC or RADFileA linked to RADFileB for instance).
- two files (and a relation file) linked by a complex link (RADFileB linked to RADFileC via the relation file RADFileD).
Any analysis can be divided into several sets of these three groups of files. Example of application Let's try to divide the following analysis: The following groups are created: - Customer.
- Order.
- Product.
- Supplier.
- Customer linked to Orders.
- Orders linked to Product by the link file named OrdLine.
- Product linked to Supplier.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|