Calling Java Interface in JSP
Hello everyone you, thanks for your help
I have java program that pulls objects from database, by connecting JDBC.
My program adds, view and delete information from the DB.
My equation is, â¦
I wont to call my java interface and show my out put in JSP form . I put my java class in Tomcat server, and I ran my JSP file too.
But I cannot connect my JSP with my java classes.
Thanks all
|