hi,
Let's say i am creating a component B which inherits from component A, which is
in a library , i have no access.
public abstract class B extends A {
}
i change some methods in B etc. Now my question. In the component A there are
many assets declared in .jwc
How can i use these asset
It always troubled me when I need to extend an
existing component, because I have to copy all the
spec from the parent component. Not an OO way. And
when I need my pages to have some properties or
injected services in common, I have to duplicate the
page spec again. Not good either.
Thanks to hive