Our server code is in RMI.I read that JBoss remoting can expose the services using rmi network transport. How do I deploy the rmi servers in JBoss application server - What are the exact steps?
2) If I want a swing client to look up these services - How would I do that?
Thanks for your time.
Sangeetha
Hi Sangeetha,
I suggest you take a look at the Remoting Guide (http://docs.jboss.org/jbossremoting/2.5.4.SP1/guide/html/) to get started.
-Ron