Page 1 of 1

Run RMI client on buttonclick of JSP

PostPosted: Thu Dec 09, 2010 9:31 am
by madhuri
Hi
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.