Tag

PlantUML

0 views collected around this technical thread.

Instant Consumer Technology Team
Instant Consumer Technology Team
May 19, 2025 · Fundamentals

How AI Can Generate High‑Quality Architecture Diagrams in Under 3 Minutes

This article demonstrates how to use AI‑powered text‑to‑diagram tools such as PlantUML, Mermaid, Flowchart, Graphviz, SVG, Obsidian Canvas, and draw.io to quickly create editable, high‑quality technical diagrams for software architecture and process flows.

AIMermaidPlantUML
0 likes · 12 min read
How AI Can Generate High‑Quality Architecture Diagrams in Under 3 Minutes
macrozheng
macrozheng
Dec 6, 2024 · Fundamentals

Mastering PlantUML: From Basics to Advanced Sequence Diagrams

This article introduces PlantUML, explains its text‑based diagramming approach, walks through quick setup, IDE plugins, core sequence‑diagram syntax—including participants, message types, lifelines, activation bars, grouping, notes, and color customization—while providing complete code examples and best‑practice tips.

DiagrammingPlantUMLSoftware Modeling
0 likes · 12 min read
Mastering PlantUML: From Basics to Advanced Sequence Diagrams
Tencent Cloud Developer
Tencent Cloud Developer
Sep 12, 2024 · Fundamentals

5 Essential Open-Source Drawing Tools for Programmers: Draw.io, Excalidraw, Graphviz, Matplotlib, and PlantUML

The article reviews five essential open-source drawing tools for programmers—Draw.io for versatile diagramming, Excalidraw’s hand-drawn style, Graphviz’s automatic graph layout, Python’s Matplotlib for data visualizations, and PlantUML’s simple markup-based UML creation—highlighting key features, platforms, and typical use cases.

GraphvizMatplotlibPlantUML
0 likes · 9 min read
5 Essential Open-Source Drawing Tools for Programmers: Draw.io, Excalidraw, Graphviz, Matplotlib, and PlantUML
Top Architect
Top Architect
Jan 10, 2024 · Fundamentals

PlantUML Tutorial: Installation, Usage, Diagram Types, and Practical Example

This article introduces PlantUML, explains how to install its plugins for IDEs, demonstrates various diagram types such as activity, class, component, and sequence, and provides a practical code example for modeling authentication flows, making it a comprehensive guide for creating UML diagrams efficiently.

PlantUMLTutorialUML
0 likes · 8 min read
PlantUML Tutorial: Installation, Usage, Diagram Types, and Practical Example
Yum! Tech Team
Yum! Tech Team
Jan 8, 2024 · Artificial Intelligence

Using AIGC to Generate UML Diagrams: A Practical Exploration

This article explores how large language models like ChatGPT can be leveraged to transform natural‑language requirements into UML diagrams using PlantUML, demonstrating the workflow, prompt engineering, iterative training, and the resulting efficiency gains for developers.

AI-driven ModelingAIGCChatGPT
0 likes · 4 min read
Using AIGC to Generate UML Diagrams: A Practical Exploration
macrozheng
macrozheng
Jan 8, 2024 · Fundamentals

Boost Your Documentation Efficiency: Master PlantUML for Rapid Diagram Creation

This article introduces PlantUML, an open‑source tool that lets developers generate various UML diagrams directly from text, explains how to install the IntelliJ IDEA plugin, and provides step‑by‑step code examples for sequence, use‑case, class, activity, and mind‑map diagrams, complete with visual outputs.

IDEPlantUMLSoftware Documentation
0 likes · 13 min read
Boost Your Documentation Efficiency: Master PlantUML for Rapid Diagram Creation
Ant R&D Efficiency
Ant R&D Efficiency
Jun 19, 2023 · Artificial Intelligence

Using AI to Quickly Generate UML and Other Diagrams for Software Development

The article shows how developers can describe desired UML, flowchart, SVG icon, or mind‑map in natural language and use AI to generate PlantUML or Mermaid code instantly, streamlining diagram creation, reducing manual effort, and illustrating broader AI‑assisted productivity tips for software development.

AIAutomationDiagram Generation
0 likes · 8 min read
Using AI to Quickly Generate UML and Other Diagrams for Software Development
JD Tech
JD Tech
Jun 19, 2023 · Fundamentals

C4 Model Architecture Diagram Code Drawing Practice

This article introduces the C4 software architecture visualization model, explains its four hierarchical views, and provides a step‑by‑step tutorial on using text‑based tools such as C4‑PlantUML to generate clear, maintainable architecture diagrams, including installation of necessary IDE plugins and example code.

