|
From: Juergen H. <jue...@in...> - 2007-02-22 11:18:06
|
I agree that "&" is not that great a choice given XML as primary
configuration format, so I guess supporting an alternative marker for nicer
references in XML would be worthwhile.
Syntax suggestions? Other opinions?
Juergen
_____
From: spr...@li...
[mailto:spr...@li...] On Behalf
Of nicolas de loof
Sent: Tuesday, February 13, 2007 9:16 AM
To: spr...@li...
Subject: [Springframework-developer] FACTORY_BEAN_PREFIX
Hello,
I'd like to suggest to define an alternative value for
BeanFactory.FACTORY_BEAN_PREFIX as "&" is the XML entity prefix.
To use this prefix in a spring XML context it is required to setup something
like :
<property name="" ref="&ID" />
Doesn't look very nice.
Having a second prefix supported by spring XML-based applicationcontext
would make this cleaner.
Nico.
|