Oleg V Alexeev wrote:
> TH> Though, if stay on this road, larger project swill have to start
> TH> assembling their struts-config.xml from smaller files, as some
> TH> people do with their Applicaton Resource now. ;-)
> 
> My first idea was to split struts-config to 'standart' part and
> bean-factory part with my definirions. But it is needed to insert
> references to bean templates into action tags and it was main reason
> to build all in one.

So long as we can still use a "package" format within struts-config,
that shouldn't be a problem, since people could split them up for team
development and concaternate them back again as part of the build.

(By package format, I mean that we can repeat the <struts-config> node
and all it's children as many times as needed, and still create a single
ActionMapping database. I do that now and can also include David's
<form-validatation> nodes in the same file, so that all package's
programtic settings are all together.)


-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel 716 737-3463.
-- http://www.husted.com/about/struts/

Reply via email to