This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: Accessing a Database with the JSTL 1.1 SQL Tag Library
Feed Title: JavaBoutique
Feed URL: http://javaboutique.internet.com/articles.rdf
Feed Description: The Java Boutique is a collection of java applets, games, scripts, and tutorials. Learn programming and download free java applets and source code. You can also find news about java and jini.
The JavaServer Pages Standard Tag Library (JSTL) provides core tags for common structural tasks such as iteration and conditional processing, XML tags for XML processing, internationalization tags for formatting, and SQL tags for database processing. Learn how to use JSTL's SQL tags in a JSP app to retrieve data from a database and display it in a table.