Originally posted by E Lievaart:
Raghavendra Balgi's Last Minute Notes
can be found in the links section:
http://faq.javaranch.com/java/ScbcdLinks
A remote business interface may extend java.rmi.Remote as we�ve done here,
although this is optional. Typically the container will perform byte-code enhancements during deployment to extend java.rmi.Remote if your bean interface does not extend it. Remote business interface methods are not required to throw java.rmi.RemoteException unless the business interface extends the java.rmi.Remote interface.