-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 6
-
Component/s: client-libs
-
b121
-
x86
-
windows_xp
-
Verified
A DESCRIPTION OF THE REQUEST :
At the moment, PropertyEditors can be defined either by placing them in a BeanInfo or by naming the editor using the naming convention of appending 'Editor' to the property's class name. Unfortunately, the only way to declare a customizer is by inclusing it in a BeanInfo. It would be useful if customizers could also be specified by using the naming convention of appending Customizer to the name of the bean's class.
JUSTIFICATION :
BeanInfos are hard to maintain, and cause hard to find bugs when they are out of date.
At the moment, PropertyEditors can be defined either by placing them in a BeanInfo or by naming the editor using the naming convention of appending 'Editor' to the property's class name. Unfortunately, the only way to declare a customizer is by inclusing it in a BeanInfo. It would be useful if customizers could also be specified by using the naming convention of appending Customizer to the name of the bean's class.
JUSTIFICATION :
BeanInfos are hard to maintain, and cause hard to find bugs when they are out of date.
- relates to
-
JDK-6380849 RFE: Automatic discovery of PersistanceDelegates
-
- Closed
-