AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Editores / Fábrica de software
  • Operating mode
  • Implementation
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Operating mode
To implement the concept of software factory, you must define the actions that will be performed on the project.
For example:
  • opening project,
  • recompile project,
  • run tests,
  • copying the files onto the network,
  • deleting the test files,
  • renaming the directories,
  • etc.
These different actions are defined in the "Action plan".
Once created, this action plan is deployed on a computer called "coordinator". This "coordinator" is used to run the different tasks of the action plan, on the build computers (a build computer is a computer dedicated to the compilation of projects). The build computers are managed by a robot.
Note The build machine(s), like the one hosting the coordinator, can be development machines during periods of inactivity (nights or weekends, for example).
For the development teams working on several projects, the coordinator can manage several build computers simultaneously.
Then, a status report is automatically generated whenever an action plan is run.
Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:
  1. Install the coordinator and the robots of the software factory.
  2. Create an action plan.
  3. Deploy the action plan on the coordinator.
  4. Create and execute parameterized action plans.
  5. View the status reports or execution.
Remarks:
Handling action plans by programming:
  • You also have the ability to directly run an action plan from a WINDEV application or from a WEBDEV website with ActionPlanExecute.
  • You also have the ability to configure the execution of an action plan from a WINDEV application or from a WEBDEV website with ActionPlanConfigure.
Versión mínima requerida
  • Versión 16
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 14/05/2025

Señalar un error o enviar una sugerencia | Ayuda local