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

2004-03-24 Thread Craig R. McClanahan
Quoting Martin Cooper [EMAIL PROTECTED]: On Tue, 23 Mar 2004, Martin Cooper wrote: On Tue, 23 Mar 2004, Craig R. McClanahan wrote: Quoting Ted Husted [EMAIL PROTECTED]: On Tue, 23 Mar 2004 11:53:55 +0100, Filippo Munafò wrote: Perfect! What you did in JSF is exatcly what we

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

2004-03-24 Thread Martin Cooper
On Wed, 24 Mar 2004, Craig R. McClanahan wrote: Quoting Martin Cooper [EMAIL PROTECTED]: On Tue, 23 Mar 2004, Martin Cooper wrote: On Tue, 23 Mar 2004, Craig R. McClanahan wrote: Quoting Ted Husted [EMAIL PROTECTED]: On Tue, 23 Mar 2004 11:53:55 +0100, Filippo Munafò

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 Ted Husted
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' resources in any JAR files that were included in the application. When in struts? Can I help? I

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

2004-03-23 Thread Filippo Munafò
Do you mean the ChainListener? If yes, is it 'the solution' or 'the beginning, the way to follow'? How can I 'plug' it into struts to load the struts-config from JAR? Filippo -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 12:34 To: Struts

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

2004-03-23 Thread Craig R. McClanahan
Quoting Ted Husted [EMAIL PROTECTED]: 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' resources in any JAR files that were included in the

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

2004-03-23 Thread Martin Cooper
On Tue, 23 Mar 2004, Craig R. McClanahan wrote: Quoting Ted Husted [EMAIL PROTECTED]: 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'

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

2004-03-23 Thread Martin Cooper
On Tue, 23 Mar 2004, Martin Cooper wrote: On Tue, 23 Mar 2004, Craig R. McClanahan wrote: Quoting Ted Husted [EMAIL PROTECTED]: 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

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

2004-03-20 Thread Craig R. McClanahan
Quoting Joe Germuska [EMAIL PROTECTED]: We'd like not to subclass ActionServlet, but is really difficult to do something like this outside the ActionServlet hierarchy mainly 'cause of the call to initConfigDigester(), that's obviously protected. The questions are: - is there a way to

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

2004-03-19 Thread Joe Germuska
We'd like not to subclass ActionServlet, but is really difficult to do something like this outside the ActionServlet hierarchy mainly 'cause of the call to initConfigDigester(), that's obviously protected. The questions are: - is there a way to do the same without subclassing ActionServlet? -

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

2004-03-19 Thread Diego Fernandez
Hi, Since my last mail to the list (a mail about Struts config design), I have started to do some changes in the ActionServlet to support other configuration methods. I don't have too much time, but if I could do something useful, I would like to submit some patches. What is the correct way to

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

2004-03-19 Thread Ted Husted
On Fri, 19 Mar 2004 14:04:26 -0300, Diego Fernandez wrote: Hi, Since my last mail to the list (a mail about Struts config design), I have started to do some changes in the ActionServlet to support other configuration methods. I don't have too much time, but if I could do something useful, I