|
|
Accessing Database using Tags in JSP Pages |
|
|
Accessing Database using Tags in JSP Pages |
|
|
Java / JSP and Servlets |
|
|
Click to Visit |
|
|
149 |
|
You can learn from this tutorial to display records from the tables in an Access database using JDBC in JSP tags. It also discusses on BodyTag. When you have to manipulate the body content (body content is the content between starting and ending tags) BodyTag is very vital. BodyTag interface extends Tag interface. Both the interfaces can be found in the javax.servlet.jsp.tagext package. To be used as a tag, JSP tag class has to implement one of these interfaces. This tutorial teaches you to do it directly in a more efficient way.
|