In order to cut down on out-of-date PNG files, we can now start using PlantUML (plantuml.com) for generating UML diagrams (and more) in our reference guide:
This image is generated from an inline block: https://ci.apache.org/projects/wicket/guide/8.x/images/uml-component.svg With plantuml you can also generate UI mockups from a text file, so this is awesome: http://plantuml.com/salt Hat tip to infra for enabling graphviz on our build system. To be able to generate this yourself, you need to install graphviz and ensure it is available from maven (see the profiles section in wicket-user-guide). You can also preview and design the diagrams on the plantuml website. Martijn -- Become a Wicket expert, learn from the best: http://wicketinaction.com
