Hi Victor,
I'm glad you found my cheat sheets useful. As for the RemoteException thing, only the following methods MUST NOT declare it:
- ejbCreate, ejbPostCreate, ejbHome, ejbSelect and the business methods of entity beans
- ejbCreate, and business methods of session beans
An if you look at the EntityBean and SessionBean API, you'll see that all methods have RemoteException in their throws clause even though their use is deprecated. I will probably remove them on the cheat sheets soon. Thanks for the feedback.
Hope this helps