Réserver une Démo

Ce webinaire est terminé, l’enregistrement sera affiché sous peu.

Aperçu

Mr Scott Hebbard, démontre comment utiliser les fonctionnalités de gestion de projet, y compris la vue Gantt, la fenêtre de gestion de projet et la matrice d’analyse des écarts. Analyse d’Exécution Visuelle: découvrez comment déboguer le code et documenter une application héritée à l’aide de l’analyseur d’exécution visuelle d’Enterprise Architect.’s.

Dans ce webinaire, vous apprendrez:

INSCRIVEZ-VOUS AUJOURD’HUI!

Ne manquez pas cette occasion d’en savoir plus sur Enterprise Architect

Session 1

Melbourne Tue 05 February 08:00 am
New York Mon 04 February 16:00 pm
Los Angeles Mon 04 February 13:00 pm
London Mon 04 February 21:00 pm
Auckland Tue 05 February 10:00 am

Session 2

Présentateurs

Scott HebbardGestionnaire de Communication
Sparx Systems

Explorez les ressources du webinaire

Analyse d’Exécution Visuelle: execution-analysis.htm Liens de Téléchargement

Questions et Réponses

Général

Briefly:
  • A context Menu to toggle the highlight for all overdue tasks. This makes it easier to identify project slippage.
  • Select any task in the Gantt view, then use the context menu to quickly Jump to the Start, or End or Today's date. (The selected date appears in the middle of Gantt Chart.)
  • Column Filters allow you to quickly search and filter tasks.
For more information, please read the release notes:
http://www.sparxsystems.com/products/ea/history.html#gantt-notes
Enterprise Architect's Model Mail is not intended to replace corporate email software. Instead, it provides an excellent communication facility for shared Enterprise Architect models. You can send messages directly to other authors in your modeling team and include clickable hyperlinks to relevant model elements. Because Model Mail is sent and received directly within the model repository, you don't need any of the usual email client/server infrastructure to use it, nor is Model Mail prone to the usual issues associated with email, such as spam.
To use Model Mail in Enterprise Architect, select from the main menu:
View > Model Mail.

You can send a message to any of the authors that were previously defined using the main menu:
Settings > Project Types > Resources > Project Authors.

Yes. Model Mail is not dependent on your use of Tasks in Enterprise Architect. The two features just happen to work nicely together.
Yes. The "City Loop" application is available with Enterprise Architect's Example Model. You can find the code in your Enterprise Architect (version 9 or later) installation folder, for example:
C:\Program Files (x86)\Sparx Systems\EA\Code Samples\VEA\Microsoft Native\CityLoop
The application has been reverse engineered into Enterprise Architect's Example Model. See the following package:
Project Models.Execution Analysis.C++/Native
This package already has an associated Build Script associated with it (access it via Right-Click > Execution Analyzer or Ctrl+Shift+F12). However, you need to define the following Local Paths in Enterprise Architect, as they are referred by the Build Script:
  • VEA
  • MSVS
You define Local Paths with the above ID's via the Main Menu:
Settings > Local Directories and Paths.

The first path tells Enterprise Architect where to find the code to compile. The latter tells Enterprise Architect which compiler to use (for example devenv.com or msbuild.exe)
No, it is an MFC application. As such, it has no dependency on the .Net framework.
Enterprise Architect's Visual Execution Analyzer (VEA) enables you to record the debug session and generate models based on this. For example, you can automatically generate a sequence diagram based on an execution of your legacy application. This aids in understanding the run-time behaviour and called interfaces of the system, without necessarily stepping through code. So the VEA provides an excellent way to document legacy applications, using industry standard modeling notation.

When debugging Model Scripts, in addition to analyzing the run-state of variables and behavior of the code, you can inspect the model elements and any diagrams on which the script operates simply using Enterprise Architect's User Interface while the script executes. That has proved especially helpful to some of our own staff who develop Model Scripts.

A State Machine has been defined under the CTrain class in the Example Model. The CTrain class exists in the following location in the Project Browser:
Project Models.Execution Analysis.C++/Native.Source.CTrain

This State Machine represents the as-designed behaviour of the City Loop application, by modeling the set of legal State Tranisitions.

If you open the Properties dialog of each State and navigate to the Constraints tab, you will notice that each State lists valid variable values in one or more Constraints. Before beginning a debug session, if you enable the state-transition reporting option, Enterprise Architect will check the program's execution against each condition and highlight any illegal states in red on the generated sequence diagram.
New in Enterprise Architect version 10:
  • It is now possible to use the visual execution analyzer to debug Model Scripts, including JavaScript, Jscript and VB Script.
  • Support for Profiling of Java, .Net and mixed .Net/Native applications.
  • Reverse Engineering of user defined languages is also supported.
  • As demonstrated in the the webinar, you can auto-generate Class Diagrams from Execution Analyzer recordings.
  • Testpoint management now supports Java and VB.NET.
  • New toolbars to 'Build' and 'Record & Analyze' were added to the user interface.
Yes. JavaScript, Jscript and VB Script are supported.
Among other things the Profiler, allows you to record and analyze how frequently functions are called and the time of these calls. This can be useful when optimizing the run-time performance of an application.
Partagez cette page Partagez par email Partagez sur LinkedIn Partagez sur X Partagez sur facebook