Hi List, to be able to offer my customers customizations of my webapp I would like to provide a "standard-package" (e.g. bundled in a jar) and the customized versions of my classes/templates in the custom war.
If possible I would like to build it similar to the way click does when choosing which template to use to render e.g. a TabbedForm. If there is afile click/TabbedForm.htm, it uses this file, otherwise it uses the default from the jar. I started to look at the frameworks-classes, especially ClickServlet and the XmlConfigService, but I am not quite sure where to start. Any help is very much appreciated. Thanks in advance SVen
