In this article, I will introduce you to a JSP-based and flexible and interesting technology, that is, JSTL. JSTL is called assumerverpagesstandardtaglibrary. although JSP has become very popular, JSTL has not been widely used in simple and fast front-end and back-end development based on SQL databases. Once you understand JSTL, you will understand its advantages.
In this article, I will introduce you to a JSP-based and flexible and interesting technology, that is, JSTL. JSTL is called Java Server Pages Standard Tag Library. although JSP has become very popular, JSTL has not been widely used in simple and fast front-end and back-end development based on SQL databases. Once you understand JSTL, you will understand its advantages. concurrency has been applied to many aspects in your daily work as a programmer. Let me assume that you are familiar with HTML, Basic SQL statements, and basic Jsp knowledge. Because the following content involves this knowledge.
2: 3: 4: <title> Hello </title>
5: 6: <body bgcolor = "# ffffff">
7: 8: <form method = "post" action = "Continue. jsp">
9: <br> Your login to database:
<Input type = "text" name = "login" size = "15">
10: <br> Your password to database:
<Input type = "password" name = "password" size = "15">
11: <br> Your database name:
<Input type = "text" name = "database" size = "15">
12: <br> Your database table:
<Input type = "text" name = "table" size = "15">
13: <br> <input type = "submit" name = "submit" value = "OK">
14: </form>
15: </body>
16:
<! DOCTYPE web-app
PUBLIC "-// Sun Microsystems, Inc. // DTD Web Application 2.3 // EN"
Http://java.sun.com/dtd/web-app_2_3.dtd>
<Web-app/>