Re: [Design Discussion] Multiple Controllers Per Web App

2001-12-26 Thread Craig R. McClanahan
On Wed, 26 Dec 2001, Martin Cooper wrote: > Date: Wed, 26 Dec 2001 22:35:34 -0800 > From: Martin Cooper <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > To: Struts Developers List <[EMAIL PROTECTED]> > Subject: Re: [Design Discussion] Multiple Controllers Per Web App

Re: [Design Discussion] Multiple Controllers Per Web App

2001-12-26 Thread Martin Cooper
This definitely looks promising, and in some ways simplifies on some of the ideas I've been mulling over recently. A few thoughts and questions: 1) I think there are four different scenarios to consider, and the implications would seem to be different for each. a) The sub-apps (to pick up on Ted

RE: [Design Discussion] Multiple Controllers Per Web App

2001-12-26 Thread Craig R. McClanahan
On Thu, 27 Dec 2001, Donnie Hale wrote: > Date: Thu, 27 Dec 2001 01:22:24 -0500 > From: Donnie Hale <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > To: Struts Developers List <[EMAIL PROTECTED]> > Subject: RE: [Design Discussion] Multiple Controllers Per Web App > >

RE: [Design Discussion] Multiple Controllers Per Web App

2001-12-26 Thread Donnie Hale
> -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 26, 2001 11:26 PM > To: Struts Developers List > Subject: Re: [Design Discussion] Multiple Controllers Per Web App > > > +1 overall. > > Very much one of those brilliant ideas that only seem ob

Re: [Design Discussion] Multiple Controllers Per Web App

2001-12-26 Thread Ted Husted
+1 overall. Very much one of those brilliant ideas that only seem obvious after someone *else* brings it up. Though I wonder if we need to have a single servlet is catch all the requests and then do the mapping. What if the standard servlet-mapping for a sub-app matched their prefix, and we le

cvs commit: jakarta-struts/src/share/org/apache/struts/config ConfigRuleSet.java ControllerConfig.java MessageResourcesConfig.java ApplicationConfig.java

2001-12-26 Thread craigmcc
craigmcc01/12/26 15:14:50 Modified:conf/share struts-config_1_1.dtd src/share/org/apache/struts/action Action.java src/share/org/apache/struts/config ApplicationConfig.java Added: src/share/org/apache/struts/config ConfigRuleSet.java

cvs commit: jakarta-struts/src/test/org/apache/struts/taglib/logic TestEqualTag.java TestNotPresentTag.java TestPresentTag.java

2001-12-26 Thread craigmcc
craigmcc01/12/26 13:55:55 Modified:.build.xml src/test/org/apache/struts/action TestActionServlet.java src/test/org/apache/struts/taglib/logic TestEqualTag.java TestNotPresentTag.java TestPresentTag.java Added: src/te

cvs commit: jakarta-struts/src/test/org/apache/struts/config - New directory

2001-12-26 Thread craigmcc
craigmcc01/12/26 12:32:01 jakarta-struts/src/test/org/apache/struts/config - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

[Design Discussion] Multiple Controllers Per Web App

2001-12-26 Thread Craig R. McClanahan
One of the highly requested features for Struts has been the concept of wanting to define multiple "applications" (or multiple "controllers") within a single Struts-based web application. Implementing this feature in the current controller servlet is pretty complicated, due to its assumpations al

cvs commit: jakarta-struts/src/share/org/apache/struts/config ActionConfig.java ApplicationConfig.java DataSourceConfig.java FormBeanConfig.java ForwardConfig.java

2001-12-26 Thread craigmcc
craigmcc01/12/26 11:16:25 Added: src/share/org/apache/struts/config ActionConfig.java ApplicationConfig.java DataSourceConfig.java FormBeanConfig.java ForwardConfig.java Log: Initial crack at a set of classes to represent all of the

cvs commit: jakarta-struts/src/share/org/apache/struts/config - New directory

2001-12-26 Thread craigmcc
craigmcc01/12/26 11:13:31 jakarta-struts/src/share/org/apache/struts/config - New directory -- To unsubscribe, e-mail: For additional commands, e-mail: