JSTL

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ]

Articles
  

Articles:
  • Accessing a Database with the JSTL 1.1 SQL Tag Library by Deepak Vohra   - [Clicks: 25]
    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.
    http://javaboutique.internet.com/tutorials/jstl/ - Sep, 2006
  • Easy database queries with JSTL SQL actions by Meenakshi Guruaribam Khanna   - [Clicks: 28]
    Database queries are part of everyday Web development, whether you're building a prototype or testing database access. Simple operations such as querying and updating a database shouldn't be complex or time consuming, nor should grouping several operations into a single transaction. In this article, Meenakshi G. Khanna shows you how to make database queries easy using simple JSTL 1.1 SQL tags, Tomcat 5.5, and the Apache Derby database.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/java/library/j-jstlsql/index.html - Aug, 2006

[Top]