I am new to RMI. I have successfully run simple RMI application(Hello World-java project).
Now I have to create somewhat complex application, where RMI client should take parameters from JSP and run on button click.(Web application)
With reference of gendy demo I have created inteface, server. My server is working Fine. But I am not able to run Client program on click of JSP.
My question is - Is it possible to run RMI client on click of JSP button.
I am not getting proper documentation on Google. can anybody help me

Thanks in advance.