Architecture DiagramC4 modelPlantUML
0 likes · 24 min read
C4 Model Architecture Diagram Code Drawing Practice
Sohu Tech Products
Sohu Tech Products
May 31, 2023 · Fundamentals

Using ChatGPT and PlantUML to Generate UML Diagrams from Java Pseudocode

This article demonstrates how to leverage ChatGPT's ability to produce textual code snippets together with PlantUML to automatically create various UML diagrams—such as sequence, class, flow, state, and use‑case diagrams—from Java‑style pseudocode, providing a step‑by‑step workflow and example prompts.

ChatGPTJavaPlantUML
0 likes · 9 min read
Using ChatGPT and PlantUML to Generate UML Diagrams from Java Pseudocode
Selected Java Interview Questions
Selected Java Interview Questions
Nov 28, 2022 · Fundamentals

How to Install and Use PlantUML Plugin in IntelliJ IDEA for UML Diagram Creation

This guide explains how Java developers can install Graphviz and the PlantUML plugin in IntelliJ IDEA, configure environment variables, and create UML sequence and class diagrams directly within the IDE, including code examples and troubleshooting tips.

GraphvizIntelliJ IDEAJava
0 likes · 4 min read
How to Install and Use PlantUML Plugin in IntelliJ IDEA for UML Diagram Creation
Top Architect
Top Architect
Nov 25, 2021 · Fundamentals

Installing and Using the PlantUML Plugin in IntelliJ IDEA for UML Diagramming

This guide explains how to install the PlantUML plugin and Graphviz, configure environment variables and IntelliJ IDEA, and use PlantUML to quickly create UML diagrams and flowcharts directly within the IDE, including a sample code snippet and alternative browser options.

DiagrammingGraphvizIntelliJ IDEA
0 likes · 5 min read
Installing and Using the PlantUML Plugin in IntelliJ IDEA for UML Diagramming
Top Architect
Top Architect
Oct 22, 2021 · Fundamentals

Installing and Using PlantUML Plugin in IntelliJ IDEA for Quick UML Diagram Creation

This article guides Java developers on installing the PlantUML plugin for IntelliJ IDEA, setting up Graphviz, configuring environment variables, and creating UML diagrams directly from text, including sample code and alternative Chrome viewer options.

GraphvizIntelliJ IDEAPlantUML
0 likes · 5 min read
Installing and Using PlantUML Plugin in IntelliJ IDEA for Quick UML Diagram Creation
macrozheng
macrozheng
Sep 29, 2021 · Fundamentals

Boost Your Documentation: Master PlantUML for Fast UML Diagramming in IDEA

This guide introduces PlantUML, an open‑source text‑based UML tool, shows how to install its IntelliJ IDEA plugin, and provides step‑by‑step examples for creating sequence, use‑case, class, activity, and mind‑map diagrams, highlighting key syntax and the efficiency of code‑driven diagramming.

DiagrammingIDEAPlantUML
0 likes · 11 min read
Boost Your Documentation: Master PlantUML for Fast UML Diagramming in IDEA
Architecture Digest
Architecture Digest
Sep 26, 2021 · Fundamentals

How to Install and Use the PlantUML Plugin in IntelliJ IDEA for Quick UML Diagram Creation

This guide explains what PlantUML is, its advantages, how to install the PlantUML plugin and Graphviz on Windows, configure IntelliJ IDEA, write PlantUML code to generate diagrams, and alternative browser‑based options, providing a complete workflow for developers.

GraphvizIntelliJ IDEAPlantUML
0 likes · 4 min read
How to Install and Use the PlantUML Plugin in IntelliJ IDEA for Quick UML Diagram Creation
Code Ape Tech Column
Code Ape Tech Column
Sep 19, 2021 · Fundamentals

How to Install and Use PlantUML Plugin in IntelliJ IDEA for UML Diagram Creation

This guide explains what PlantUML is, its advantages, and provides step‑by‑step instructions for installing the PlantUML plugin and Graphviz on Windows, configuring IntelliJ IDEA, and creating UML diagrams directly within the IDE, including sample code and alternative Chrome extension options.

GraphvizIDE pluginsIntelliJ IDEA
0 likes · 4 min read
How to Install and Use PlantUML Plugin in IntelliJ IDEA for UML Diagram Creation
DeWu Technology
DeWu Technology
May 7, 2021 · Fundamentals

Software Engineering and PlantUML Practice

The article explains how software‑engineering’s planning‑to‑maintenance lifecycle benefits from UML, then demonstrates using the open‑source textual tool PlantUML to quickly create version‑controlled use‑case, activity (swimlane), state, sequence, and class diagrams, detailing each syntax element and illustrating real‑world examples.

PlantUMLState DiagramUML
0 likes · 13 min read
Software Engineering and PlantUML Practice