I just started reading the Head First
EJB book. Sorry if this question already has been asked, but I couldn't find it here.
The design on page 86 (and the brainpower question on page 22) suggest the use of a common interface for both the component interface and the bean.
But the methods in the component interface must throw the RemoteException, where the methods in the bean should not.
How can a single interface be used here?
Geert.