Book a Demo

Author Topic: Referencing EA Artifacts from Confluence  (Read 3424 times)

SwissSteve

  • EA User
  • **
  • Posts: 42
  • Karma: +0/-0
    • View Profile
Referencing EA Artifacts from Confluence
« on: May 06, 2008, 11:09:53 pm »
we make heavy use of the Confluence tool as I guess others are also doing so I was wondering what is the best way of bring EA artifacts ( e.g. Class Diagrams, Component diagrams etc ) into third party tools like Confluence.

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: Referencing EA Artifacts from Confluence
« Reply #1 on: May 07, 2008, 11:52:03 am »
Hi,
XMI is the primary import/Export protocol used by EA for swapping data with other applications.  Does it support this?
If not, you can look at simple CSV export of data or if you are serious, look at usinging EA's Automation Interface (API).
If you are referring to the Wicki application then EA's HTML generation might be more appropriate.
« Last Edit: May 07, 2008, 11:58:20 am by Dermot »

SwissSteve

  • EA User
  • **
  • Posts: 42
  • Karma: +0/-0
    • View Profile
Re: Referencing EA Artifacts from Confluence
« Reply #2 on: May 07, 2008, 02:59:26 pm »
Yes, it is basically Wiki.
Will have a look at the HTML generation.
thx

SwissSteve

  • EA User
  • **
  • Posts: 42
  • Karma: +0/-0
    • View Profile
Re: Referencing EA Artifacts from Confluence
« Reply #3 on: May 07, 2008, 03:26:33 pm »
What governs the filenames used by the HTML generator?
For example.  I have a filename EARoot/EA3/EA1/EA50.htm for one diagram.   Deleting the html output and regenerating and the filename for the same diagram is consistant.

Can I rely on this?   for example could I autogenerate the html output each evening to a know location and then link to specific views etc in my wiki page?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Referencing EA Artifacts from Confluence
« Reply #4 on: May 07, 2008, 04:33:41 pm »
Quote
What governs the filenames used by the HTML generator?
The order of elements in the project browser.

Quote
Can I rely on this?

Only if you never change the order of elements, or add something before and element that has already been generated.

If you want to be able to create static links have a look at http://www.sparxsystems.com/cgi-bin/yabb/YaBB.cgi?num=1206418390

I can't guarantee that it's what you want, or that it works.  But it might help.