I've seen other projects where there was a properties file where you could
specify which classes were called during runtime.  Then if you want to
customize some behavior, you just extend the class you want to customize,
add in your customizations, then change the class name in the properties
file to your new class name.  When it ran, it would use your code.  This
ways users were able to make custom changes all over the project very easily
and not affect the code base.  To go back to the original code, just change
the line in the properties file back to what it was.

In this way it would be very easy to add a custom column to a report.  You
wouldn't have to get agreement from the main developers cause it wouldn't
impact anyone else.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"JBookTrader" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jbooktrader?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to