enterprise-architect

Centralized repository in DBMS or SVN

大憨熊 提交于 2019-12-01 05:07:07
问题 I am working on setting up a centralized repository to store enterprise architect (from sparx systems) generated artifacts for the team of 6-8 people to use. Initially thought of hosting a PostgreSQL database to store the artifacts centrally and the other option that came up was to use SVN. Looking at the EA documentation, not getting a clear idea on what are the pros and cons for the options in consideration. As compared to using SVN I have the following overheads while using a DBMS. Hosting

Enterprise Architect: how to synchronize with source code (source -> model) when its in a different absolute path in the disc?

冷暖自知 提交于 2019-11-30 02:22:22
I've made a model in Enterprise Architect using the 'reverse engineering' tool to import my Java classes into the EA model. Now I intend to keep this model up-to-date with the code as the development goes on. The thing is: when I try to synchronize the code within the model (source -> model) it only works if the source code is still in the same absolute path it was in the disc when I first imported. But if I change the source code's location on the disc, it duplicates my classes. That is a huge problem considering that every developer has it's own folder structure. It can get worst when it

Code execution flow using Enterprise Architecture

坚强是说给别人听的谎言 提交于 2019-11-28 12:48:31
We have large C# ASP.NET application, the code base is so huge that I need some tool to visualize how the execution flow through the code. I am only having VS 2013 Professional Edition and there is not a chance of getting Ultimate edition. Is there any way to get Code execution flow diagram using VS 2013 Professional? Also I am trying Enterprise Architect to view the execution flow, But I don't know how to use EA. Anyone can give me walk through about how I use EA to view execution flow of ASP.NET application? Thanks in advance. xmojmr Enterprise Architect can not (as far as I know) reverse

Code execution flow using Enterprise Architecture

谁说胖子不能爱 提交于 2019-11-27 07:14:54
问题 We have large C# ASP.NET application, the code base is so huge that I need some tool to visualize how the execution flow through the code. I am only having VS 2013 Professional Edition and there is not a chance of getting Ultimate edition. Is there any way to get Code execution flow diagram using VS 2013 Professional? Also I am trying Enterprise Architect to view the execution flow, But I don't know how to use EA. Anyone can give me walk through about how I use EA to view execution flow of

How to create class diagram from source code using either Enterprise Architect or Rational Software Architect?

戏子无情 提交于 2019-11-27 06:04:04
问题 I am not fluent in UML, but I would like to create a class diagram based on existing C++ code. Other StackOverflow questions have indicated that two programs - Enterprise Architect and Rational Software Architect - are fairly good at "reverse engineering" C++ code (i.e., creating UML class diagrams based on existing C++ code). I have downloaded the trial version for both of these applications. However, I cannot make any headway into understanding what to do to create a class diagram in either

UML diagram for dependency between systems

泪湿孤枕 提交于 2019-11-27 02:03:17
Which UML diagram is the best for showing dependency between our IT system and other external IT systems? For example I would like to show on diagram: system A gets data from system B system B can call some functionality from system A I'm wondering between component diagram and sequence diagram. What do you think? Components definitelly, and dependencies. Dependency does not go in direction of the data-flow, but from the component that "knows" other component (invokes something from it, creates an object, etc). The following diagram shows the idea. It is common (and highly recommendable)

UML diagram for dependency between systems

笑着哭i 提交于 2019-11-26 09:55:40
问题 Which UML diagram is the best for showing dependency between our IT system and other external IT systems? For example I would like to show on diagram: system A gets data from system B system B can call some functionality from system A I\'m wondering between component diagram and sequence diagram. What do you think? 回答1: Components definitelly, and dependencies. Dependency does not go in direction of the data-flow, but from the component that "knows" other component (invokes something from it,