Hi
What would be required if I want to create additional interfaces that
extend the bridge.
Interfaces I am thinking of are
NodeTree extends Node {
getParent()
getChildren()
getPath();
}
NewsItem extende Node{
getTitle();
getPosrelImages();
}
XmlNewItem extends NewsItem{
getRichBody();
}
> One problem when using the proxy aproach is that you still can not
> compile code against a certain api. so what's the next possibility?
> code generation from uml?
> jdo like class enhancers?
>
_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers