GeekArticles
Java
JSPJSTL 1.0, EJB 2.1 and XML Basics
Author: oreillynet.com |
Published: 10th Aug 2005 |
Visited: 910 times |
Add CommentFiled in: JSPby Steve Anglin ONJava Newsletter for 08/15/2002 Dear Reader, The future of JSP development is here, and its name is the JSP Standard Tag Library. JSTL provides a set of standardized JSP custom actions to handle the tasks needed in almost all JSP pages, including conditional pro- cessing, internationalization, database access, and XML processing. This week on ONJava.com , Hans Bergsten, author of O'Reilly's " JavaServer Pages, 2nd Edition ," starts a series of articles on the new JSTL...n
Read Article Sponsored Links
Related Articles
• Basics of Serialization in .NET Framework 3.0 In this article Uday examines the different types of serializations possible with .NET Framework 3.0 including a comparison between basic serialization and custom serializat ...