>      Does anyone have a best practices suggestion for how to organize the
 > directory and files structure
 >      for a Struts application composed of  sub applications?

I don't know if there is a best practices yet.
Here is what I have done.

Our source tree looks much like the struts source tree

src/
    java/
    test/

web/
    portal/
module/
    catalog/  <----- application module (sub-app)
         src/
            java/
            test/
         web/
            portal/
                catalog/
                WEB-INF/
                   struts-catalog.xml
                   tld/
                      catalog.tld


So the modules tends to be grouped together.

What we really need though is a generic build-module.xml
I started to modify the struts build-webapp.xml a few
months ago, but never had time to finish it.

Heligon Sandra wrote:

>       Does anyone have a best practices suggestion for how to organize the
> directory and files structure
>       for a Struts application composed of  sub applications? 
>       Where the different strus-config files, application resources files,
> common JSP views have to be placed ?
>       Thanks a lot.
>       
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> 
> 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to