actually, is you use only statless session bean, only several generic session bean is enough. it can be : 1. transaction readonly bean -- don't need roll back. 2. transaction bean -- which transaction may need roll back. 3. no transaction bean .. ..
biz method can be put in a POJO, what you need to do is just call this POJO in the generic session bean.