CVS -> SVN

2004-10-10 Thread Addy Kapur
on the Struts main page "CVS Repository" is listed under "Development" menu item. Should this be changed to "SVN Repository" as the repository has moved to SVN now? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: struts, maven & example projects

2004-10-10 Thread Nathan Coast
Nathan, in looking specifically at your project, I'm wondering one thing: are you using the term "Module" synonymously with the sense of a Struts module as a separate "config/*" entry in the web.xml? Or is "module" just your term for a unit of a web application? yes, we're using 'module' to me

Re: Subversion Refactoring Frenzy and Maven Questions

2004-10-10 Thread Ted Husted
On Sun, 10 Oct 2004 13:22:27 -0700, Craig McClanahan wrote: > > Splitting out the database part of mailreader seems like an obvious > first step.  How about a top level "examples" directory with a > "mailreader-database" subdirectory to contain this artifact?  If > the business logic turns out to b

Re: Roadmap

2004-10-10 Thread Mike Stanley
Joe Germuska wrote: At 6:18 PM -0400 10/10/04, Mike Stanley wrote: Ted Husted wrote: On Sun, 10 Oct 2004 16:04:40 -0400, Mike Stanley wrote: Another simple suggstion I would like to make (enhancement request) - it would be extremely powerful to add the property support that exists for plugin confi

Re: Roadmap

2004-10-10 Thread Joe Germuska
At 6:18 PM -0400 10/10/04, Mike Stanley wrote: Ted Husted wrote: On Sun, 10 Oct 2004 16:04:40 -0400, Mike Stanley wrote: Another simple suggstion I would like to make (enhancement request) - it would be extremely powerful to add the property support that exists for plugin configuration, to action

Re: Servlet mappings VS servelt mapping

2004-10-10 Thread Joe Germuska
If you want the Global.SERVLET_KEY storing multiple mappings (I've thought of a collection because is Digester which fills it, and the number of elements is unknown at runtime, depending on the web.xml file), than a serious thought about how TagUtils, FormTag, ImgTag and RequestUtils work is ne

Re: struts, maven & example projects

2004-10-10 Thread Joe Germuska
I intend to continue to work to make Maven a good way to build Struts. We use Maven extensively at my day job, so I'm happy to build synergy between that and working on Struts. Nathan, in looking specifically at your project, I'm wondering one thing: are you using the term "Module" synonymousl

Re: Roadmap

2004-10-10 Thread Mike Stanley
Ted Husted wrote: On Sun, 10 Oct 2004 16:04:40 -0400, Mike Stanley wrote: Another simple suggstion I would like to make (enhancement request) - it would be extremely powerful to add the property support that exists for plugin configuration, to action and request processors. This can go along

Re: Roadmap

2004-10-10 Thread Ted Husted
On Sun, 10 Oct 2004 16:04:40 -0400, Mike Stanley wrote: > Another simple suggstion I would like to make (enhancement request) - >  it would be extremely powerful to add the property support that > exists for plugin configuration, to action and request processors.   > This can go along way for speci

Re: Subversion Refactoring Frenzy and Maven Questions

2004-10-10 Thread Craig McClanahan
On Sun, 10 Oct 2004 08:29:20 -0400, Ted Husted <[EMAIL PROTECTED]> wrote: > On Sat, 09 Oct 2004 21:06:44 -0700, Craig McClanahan wrote: > > ... Interestingly, this subproject has four subsubprojects ... > > Are you counting the MailReader database as a separate artifact? I hadn't been, and that

Re: Roadmap

2004-10-10 Thread Mike Stanley
quick thoughts/suggestion - my pizza just came ;-) * Action Form - Form Context How about adopting XForms (http://www.w3.org/MarkUp/Forms/) as the model for all Action Forms? This contains a model for representing everything you spoke about in your email - basically the seperation of purpose