Hi,
I would like to create a mashup of Confluence (
http://www.atlassian.com/software/confluence/) wiki and Enterprise Architect as I think this is a "killer combination" of two good tools for architecture documentation. I would like to create wiki pages with embedded UML models from EA, in such a way that the UML diagrams embedded in the wiki will be automatically updated when the diagram is updated in EA. This seems relatively straightforward to achieve via the following setup:
---
1) Export the EA model to html and publish via a webserver
2) Find the diagram that you want to embed inn a wikipage in Confluence, and do "Show image" in your brower to get the image url
3) Create a wikipage with the image embedded, for instance like this:
Create page: UML - Domain model
wiki markup:
!<image url>!
4) Create the wikipage where you want to embed the uml diagram:
Create page: Domain model
wiki markup:
<text>
{include:UML - Domain model}
<more text>
---
This works, but I'm a bit unsure if this is the best way to do it. One thing that might be an issue here is that the uml diagram image that is exported from EA doesn't have a logial name for its url, but a name like this:
http://sm84647:8088/eadoc/EARoot/EA5/EA3/EA211.png * Will the url of the uml diagram always have this name as long as I don't change the name of the diagram in EA?
* Is there a better way to create a mashup of EA and Confluence?
-Per