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:[EMAIL PROTECTED]
> Sent: Monday, February 02, 2004 7:56 PM
> To: '[EMAIL PROTECTED]'
> 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:
>
> <DAOs>
>       <DAO name="/Address/Master">
>               <entityDAOClass>AddressMasterDAOImpl</entityDAOClass>
>               <factoryClass>jdbc.DefaultJDBCDAOFactory</factoryClass>
>       </DAO>
> </DAOs>
>
> How do I get the factoryClass property for the DAO with name
> attribute="/Address/Master"
>
> I know how to get like [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to