On Wed, 2006-05-17 at 15:56 +0530, Asankha C. Perera wrote:
> Paul
>
> To do this without making the Synapse core (i.e. SynapseConfiguration)
> dependent on Spring classes, we could keep the reference to the
> ApplicationContext as just an Object? Maybe the approach should be to
> make the Spring configuration definitions "named" (as other elements
> within the "definitions" section), and keep these named
> "configuration"s as a Map of Objects.. just thinking out aloud. .maybe
> something like...
>
> SynapseConfiguration will keep a Map of named "configuration" Objects,
> and expose methods
> Object getNamedConfiguration(String configName)
> void addNamedConfiguration(String configName, Object config)
Do we need such a glorified interface or can we just have:
Object getProperty (String)
void setProperty (String, Object)
We're quite used to having this concept around everywhere ;-).
Sanjiva.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]