HiCan some one explain with example difference between configuring multiple config files separated by comma or as module
How does it affect the URL? Can i define bean in one configuration file and action using this bean in different configuration file? I have an application where about 10 beans and action are common to all modules, but then each module will have different bean and action classes, So what would be a good strategy, to define all common bean and actions in one configuration file, and have other configuration file in modules Does anyone have an example explaining when to use comma delimited configuration file versus defining in modules