Are there any examples that show struts2 configuration without reading content from an XML file?
The purpose of this is I'm tracing though all this code to understand how the configuration is assembled and it isn't clear yet. The goal is to produce a new configuration manager, I was wondering if there were tests that have needed to manually create such configuration. Also if anyone has some detailed documentation on how the different components fit together. Obviously some of this can be derived from interpretation of the XML but still an explanation directly from the API level of how the assembly works would be really nice.