JSP and RMI
896495Oct 27 2011 — edited Oct 27 2011I am new to JSP. I have an assignment in which, I have to create a JSP webpage to allow the user to enter some values. These values need to be saved in a database (mysql). My JSP webpage and the database are in different subsystems, part of a big project. So java rmi is used for inter subsystem communication. Is that possible to invoke methods through rmi using jsp client ?? Is there any tutorial ,reference docs or any sample code available ?? Please help...