Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 56334 invoked from network); 19 Feb 2005 19:14:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 19 Feb 2005 19:14:23 -0000 Received: (qmail 31399 invoked by uid 500); 19 Feb 2005 19:14:13 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 31375 invoked by uid 500); 19 Feb 2005 19:14:13 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 31359 invoked by uid 99); 19 Feb 2005 19:14:13 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of dakota.jack@gmail.com designates 64.233.184.204 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.204) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 19 Feb 2005 11:14:11 -0800 Received: by wproxy.gmail.com with SMTP id 36so823915wra for ; Sat, 19 Feb 2005 11:14:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=X03CaWmWfe3Iq4wjzPoDwQCPwv/ATJRdOOJElTHsSap0pxIrF6emrSGAGL+xDVKcj7peR1tL1CCGdps0EFdXM1R4kcpb8A/lQeaaCDaSvdv7i5A9TykK1dhvVEJ0aPZqKXlet0cS/DzRMWWfgqI7XhprN/ykVafxWkddLh9uH1o= Received: by 10.54.47.78 with SMTP id u78mr127378wru; Sat, 19 Feb 2005 11:14:09 -0800 (PST) Received: by 10.54.48.70 with HTTP; Sat, 19 Feb 2005 11:14:09 -0800 (PST) Message-ID: Date: Sat, 19 Feb 2005 11:14:09 -0800 From: Dakota Jack Reply-To: Dakota Jack To: Struts Users Mailing List Subject: Re: Struts or SpringFramework In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <014f01c515d7$8c46f6a0$28ad93d1@irm.local> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks, Vic. I would suggest that they are not competitors for the same job under normal circumstances. IoC might be seen as for a plumbing strategy (architecture), e.g. Action, RequestProcessor, ActionForm, etc. as interfaces and CoR for implementation strategies (application). I personally would not use CoR where IoC was needed or where AOP was needed. I hope I am not being repetitive, but I think that having RequestProcessor as an interface and using CoR in a default implementation of that interface would be good. Am I clear? Am I nuts? ;-) On Fri, 18 Feb 2005 18:01:32 -0600, Vic wrote: > So the short answer is... I can't! > You use a QuickSort and a BubleSort in 2 diferent scenarios, one is good > for semi sorted data, the other for large sorts. > > I used IoC to organize and configure classes after the fact. > With CoR.... I can re-use comands in a diferent context and still be > able to configure them. Seemed to me like 2 was too much, one had to go. > > It's possible that IoC will be added in later versions of Struts, but I > likely will chose to use only to use CoR. > This is a begining of Vi vs Emacs that will last for years. Spring is > more complicated than Struts 1.3... hmmm. > > .V > > Shey Rab Pawo wrote: > > > What I > >don't quite see is how they or CoR replace IoC. IoC seems to me to > >address a completely different and consistent set of solutions to a > >completely different and consistent set of problems. So, if you could > >explain this, I would appreciate it. > > > > > > > > -- > Forums, Boards, Blogs and News in RiA > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > -- "You can lead a horse to water but you cannot make it float on its back." "Heaven has changed. The Sky now goes all the way to our feet. ~Dakota Jack~ "This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation." --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org