VOOZH about

URL: https://www.javacodegeeks.com/tag/uml

⇱ UML Archives - Java Code Geeks


  • Software Development👁 Image
    Odysseas MourtzoukosMarch 24th, 2023
    1 3,701

    Starting with UML Cheatsheet

    1. Introduction UML (Unified Modeling Language) is a visual modeling language used in software engineering to represent complex systems. It…

    Read More »
  • Software Development👁 Image
    Maryna CherniavskaFebruary 27th, 2019
    2 842

    PlantUML: Diagrams as Code

    Everything “as code” is all the rage now. What can we represent as code except for the programs? First of…

    Read More »
  • Software Development👁 Image
    Federico TomassettiJanuary 26th, 2017
    0 514

    Code Generation with Roslyn: a Skeleton Class from UML

    We have already seen some examples of transformation and analysis of C# code with Roslyn. Now we are going to…

    Read More »
  • Software Development👁 Image
    Lubos KrnacMarch 29th, 2016
    0 868

    Create UML diagrams with simple DSL – PlantUML

    Historically I disliked creating design UML diagrams, because the tooling for it mostly requires drawing boxes and connecting them with…

    Read More »
  • Software Development👁 Image
    Dalip MahalDecember 22nd, 2014
    9 156

    Not using UML on Projects is Fatal

    The Unified Modeling Language (UML) was adopted as a standard by the OMG in 1997, almost 20 years ago. But despite…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaSeptember 30th, 2014
    3 204

    The fastest way of drawing UML class diagrams

    A picture is worth a thousand words Understanding a software design proposal is so much easier once you can actually…

    Read More »
  • Android Core👁 Image
    Francesco AzzolaJuly 23rd, 2013
    2 418

    Android UML: Design an App – Part 1

    One aspect that was in my opinion not covered in many blogs around, included mine too, it is the process…

    Read More »
  • Software Development👁 Image
    Srividhya UmashankerJanuary 19th, 2013
    1 130

    Quick Summary : Object Associations

                              Composition final class Company{ private final Employee…

    Read More »
  • Software Development👁 Image
    Markus SprunckJuly 4th, 2012
    0 144

    Common Errors in Whiteboard Job Interviews with UML Diagrams

    There are two important differences between drawing a Unified Modeling Language Diagram in a design tool and depict a design…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close