I need to access RMI methods from a client front end. For different reasons, I have JBoss running on the server side. This makes me thinking of using JBoss to expose the RMI server methods.
I'm kinda new to JBoss, so my question would be: What steps are required in order to make the RMI server methods visible to the client?