Hi
I need some help - maybe a personal excerpt or a resource on the web (document or book) that can talk about extending struts to load tiles definitions from a database. I assume that because this is an extensoin point, I will be doing this via a plugin. Tiles by default has a RuleSet that uses a digester to load all the tiles defs from an xml definition. I need to be able to data drive these definitions that the framework will utilize. My thinking was that I would keep my defintions in a table load them on application start via the init call and cache the bindings in memory. Has anyone done this or can point me to where I can find more about this? Any help is greatly appreciated, -Justin