On Thu, Dec 15, 2011 at 12:05 PM, Frans Thamura wrote: > 1. the struts.xml work like application context in spring > so we dont have include in default > > any with struts will be loaded.. or we want all under annation. >
You want to automatically load multiple config files? I'd rather see that customized as we do in Spring, by adding entries to the config paths. I don't have a problem with that, but I'd rather not see it automatically slurp configs. A mechanism for allowing changes to what will be slurped is a good idea, though. 2. can the plugins implementation expanded to module, aplication > module can work as a jar, template +action + pojo .. so we can grow > struts3 to maven central as aplication business. -> we did it in > blueoxygen project > Not sure what this means; in theory a plugin could include everything it needed, although you'd likely need to use something other than JSP. What specifically is missing that you want? I like the idea of an ability to provide canned modules. Dave