[Yanel-dev] SitetreeDOMImpl

simon simon at 333.ch
Wed Jan 5 18:05:05 CET 2011


Am 25.03.2010 23:39, schrieb simon:
> Michael Wechner schrieb:
>> simon wrote:
>>> hi all
>>>
>>> for a long time i would like to implement a sitetree editor. to 
>>> start i implement the missing methods within NodeDOMImpl. when i 
>>> started to write a test for it, i noticed something strange. AFAIU 
>>> the SitetreeDOMImpl it expects/creates a a sitetree xml like this:
>>>
>>> <sitetree xmlns="http://www.wyona.org/yanel/sitetree/1.0">
>>> <node name="name of node">
>>> <label/>
>>> </node>
>>> </sitetree>
>>>
>>> but all the sitetree.xml (yanel-website, from-scratch-realm etc.) i 
>>> found within yanel looking like this:
>>>
>>> <sitetree xmlns="http://www.wyona.org/yanel/1.0">
>>> <node href="de/index.html">
>>> <name>Home</name>
>>> </node>
>>> </sitetree>
>>>
>>>
>>> not sure what's the conclusion.
>>
>> I think it's a bug. I will have a look at it.
>>> but i think the SitetreeDOMImpl doesn't make much sense at the 
>>> moment. i'm wondering if this SitetreeDOMImpl has ever been used 
>>> actually.
>>
>> definitely, but I am afraid mainly within customer projects, whereas 
>> I will improve it within the public realms
> thanks for this.
have you actually done something?
>>>
>>> i think we should create a schema for a yanel sitetree and make the 
>>> SitetreeDOMImpl fits this schema.
>>
>> I agree that we need a schema, but we need to deduce it from the 
>> SitetreeDOMImpl, because otherwise we might
>> break backwards compatibility.
>>
>> Btw, I will soon start to implement a sitetree editor for one of our 
>> customers, whereas it might not be totally generic, but
>> I am happy to share as much as possible. I can send you the spec 
>> offline and you might want to tell me then how much
>> of it you want to re-use or how much we can develop together.
> yes please send me the spec.
> i can send you the untested implementations of the unimplemented  
> methods of NodeDOMImpl if you haven't it already done so far.
> what UI library are you planing to use?
what about this?

simon
>
> cheers
> simon
>>
>> Cheers
>>
>> Michi
>>>
>>> WDOT?
>>>
>>> cheers
>>> simon
>>>
>>
>



More information about the Yanel-development mailing list