Iam using ejb 2.1 stateless session beans in my application.I already implemented some common busineess methods i.e.,ABSessionBean.java.Today i got new requirment,So i implemented a new session bean i.e.,ADSessionbean.So i need to use that common bussiness methods from ABSessionBean.java.How to call ABSessionBean.java method in ADSessionbean?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I think you want to call public method defined in same session bean. This might help you
Where |
|||
|
|