Calling a Stored procedure within a JSP
<%@ taglib uri="java2s.com.tags" prefix="cbck" %>
<html>
<head><title>Calling a Stored procedure</title></head>
<body>
<h2>This JSP calls a stored procedure with a JSP 2.0 function</h2>
${cbck:addEvent("Event Name","place","16-Jul-2005")}
</body>
</html>
Related examples in the same category