Can I read JSTL 1.1 CRUD Example in JSP on EtoBox?
JSTL 1.1 CRUD Example in JSP by Yanno Dwi Ananda is a document available to read on EtoBox.
What is JSTL 1.1 CRUD Example in JSP about?
This document provides an example of using JSTL (JavaServer Pages Standard Tag Library) to perform basic CRUD (create, read, update, delete) operations on a database. It includes Java code to create a sample database table, along with JSP pages to insert, display, and delete records from the table. The insert page uses a form to accept user input and JSTL SQL tags to insert a new record. The display page lists all records, and links are provided to navigate between the different pages.
- Author
- Yanno Dwi Ananda
- Language
- EN