UML
This section of the site is in the Attic. It was formerly active and is now frozen. Don’t expect any update - you may contact me for archeology purposes only :) .
I’ve been a J2EE, JavaEE and JakartaEE Architect for the first decades of 2000, and an UML teacher in Engineering Schools from 2009 to 2019. At this time I’ve produced a lot of slides - which you may find on search engines as they have been scraped and archived. I don’t publish them anymore. They may contain inaccuracies in future versions of UML2 and are only decks for my IRL presentations.
But I’ve also produced interesting material during this period :
- A standalone UML Editor
- An animated demo for the editor (click on the start button)
- A lot of examples, the most useful one being an Online Shop modelling
In case you need a license, read this old page - oh, and it’s MIT.↩︎
Here is what you get after editing a class diagram in the GUI
↩︎
<uml-class id=“user”>
<uml-name>User</uml-name>
<uml-attribute>name:String</uml-attribute>
<uml-attribute>email:String</uml-attribute>
</uml-class>