I want to create EJB project to call to all the other projects.
Requirement
- Create the EAR project that contains EJB module (Project A).
- Create two different EAR projects (Let say Project B and C) and call the EJB module (Project A). I don’t want to add Project A as deployment assembly in Project B and C.
I’m using WebSphere 7.0 Please can someone tell me this is possible or not and If it is possible share the idea how to do it.