Re: [Figleaf-developer] Application configuration
Status: Alpha
Brought to you by:
steckman
|
From: <sam...@ma...> - 2004-07-03 22:36:37
|
Quoting Greg Steckman <ste...@on...>: > I think a configuraion API is a good idea - it would be convenient to be > able to configure in ways other than an XML file (like getting it from a > database or programmatically). However, I wouldn't consider it a > critical feature at this time. Our interfaces are likely to change > rapidly at the beginning, and therefore the configuration interface will > have to keep changing also. That makes just changing an XML file a good > approach for now, particularly since I can just add any property to the > xml file and Spring automatically sets it with the correct > values/references. An abstracted layer isn't that much work, but as you say lets concentrate on other things for now - lets get something running! > What about the Introspector work? I need to put my proxy code back in - its usable right now as is(put any object into an InformativeFactoryImpl and get a valid Informative object back), but returned objects don't have the same interface as those passed in. It should be good enough for you to use right now though. I hope to have the proxy code done by tomorrow evening. sam http://www.magpiebrain.com/ |