Re: Example of hard coded based struts2 configuration for Configuration Manager Impl.

2013-04-23 Thread Lukasz Lenart
2013/4/18 Ken McWilliams : > Are there any examples that show struts2 configuration without reading > content from an XML file? XWorkTestCase#loadConfigurationProviders XWorkTestCase#loadButAdd > > The purpose of this is I'm tracing though all this code to understand how > the configuration is as

Example of hard coded based struts2 configuration for Configuration Manager Impl.

2013-04-18 Thread Ken McWilliams
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 t