tags:

views:

676

answers:

1

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?

+2  A: 

Here is the how to from JBoss Steps to Expose Any RMI Interface via HTTP

Ichorus