From: Kal A. <ka...@te...> - 2001-09-27 15:26:23
|
At 15:37 27/09/2001 +0200, Gerd Mueller wrote: > > Hi, > > > > I have some backend questions: > > > > - Why does ozone have a different set of topicmap interfaces? > >These interfaces are necessary to markup the update methods. >Also the extend OzoneProxy which is important for ozone. But >the methods are exactly the same as the usual tm4j interfaces. > > > - What's the difference between the memory...Impl and > > the ozone...Impl classes? > >I hope there is no difference in terms of functionality, but I >had to make some ozone specific changes. Would there be any way to make use of inheritance and localise only the ozone specific changes within the ozone Impl classes ? Even if it means having to make calls to super.xxx() it would at least mean that bug fixes need only be done once...I try to be as lazy as possible ;-) Cheers, Kal |