how to access method from one ear to another ear on same app server
- by ajay
Hi,
i have deployed two EARs on one server. i want to access one method in one java class in EAR to another java class in second EAR.
what are different ways to achieve this. which one is best way to do.
Thanks