|
Rick Flower wrote:
>
> Also -- for cases like this where you're adding functionality to
> "factory provided classes", how do you ensure those changes/additions
> don't get lost when upgrading from version X to version Y of VW?
If you're adding a method to a base class, add the method in your own Store package. Then when you load your application from Store into any VW version, the method will be added.
Regards,
-Martin
|