why don't bean class implement component interface if it has to implement the same methods? Java class allowed to implement more then one interface? class AdviceBean implements Advice,SessionBean Advice is my component interface . I don't understand answer from HF.