is it possible to create a bean that inherits methods from another bean. ive got 4 or 5 beans that require all or some methods from a bean. (and theres a lot of methods in each bean)
at them moment im creating each bean seperatly. this is starting to get messy.
the reason im asking this is that no bean examples ive seen use constructors, so theres no way to call the super() class (as far as i know).
cheers for your help
at them moment im creating each bean seperatly. this is starting to get messy.
the reason im asking this is that no bean examples ive seen use constructors, so theres no way to call the super() class (as far as i know).
cheers for your help