Differences Between AGL and EDI/IDE

Ben J -  
velocity Posted messages 251 Status Member -
Hello,
I would like to know the difference between an AGL (Software Engineering Workshop) and an IDE (Integrated Development Environment). Is there really a difference?

4 answers

  1. BOCQUET
     
    An SDL covers all phases of a project (from design to validation, including project management), while an IDE only covers the implementation phase.
    Nowadays, the label 'SDL' is incorrectly applied to any IDE...
    20
  2. Babar
     
    There’s no difference, it’s just there to piss people off.
    4
  3. andaniH
     
    Je voudrais savoir la différence entre AGL et EDI.
    0
  4. velocity Posted messages 251 Status Member 6
     
    In conducting research on WinDev AGL, I faced the same question.
    By definition, an AGL is a software that covers all phases of the software life cycle, including design, implementation, compilation, testing, and integration ...
    An IDE is an integrated development environment; however, it does not support design, which in most cases is done using specific software such as PowerDesigner or ArgoUML.
    https://fr.wikipedia.org/wiki/Atelier_de_g%C3%A9nie_logiciel

    I also find that IDEs are wrongly referred to as AGLs. For example, on the Wikipedia site, among the list of AGLs we find:
    Eclipse, the open source development environment
    ArgoUML, software for UML design
    EnterpriseArchitect, AMCDesigner, which are tools for modeling
    IntelliJIDEA, a commercial development tool
    and many others, while many of them do not cover all parts of the life cycle, so they cannot be classified as AGLs.

    However, it is useful on a resume to gather development tools under one heading. One might then say:
    AGL: Eclipse, WinDev, PowerDesigner, ArgoUML, IntelliJIDEA, Netbeans ...
    The entire suite of these software covers well the software life cycle of AGL.
    0