DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones AWS Cloud
by AWS Developer Relations
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Partner Zones
AWS Cloud
by AWS Developer Relations
Building Scalable Real-Time Apps with AstraDB and Vaadin
Register Now

Trending

  • How To Use Pandas and Matplotlib To Perform EDA In Python
  • Does the OCP Exam Still Make Sense?
  • You’ve Got Mail… and It’s a SPAM!
  • How To Scan and Validate Image Uploads in Java

Trending

  • How To Use Pandas and Matplotlib To Perform EDA In Python
  • Does the OCP Exam Still Make Sense?
  • You’ve Got Mail… and It’s a SPAM!
  • How To Scan and Validate Image Uploads in Java
  1. DZone
  2. Data Engineering
  3. Data
  4. Creating UML

Creating UML

Steven Lott user avatar by
Steven Lott
·
May. 19, 11 · News
Like (0)
Save
Tweet
Share
11.36K Views

Join the DZone community and get the full member experience.

Join For Free
i'm a big fan of plain-text tools. source code. restructuredtext. latex.


i'm not a big fan of proprietary file formats and document formats that are difficult or impossible to decode. json and xml rock. .xls files are painful and difficult to work with.


uml diagrams are a particularly odious problem. to see a diagram it has to be png or pdf or some other graphic format that's optimized for storage and display, but not really optimized for editing. svg has a text vector markup language, but it's painful because it's so generalized.


recently, i found two text to uml tools that are exciting prospects.


first, there's yuml.me . this draws pretty nice, if simple, diagrams that you can work with with relatively little pain. it's slow and limited. but it works for simple diagrams.


the best part is that the image is rendered from the url as plain text.


http://yuml.me/diagram/scruffy/usecase/[author]-(write text), (render image)-[yuml], [author]-(share link).


yuml supports simple use case diagrams, simple class diagrams and really simple activity diagrams. it covers a few bases with a pleasant level of flexibility.


the other tool is plant uml . "plantuml is used to draw uml diagram, using a simple and human readable text description."


the online plant uml server allows a flexible no-software-on-the-desktop way to play with their markup language. the text of the image is not in the url here, since the text is so much more complex.



the best part of this is that the pictures come from plain text.

  • the plain text is trivial to put under configuration control.
  • plain text system descriptions are easy to write with simple markup.
  • plain text documentation of existing software can be derived from simple source analysis.
  • plain text design documents can generate some elements of the source code
UML Plain text Diagram

Published at DZone with permission of Steven Lott, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Trending

  • How To Use Pandas and Matplotlib To Perform EDA In Python
  • Does the OCP Exam Still Make Sense?
  • You’ve Got Mail… and It’s a SPAM!
  • How To Scan and Validate Image Uploads in Java

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com

Let's be friends: