Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 27427 invoked from network); 2 Feb 2004 20:26:38 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Feb 2004 20:26:38 -0000 Received: (qmail 27055 invoked by uid 500); 2 Feb 2004 20:26:14 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 27020 invoked by uid 500); 2 Feb 2004 20:26:14 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 26991 invoked from network); 2 Feb 2004 20:26:14 -0000 Received: from unknown (HELO hqexch01.upstate.com) (205.160.101.145) by daedalus.apache.org with SMTP; 2 Feb 2004 20:26:14 -0000 Received: from IQUITOS (sfore.group.upstate.com [172.17.1.112]) by hqexch01.upstate.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 1FDP5CNQ; Mon, 2 Feb 2004 15:27:55 -0500 Reply-To: From: "Eric Pugh" To: "'Jakarta Commons Users List'" Subject: RE: newbie: Commons-Configuration Date: Mon, 2 Feb 2004 21:26:14 +0100 Message-ID: <00c901c3e9ca$cebffca0$6d0111ac@IQUITOS> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <8765557836794E4EADF7F31290F4C39F049AF3D7@ns.suz.com> Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Not sure that the existing xml related config objects will do all of this... You may have to change them a bit, or using the AbstractConfiguration, roll your own. Souldn't be too hard.. It would be nice to have an xpath query related one.. Look at the Configuration wrapper for fulcrum, http://jakarta.apache.org/turbine/fulcrum.. it runs c-c in an avalon container! ERic > -----Original Message----- > From: Vikas Phonsa [mailto:VPhonsa@suz.com] > Sent: Monday, February 02, 2004 7:56 PM > To: 'commons-user@jakarta.apache.org' > Subject: newbie: Commons-Configuration > > > > > Hi Guys, > > I'm a newbie to Commons-Configuration and would appreciate > your thoughts on > the following issues: > > 1. I have the following structure in my daoConfig.xml property file: > > > > AddressMasterDAOImpl > jdbc.DefaultJDBCDAOFactory > > > > How do I get the factoryClass property for the DAO with name > attribute="/Address/Master" > > I know how to get like DAO[@name] and DAO.factoryClass. But I > want to find > the factoryClass property for a DAO using a give specified > name attribute > for it. > > 2. Is there any class available in configuration or if > anybody has made a > high level class that does the initialization of > ConfigurationFactory and > creates a Configuration Object. I mean that in an application > the users > should not have to create a Factory and a Configuration > object manually. > Those details should be hidden from them and they should just > be able to > call getProperty() and get the property. So there such a > class available > that would do the initialization steps and load a > configuration to be used > in an application. > > > Thanks in advance. > > Vikas > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org