The ability for the user to change the backlinked resource properties shown would on ROP would be useful.
This will be important for FloorData site soon.
In this example
I would like to show the phone number and maybe website link along side the supplier name
publishing/Product is the intersection class whic>>
publishing/Product is the intersection class which defines many-to-may relationship between ProductType and Company. So when user looks at ProductType he wants to see Companies instead of intersection resources of class Product. Similarly if user looks at Company he wants to see ProductType resources instead of Product.
So Product seems to be a case of Delegator class but which delegates to 2 classes not one as other Delegator implementors do.
We have added support for such case and now it works as you wanted. See new @delegateTo property annotations
in class Product. I wonder if we should introduce new interface SymmetricDelegator for such cases.
The ability for the user to change the backlinked>>
The ability for the user to change the backlinked resource properties shown would on ROP would be useful.
This will be important for FloorData site soon.
In this example
I would like to show the phone number and maybe website link along side the supplier name