Hello,
I want to upgrade an existing rmi standalone application to remoting 3. I've searched for some examples where I can register a class to do the server side part by an identifier and some client examples for looking up that remote class. I am guessing this exists because it's the model wildfly and jboss uses for ejb lookups. Security is not mandatory because it's just for debugging purposes on the IDE. Production code runs well on jboss 7, that is the reason I want to keep the model rmi offered. Can anyone help me with some directions?
Thank you,