Software to create Process Flowcharts and UML Diagrams?

Moderators: kirk, jamesbond, p310don, JakeSFR, step, Forum moderators

Post Reply
Neo_78
Posts: 375
Joined: Wed Dec 29, 2021 10:45 pm
Has thanked: 206 times
Been thanked: 9 times

Software to create Process Flowcharts and UML Diagrams?

Post by Neo_78 »

Beside LibreOffice Draw, is there a dedicated tool available in FatDog to create process flowcharts and UML diagrams?

https://en.m.wikipedia.org/wiki/Flowchart

https://en.m.wikipedia.org/wiki/Unified ... g_Language

Thanks for your feedback! :thumbup:

User avatar
BarryK
Posts: 2314
Joined: Tue Dec 24, 2019 1:04 pm
Has thanked: 98 times
Been thanked: 583 times

Re: Software to create Process Flowcharts and UML Diagrams?

Post by BarryK »

I can't say specifically about fatdog, as I don't use it, but there is Dia, which does flowcharts, don't know if it does UML diagrams. Dia is in the package repositories of most Linux distributions.

Ah, looks like it does do UML:

https://wiki.gnome.org/Apps/Dia/Documentation

It's an old GTK2 app but useful, so most distros are keeping it, for example Debian:

https://packages.debian.org/bullseye/dia

I've also got it in the EasyOS package repository.

It's a shame that some distros may be moving to drop gtk2, they will lose Dia.

Neo_78
Posts: 375
Joined: Wed Dec 29, 2021 10:45 pm
Has thanked: 206 times
Been thanked: 9 times

Re: Software to create Process Flowcharts and UML Diagrams?

Post by Neo_78 »

Thanks @BarryK. Will check out Dia.

I just found PlantUML, which also looks pretty cool, because you can simply write your disgrams in text format, which is then converted into a graphical diagram without having to manually arrange the object compositions:

https://plantuml.com/

It's open source, looks very well documented, but seems to require Java:

https://plantuml.com/download

Do we have a guide to install Java in FatDog? Would that bloat the system a lot? Would be interested to hear your experience in this regard...

I also thought about using the Geany text editor but I don't think there are any UML extensions or plugins that could be integrated...

PlantUML seems to have an extension for the Eclipse IDE:

https://www.eclipse.org/downloads/

Has anyone worked with Eclipse in FatDog?

step
Posts: 516
Joined: Thu Aug 13, 2020 9:55 am
Has thanked: 50 times
Been thanked: 184 times
Contact:

Re: Software to create Process Flowcharts and UML Diagrams?

Post by step »

Neo_78 wrote: Sun May 21, 2023 3:26 pm

Do we have a guide to install Java in FatDog?

No, no guide. You can start the SFS Manager applet in Control Panel > System, scroll down the SFS manager window to the java-jdk entries, select one and download it. Then the manager will prompt you to load the SFS immediately and when the system boots. Your choice. With the java SFS loaded, you can run PlantUML from a command line like this, java -jar plantuml-1.2023.8.jar

Would that bloat the system a lot?

No.

jamesbond
Posts: 587
Joined: Tue Aug 11, 2020 3:02 pm
Location: The Pale Blue Dot
Has thanked: 90 times
Been thanked: 311 times

Re: Software to create Process Flowcharts and UML Diagrams?

Post by jamesbond »

To add to what step said:

1. "java -jar" command is included in ROX-Filer action. You can just double-click the .jar file from ROX window to launch it if you have java installed. (You can of course launch it from the command line too as step said).

2. In addition the Java SFS, we have Java installer. Open Control Panel -> Third Party Software Installer -> Get Java. It will download the latest version of Java, and build an SFS out of it, which you can then load.

Post Reply

Return to “Software”