How to instantiate an object from a deployed class in different EAR

0

I have 2 projects where each one has a built and deployed EAR in JBOSS. I wanted to instantiate a class that is deployed in Project EAR 2 in project 1. That is, within project one, I wanted to pass the name of the deployed class of project 2 and be able to instantiate an object of that class. Because the two EARs are deployed on the same application server, can I do that? If yes, how?

    
asked by anonymous 25.06.2018 / 17:20

0 answers