Extending the runtime and domain models

2007-07-03 Thread Simon Laws
The runtime classes (ReallySmallRuntime and ReallySmallRuntimeBuilder) and the EmbeddedSCADomain implementation are pretty well locked down in terms of overriding their members and functions. I had to make copies of most of this function to create the distributed runtime and domain. Can we loosen

Re: Extending the runtime and domain models

2007-07-04 Thread Venkata Krishnan
I don't see any reason why you should not open them up a bit instead of duplicating code. Especially now that we associate various objects by interface types, opening them will help in reusing them by substituting different implementations for such associations. - Venkat On 7/3/07, Simon Laws <

Re: Extending the runtime and domain models

2007-07-06 Thread ant elder
+1 for this from me as well. ...ant On 7/5/07, Venkata Krishnan <[EMAIL PROTECTED]> wrote: I don't see any reason why you should not open them up a bit instead of duplicating code. Especially now that we associate various objects by interface types, opening them will help in reusing them by