Tagged Questions
The enterprise-architect tag has no wiki summary.
15
votes
6answers
4k views
Application Architect vs. Systems Architect vs. Enterprise Architect?
So many buzzwords. Not sure if I need to start playing BS Bingo or not. And I'm not trying to be cynical. But I've heard many people with these various titles. There never seems to be a clear ...
7
votes
2answers
3k views
Sparx System Enterprise Architect Book
Does anyone know if there is a book about Sparx systems Enterprise Architect ? (besides sparx site and reference)
6
votes
2answers
440 views
Enterprise Architect: C# Optional parameters?
Any option to get Enterprise Architect to recognize optional parameters in C#?
I have attempted to import existing code and get the following error:
There was an error parsing
...
4
votes
3answers
322 views
Enterprise architecture certifications
Do you know of well known acknowledged international enterprise architecture certifications?
We are going to educate several architects within our organization. We want the certification to be a ...
3
votes
2answers
76 views
Can class visibility be shown on UML class diagrams?
Class visibility is an important part of object design. I have not seen any example diagrams showing non-public classes in several UML books, nor have I seen a way to show class visibility in ...
3
votes
1answer
406 views
API documentation in Enterprise Architect
This is my first time using EA. I used it to generate a class diagram from my C++ header files. Is there a way to add documentation to each method and/or variable and to generate a document that ...
3
votes
1answer
157 views
How should I embed/include Enterprise Architect UML diagrams in MS PowerPoint 2007?
Setup
I am using Sparx Systems Enterprise Architect Professional edition 7.5: http://www.sparxsystems.com.au/ and MS PowerPoint.
Problem
I have various audiences for presentations requiring display ...
3
votes
3answers
2k views
Query Object Pattern (Design Pattern)
I need to implement a Query Object Pattern in Java for my customizable search interface (of a webapp I'm writing).
Does anybody know where I can get an example/tutorial of Query Object Pattern ...
3
votes
2answers
372 views
What reporting tool do you suggest for an enterprise level ASP.Net MVC application?
In one of the enterprise-level projects, we are using ASP.Net MVC for the web application portion. The reporting system is a huge system with hundreds of reports plus adhoc reporting, printing and ...
3
votes
3answers
3k views
Automated method to export Enterprise Architect diagrams?
Problem: A lot of our design and architecture documentation were created and maintained in Enterprise Architect - for better or worse, that is how it is. These documents are stored in our subversion ...
3
votes
3answers
7k views
A free Step by Step guide to learning Sparx Enterprise Architect
I have just downloaded Sparx Enterprise Architect 7.5 but unfortunately I am not able to find a getting started guide or something like that.
I have gone through official site of Sparx but there is ...
3
votes
2answers
662 views
Extracting data from Enterprise Architect model
I'm trying to programmatically extract information from an Enterprise Architect model (saved in an XMI file) - I need it to generate some reports, but I don't want to go so far as to create an EA ...
3
votes
2answers
2k views
How to automate the generation of HTML output in Enterprise Architect
Enterprise Architect has a way to generate the documentation in HTML/RTF/etc. that you could publish, but you have to use its GUI to do that manually. When you have your *.eap files in a ...
2
votes
2answers
20 views
Certifications for aspriring software architect
Can any one tell me certifications for an aspiring software architect which will eventually help in becoming a good software architect.
I tried googling, but didn't find any thing helpful. thought of ...
2
votes
1answer
220 views
Understanding a C++ codebase by generating UML - tools&methology
I think there are many tools that can generate UML and similar diagrams from C++ (source-code), but I think it is not so easy to make sense of what you get out?
I am looking for good ...
2
votes
1answer
299 views
Clean HTML documentation template for Enterprise Architect
I use Enterprise Architect from Sparx Systems for reverse-engineering URL class diagrams from my source code, and want to take this a step further by using the software to generate HTML API ...
2
votes
3answers
427 views
How to show Enterprise Architect diagrams in Power Point in an appealing way?
I create my diagrams in Enterprise Architect.
Sometimes I need to embed them in Power Point presentations but it does not look good in the UI as it would if I would write them there from scratch.
Is ...
2
votes
1answer
873 views
Enterprise Architect: Hide Foreign Key Labels in Database Diagram?
I am using Sparx Systems Enterprise Architect 7 Professional and I can not find a way to hide the labels from Foreign Keys Associations in Database Diagrams.
Yes, I know I can right-click each of the ...
1
vote
0answers
74 views
Sparx Enterprise architect and Oracle ODBC
trying to make some reverse engineering by EA from ODBC access to an Oracle XE database, I got the following error : "Unable to obtain Table Information", immediately after having entered the password ...
1
vote
1answer
42 views
Automate backup of Enterprise Architect data
We are using Enterprise Architect for our models and it uses a database to save all of its data. We now need to have a daily "dump" of the data so that we can store it in our configuration management ...
1
vote
3answers
68 views
Is it possible to build a web application as a generic product rather than a one-time customized solution?
There is a business problem that needs to be solved. The obvious solution is an enterprise web application - a locally hosted website that provides the desired functionality.
I want to build this web ...
1
vote
2answers
49 views
common services in layered architecture
I read in many books that in a layered architecture a layer should only use the services provided by the layers below it. The commonly used layers are in an enterprise application are:
Presentation
...
1
vote
1answer
128 views
Is there any free EMF->SVG converter or plugin to Enterprise Architect which can export image as SVG?
Unfortunately my Enterprise Architect 7.5 does not export in SVG, only in EMF (if I want vector format). I haven't been able to find any free converter which converts EMF to SVG. Do you know any?
...
1
vote
2answers
125 views
Is it possible to arrange classes automatically in Enterprise Architect?
When trying to build a Class Diagram from my Java code through Eclipse (making use of Enterprise Architect), I get all my classes on top of each other, which of course, turns the whole idea of trying ...
1
vote
2answers
546 views
Enterprise Architect - How do I make a (very simple) Use Case Diagram
I was just asked to produce a Use Case Diagram for a project in Enterprise Architect. As I have very very little experience of EA I am facing extreme frustration. It feels like nothing works as you ...
1
vote
1answer
287 views
Automate eap to xmi export in Enterprise Architect
Is there a way to automate the export (conversion) from *.eap to *.xmi in Enterprise Architect? Ideally something like
ea -eap file.eap -xmi file.xmi
We want to use automated Continuous Integration ...
1
vote
1answer
100 views
Enterprise Architect: How do I add my included assemblies (C# .NET 4) so I can use them?
I'm using Enterprise Architect 9.0.904. I created a new project and it has a section in the Class Models labeled "Frameworks" and a note beside it stating:
Class libraries, APIs and other
...
1
vote
1answer
118 views
Enterprise Architect, extending properties
I am evaluating EA and there is one thing that really puzzles me, there doesn't seem to be any way to extend the properties of elements in EA. Is this true?. It sounds too ridiculous to be true ...
1
vote
1answer
367 views
Use the C++ STL in Enterprise Architect
How is it possible to use parts of the C++ STL in Enterprise Architect?
It would be nice to be able to specify certain class attributes as std::string or use std::auto_ptr (or even ...
1
vote
1answer
377 views
Enterprise Architect Oracle long field column properties
I have a little problem with Enterprise Architect by Sparx System.
Im trying to model database schema for Oracle. I created table with primary key with data type long. But when im trying to modify ...
1
vote
0answers
145 views
Add nullable attribute to a class in enterprise architect
I am using enterprise architect for UML. I need to generate code from the model.
I need have a nullable double attribute in a class.
I am able to add a double attribute but don't know how to make it ...
1
vote
1answer
1k views
How much does Rational Rhapsody cost?
I'm starting to look at IBM's Rational Rhapsody Developer edition vs. Sparx System's Enterprise Architect for C# windows application development.
Enterprise Architect base "corporate" version costs ...
1
vote
1answer
132 views
Changing Enterprise Architect Default Check In Comment
In Sparx Enterprise Architect, when I check in a package that is under version control it prompts me to enter a comment and provides a default in the format "Check-in: [date] [time]". How can I change ...
1
vote
2answers
246 views
Enterprise Architect version 7.5.844 State Diagrams
i am trying to learn EA but got stuck trying to produce State Diagrams.
when i start a new project it gives me several option regarding what kind of document i wish to create. but i dont see the ...
1
vote
2answers
430 views
Enterprise Architect Communication Diagrams question
I want to achieve something like this in Enterprise Architect's Communication Diagrams:
start() ---------------- 1. create() ------------
------------> | RGController | ...
1
vote
3answers
2k views
Sparx Enterprise Architect conversion (from source to UML)
I need to make a UML class diagram for a project. I used Sparx Enterprise Architect in the past to generate source code from a diagram so I'm using that.
The project is complete so all of the code ...
1
vote
2answers
494 views
Sparx Enterprise Architect for SQL Server modeling?
I have used MS SQL Server Management Studio for most of my database modeling to this point in my career. I am a database developer (not a DBA), but interested in the benefits with using Sparx systems ...
1
vote
0answers
480 views
Ruby and Enterprise Architect
I'm trying to build a class diagram in Sparx Enterprise Architect for future usage in Ruby project.
How should I set up base code datatypes (Settings -> Code Datatypes...)?
It should be something ...
1
vote
1answer
529 views
Numbering Messages in Enterprise Architect Communication Diagrams
I'm using Enterprise Architect (sparxsystems) to create a UML 2.0 Communication Diagram. I want the numbering of messages to be similar to this example: ...
1
vote
3answers
500 views
SQL Server Extract Data Model
Is there a simple way of extracting the database model of existing DBs? I played around in the management studio and in Visio, even though I found very interesting features of data integration I ...
1
vote
1answer
956 views
Simplify Enterprise Architect code generation
Using Enterprise Architect (version 7.5), I'm trying to refine the code generation for C#. To make an attribute with an initial value that is a string generate properly, the only way I've been ...
0
votes
0answers
7 views
Remove package tag from model image
When selecting elements from a model and copying it to the clipboard as an image (CTRL+C) Enterprise Architect adds the package name as a label on the upper left. I now this can be suppressed by ...
0
votes
1answer
38 views
Not sure if my UML USE-CASE diagram is correct
I've started learning UML but it confuses me sometimes (for example what i'm allowed or not to put in my USECASE diagram, last time i was wondering if logging in can be used in usecase diagram). ...
0
votes
0answers
65 views
What do they mean by a binary file? [closed]
I am modeling a project in Enterprise Architect (software created by Sparx Systems) and am supposed to export the project into a binary file.
What do they mean by a binary file?
I only know how to ...
0
votes
1answer
55 views
WebSphere equivalent in .NET
Is there an equivalent in .NET to a websphere-style app server? Something that will manage all our WCF endpoints across multiple projects/solutions, track dependencies and versions, handle ...
0
votes
1answer
55 views
How to define Java transient attributes in Enterprise Architect?
Background: I'm using Sparx Enterprise Architect 8.0. When I mark a member of a domain class as transient, the resulting generated code uses the volatile keyword instead of transient. This is correct ...
0
votes
2answers
46 views
How can several users work on the same Enterprise architect file ? EA collaboration
I'm wondering if many users can work on the same Enterprise Architect file ? our professor said it can be done if we can host the file in a repository and then link it to windows ODBC ? I'm not sure ...
0
votes
1answer
92 views
Adding Exception to the operations in Sparx Enterprise Architect
I have a Class Diagram in Enterprise Architect .
One of the my classes has some methods and I want my methods to thrown Exception. Does any have any idea how can I do that?
As in Attached image I've ...
0
votes
0answers
114 views
TOGAF 9: Example Implementation of Deliverables, Artifacts, and Building Blocks
I am reading v9 of TOGAF and couldn't understand the illustration of Deliverables, Artifacts, and Building Blocks.
Could anyone give a real example to help me understand these?
Thanks
0
votes
1answer
133 views
Enterprise Architect: Code generation for “using” statement
I have a question regarding the C# code generation capabilities of Enterprise Architect.
How is it possible to add "using" statements?
Say if we want to have System.Thread as a namespace in our file.
...