Saturday, September 18, 2004

An Introduction to JSP Standard Template Library (JSTL)

An Introduction to JSP Standard Template Library (JSTL): "An Introduction to JSP Standard Template Library (JSTL)
By Jeff Heaton

Introduction

The JSP Standard Template Library (JSTL) is a very new component released by Sun for JSP programming. JSTL allows you to program your JSP pages using tags, rather than the scriptlet code that most JSP programmers are already accustomed to. JSTL can do nearly everything that regular JSP scriptlet code can do. You may be wondering why we need yet another HTML generation programming language."

No comments: