Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.9.4.2
-
Fix Version/s: 1.1 M1
-
Component/s: XML code generator
-
Labels:None
-
Environment:Operating System: Windows 2000
Platform: All
-
Number of attachments :
Description
Although this request may seem counter to good OO practice, I'm to using XML
with a system that requires the members be public instead of private. I propose
adding a configuration parameter to castorbuilder.properties allow for public
members. A second item I would like to propose is to provide facilities for
altering the way propertychangelistener events are triggered in set methods. In
some cases, I want to check to see if a valid value is passed before I call
notify. this is important in cases where there are large number of classes
listening to the events. firing an event un-necessarily may not be desirable in
some cases, so providing alternate implementation would be desirable.
I would like to implement a patch for these feature enhancements. Before I go
ahead and do it, I'd like to know if the castor developers think the features
are desirable and the likelihood of it getting accepted. Assuming of course the
patch is good and doesn't have any bugs.