Are you perchance thinking more about the hierarchical usage model? ;-)

I had to deal with this one too. What I did was to define a deployment
structure for my modules, and have each module define a module.xml file
which collectively defined the module hierarchy. Then my override of
ActionServlet.init() used the hierarchy to do the module loading in an
appropriate order.

Just another one of those many items that make up a comprehensive
hierarchical usage model...

--
Martin Cooper


> -----Original Message-----
> From: Eddie Bush [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 23, 2002 1:23 PM
> To: Struts Developers List
> Subject: [sub-app] Load Order
> 
> 
> There is no way to guarantee the order in which the 
> init-param elements 
> will be given to the servlet, is there?  Has any thought been 
> given to 
> another init-param to specify load order on the (non-default) 
> sub-applications?  Say ... app-load-order?  You could then 
> tokenize this 
> value and guarantee a certain load order.  I'm sure this idea has 
> merits.  Anyone else agree?
> 
> -- 
> Eddie Bush
> 
> 
> 
> 
> --
> 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