Simon Brown

Results 58 comments of Simon Brown

> Is it also possible to scan a compiled jar and display the annotated tags (@controller, ...) in a diagram. It depends what you want to output to look like,...

Perhaps the Spring example? https://github.com/structurizr/java-extensions/blob/master/structurizr-examples/src/com/structurizr/example/SpringPetClinic.java#L67

The JAR file isn't specified as a parameter ... since reflection is done using the bytecode, you should include your production code on the classpath of your Structurizr program; for...

I would run in debug and/or look at what components are being added to `webApplication` by exporting the workspace to a JSON file. You might also try using [the newer...

See https://github.com/structurizr/java-extensions/discussions/69 ... I have no plans to update this library at this time I'm afraid.

I wasn't planning to ... the basic PlantUML exporter produces pretty ugly diagrams. 😀 You can do the following to replace the square brackets with double-angle brackets if that's all...

> Unfortunately, the [Structurizr Java API](https://github.com/structurizr/java) is limited and does not provide all the features we need to model modules as components appropriately. > At first glance the DSL approach...

> So there is no specific visual C4 representation for code elements and the relationships between them, right? A classic UML class diagram for the rescue? There is no "specific...