Return-Path: Delivered-To: apmail-jakarta-hivemind-user-archive@www.apache.org Received: (qmail 3400 invoked from network); 24 May 2004 17:32:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 May 2004 17:32:38 -0000 Received: (qmail 29440 invoked by uid 500); 24 May 2004 13:47:34 -0000 Delivered-To: apmail-jakarta-hivemind-user-archive@jakarta.apache.org Received: (qmail 15963 invoked by uid 500); 24 May 2004 13:43:46 -0000 Mailing-List: contact hivemind-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: hivemind-user@jakarta.apache.org Delivered-To: mailing list hivemind-user@jakarta.apache.org Received: (qmail 3101 invoked by uid 98); 24 May 2004 13:40:16 -0000 Received: from hlship@comcast.net by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(204.127.198.39):. Processed in 0.034256 secs); 24 May 2004 13:40:16 -0000 X-Qmail-Scanner-Mail-From: hlship@comcast.net via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(204.127.198.39):. Processed in 0.034256 secs) Received: from unknown (HELO rwcrmhc13.comcast.net) (204.127.198.39) by hermes.apache.org with SMTP; 24 May 2004 13:40:15 -0000 Received: from almightybeast (h0010b50ed00a.ne.client2.attbi.com[24.128.112.68]) by comcast.net (rwcrmhc13) with SMTP id <20040524134010015007mj9ce>; Mon, 24 May 2004 13:40:10 +0000 From: "Howard M. Lewis Ship" To: Subject: RE: Recent configuration model changes for alpha-5 (or, where did Registry's getConfiguration(configId) go?) Date: Mon, 24 May 2004 09:39:56 -0400 Message-ID: <002d01c44194$9a59d400$6501a8c0@ALMIGHTYBEAST> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal In-Reply-To: <40B1838B.70306@gonesilent.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hm. That could (should?) be restored; however, what I was getting at by removing it is the idea that you will almost always want a service to "front" your configuration, since your presentation layer will rarely want it as an unordered list. If any massaging of the data should occur first (say, converting to a Map and checkng for duplicates) ... that should occur inside a service. -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind http://howardlewisship.com > -----Original Message----- > From: John Beatty [mailto:john@gonesilent.com] > Sent: Monday, May 24, 2004 1:10 AM > To: hivemind-user@jakarta.apache.org > Subject: Recent configuration model changes for alpha-5 (or, > where did Registry's getConfiguration(configId) go?) > > > Hi, > > I just upgraded from alpha-4 to alpha-5 and noticed that Registry's > > public List getConfiguration(String configurationId); > > method is gone now. What is the preferred programming model > for services > getting their config info now? (the docs are a bit out of > date it seems; > I infer there are a couple ways of doing it from reading the code and > hivemodule.sdl). I'm probably missing something obvious, but in the > meantime, I patched Registry.java to include the method (since > RegistryImpl still has it) and everything is happy. > > thanks! > john > > --------------------------------------------------------------------- > To unsubscribe, e-mail: hivemind-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: hivemind-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: hivemind-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: hivemind-user-help@jakarta.apache.org