I'm studying
openejb-examples-3.1\simple-stateless\src\main\java\org\superbiz\calculator\
CalculatorImpl.java
 
(1) Why does CalculatorImpl need to implement two identical interfaces? Is
this necessary? Is this because we might want to expose additional
functionallity to other server side functions that are not available to
clients?
 
(2) In c++ one would have to implement function sum twice: one for
    each interface. Does the single implementation of function "add"
    satisfy both ancestor interfaces?
 

    

Reply via email to