I am searching for a way to minimize (if not eliminate) nearly-redundant action mappings. I have a CRUD-patterned action mapping that leverages Tiles, Spring and wildcards that works nicely. I would like to avoid duplicating this XML configuration if possible. I am watching convention trump configuration and I like this for all the right reasons. With substitutions, DI and namespaces available in S2, I would like to explore solutions for enabling new CRUD_sets that differ only by way of their injected action and validator. Copy/Paste no longer looks so attractive! Comments?
-- Scott [EMAIL PROTECTED]