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

2004-04-05 Thread Filippo Munafò
>> My two cents about Martin's points: >> >> 1 & 2) Having jar's name correspond to a module name. >> >> Interesting, but: >> >> - what about mixing subproject's jar and module's jar? How can we >> mix and discover them? > What do you mean by a subproject? That's not a concept that Struts has. If

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

2004-04-04 Thread Craig R. McClanahan
Filippo Munafò wrote: [snip] Craig said: Along the same lines, one of the things we did in JavaServer Faces (with regards to configuration) is to have the controller servlet automatically recognize "META-INF/faces-config.xml" resources in any JAR files that were included in the application. Th

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

2004-04-04 Thread Ted Husted
On Thu, 01 Apr 2004 22:48:03 -0800, Martin Cooper wrote: > Let me throw out a few thoughts on this thread, and modules in > general, as I try to catch up. (I'm still in this seemingly- > perpetual state of not having the time to fully expound on my > thoughts on future enhancements to modules, darn

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

2004-04-03 Thread David Graham
--- Joe Germuska <[EMAIL PROTECTED]> wrote: > >I'm just making this up as I go, but what if there were an optional > >servlet init param which could consist of one or more class names, > >where each class implemented a "StrutsConfigurator" interface. Then > >in servlet.init(), the servlet coul

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

2004-04-03 Thread Joe Germuska
I'm just making this up as I go, but what if there were an optional servlet init param which could consist of one or more class names, where each class implemented a "StrutsConfigurator" interface. Then in servlet.init(), the servlet could instantiate each and pass itself to the configure meth

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

2004-04-02 Thread Martin Cooper
> -Original Message- > From: Filippo Munafò [mailto:[EMAIL PROTECTED] > Sent: Friday, April 02, 2004 9:30 AM > To: Struts Developers List > Subject: RE: Splitting struts-config into multiple jar and read them as > reso urce stream > > > My two cents about

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

2004-04-02 Thread Joe Germuska
So, my question is: are you sure that the enhancement of reading config files through jars is not something missing in the default behaviour? Well, I guess if people have been using Struts as much as they have up until now, then no, I don't think it's missing 8^) On the other hand, I wouldn't say

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

2004-04-02 Thread Filippo Munafò
n Cooper [mailto:[EMAIL PROTECTED] Sent: Friday, April 02, 2004 08:48 To: Struts Developers List Subject: RE: Splitting struts-config into multiple jar and read them as reso urce stream > -Original Message- > From: Craig McClanahan [mailto:[EMAIL PROTECTED] > Sent: Th

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

2004-04-02 Thread Joe Germuska
At 10:48 PM -0800 4/1/04, Martin Cooper wrote: 4) As I've mentioned before (in this same thread, I think), I believe we need to factor out the configuration code and make it pluggable. Although this is Martin's fourth point, I think it should be the starting point. If we move to a way where confi

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

2004-04-01 Thread Martin Cooper
> -Original Message- > From: Craig McClanahan [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 01, 2004 2:00 AM > To: Struts Developers List > Subject: Re: Splitting struts-config into multiple jar and read them as > reso urce stream > > > nicolas De Loof w

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

2004-04-01 Thread Filippo Munafò
Thursday, April 01, 2004 12:00 To: Struts Developers List Subject: Re: Splitting struts-config into multiple jar and read them as reso urce stream nicolas De Loof wrote: > Just a detail I just think about : > Using this patch, web can develop a Struts module as a subproject and > in

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

2004-04-01 Thread Craig McClanahan
ruts-config.xml Filippo -Original Message- From: nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 10:27 To: Struts Developers List Subject: Re: Splitting struts-config into multiple jar and read them as reso urce stream As far as I understand your patch, config

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

2004-03-31 Thread nicolas De Loof
g.xml Filippo -Original Message- From: nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 10:27 To: Struts Developers List Subject: Re: Splitting struts-config into multiple jar and read them as reso urce stream As far as I understand your patch, config incl

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

2004-03-31 Thread nicolas De Loof
Loof [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 10:27 To: Struts Developers List Subject: Re: Splitting struts-config into multiple jar and read them as reso urce stream As far as I understand your patch, config included in jars is added to default module config. Is they're an

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

2004-03-31 Thread Filippo Munafò
/module1 META-INF/module1/struts-config.xml Filippo -Original Message- From: nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 10:27 To: Struts Developers List Subject: Re: Splitting struts-config into multiple jar and read them as reso urce stream As far

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

2004-03-31 Thread nicolas De Loof
As far as I understand your patch, config included in jars is added to default module config. Is they're any way to associate a jar (including config) to a struts module ? Nico. Filippo Munafò a écrit : Following your suggestion, I've just submitted a patch as bugzilla Enhancement (#28051). I'