Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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
1answer
85 views

Enterprise Architect Synchronize with Code

I am learning EA. I did reserve engineering with my java code and generated some class diagrams. Then I changed my code and copy over to EA project (delete the original source code which EA used and ...
2
votes
1answer
200 views

how, where can i download original eastl library?

I already know github thing. but it isn't original eastl. I also heard about gpl.ea.com. there are opensource projects called webkit(?). I heard the eastl is included in that project. So I tried ...
2
votes
1answer
93 views

Archimate study guide needed

Does any one have any suggestion to learn Archimate? I need some study guide. I used a book called "Enterprise architecture at work" but I gave up on fifth part named "Language for Enterprise ...
1
vote
1answer
70 views

How can I transform Entity-Based diagram to a JPA java code

I have class diagram created with "Sparx Enterprise Architect v8.0" and i need to generate JPA-based classes with annotations that reflect relations to use it in the code. The problem is that i can ...
1
vote
1answer
340 views

Sparx System Enterprise Architect - Unbinding to Source Control

I currently use EA connected to TFS as source control repository to manage the models, however I now have a need to stop using source control. I've searched but only seem to be able to find ...
0
votes
0answers
8 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
307 views

Enterprise Architect, customize export of use case scenario steps

when exporting to RTF i get the steps from my use case scenario steps as 1 textline : 1) some text 2) some other text 3) even other text.. I would like to have this text as a list instead of 1 long ...
0
votes
0answers
391 views

Generating Sequence Diagrams using EnterpriseArchitect v7.5?

I have a NUnit test case which connects to a WCF service hosted in IIS6 (on Vista). I would like to use EA to record the stack-trace of this and generate a sequence diagram. Does anyone have any ...
0
votes
2answers
2k views

How to read and write extended windows file attributes with win32

I would like to embed some meta data in a windows file. I came across the concept of extended file attributes, which I believe are used for this very purpose. For example, camera name in jpgs, ...