Oleg V Alexeev wrote:
> So I can place several <struts-config> sections to the config file and
> all stuff will be parsed. Is it right? 

Yes.

Are there any differences
> between file with one big section and file with several sections in
> case of whole content of such files is identical?

A configuration file using the package format will be longer, but they
are functionally equivalent. 

I'm also doing things like 

/account/Form.java 
/account/Insert.java

rather than

/accountForm.java
/accountInsert.java

so that the application is divided into coherent sub-packages. 

So it then becomes natural for me to arrange the configuration files
that way. 

And as mentioned I can also interlace David's Validator nodes in there
too. 

-T.

Reply via email to