archimatetool / archi

Archi: ArchiMate Modelling Tool
https://www.archimatetool.com
MIT License
927 stars 267 forks source link

Using the Archimatetool components in Java web applications #844

Closed kinjelom closed 2 years ago

kinjelom commented 2 years ago

I want to develop my own Java application that describes my infrastructure using many Archimate projects. I need some libraries to parse Archimate files and render requested views as SVG.

Are there any ready-to-use pure java libraries, not depended on Eclipse ( https://mvnrepository.com/search?q=archimate )? Is there any chance of extracting the mentioned functionality from your codebase?

Phillipus commented 2 years ago

This was raised before:

https://forum.archimatetool.com/index.php?topic=1054.msg5658#msg5658

So, no, there are no plans to do this as the conversion depends on Eclipse based libraries. It may be possible by developing a plug-in or some other means (directly from the *.archimate file) but that's not something we will do. Perhaps someone else might investigate it.

Is there any chance of extracting the mentioned functionality from your codebase?

Archi is Open Source so feel free to try.