Re: Splitting struts-config into multiple jar and read them as resource stream

2004-03-23 Thread Filippo Munafò
Perfect! What you did in JSF is exatcly what we need: the controller servlet automatically recognize 'META-INF/struts-config.xml' resources in any JAR files that were included in the application. When in struts? Can I help? Filippo Munafò -Original Message- From: Craig R. McClanahan

RE: Splitting struts-config into multiple jar and read them as resource stream

2004-03-23 Thread Filippo Munafò
Developers List Subject: Re: Splitting struts-config into multiple jar and read them as resource stream On Tue, 23 Mar 2004 11:53:55 +0100, Filippo Munafò wrote: Perfect! What you did in JSF is exatcly what we need: the controller servlet automatically recognize 'META-INF/struts- config.xml

Splitting struts-config into multiple jar and read them as resource stream

2004-03-19 Thread Filippo Munafò
are: - is there a way to do the same without subclassing ActionServlet? - do you think is it reasonable to include a similar feature in the main source tree on CVS (dynamic read pieces of struts-config from jar files)? Thanks, Filippo Munafò