You need to enable JavaScript to view more than 15 articles by this author.
Learning the New Jakarta Struts 1.1, Part 2
Publish Date: Nov. 13, 2002
Part 2 of Sue Spielmann's article on Struts 1.1 covers nested tag libraries, the Validator framework, the PlugIn API, and declarative exception handling.
Learning the New Jakarta Struts 1.1, Part 1
Publish Date: Nov. 6, 2002
In this first part of a two-part series, you'll learn about the new 1.1 release of Struts, how to work with it, and how to migrate from v.1.0.x.
JSP Standard Tag Libraries, Part 2
Publish Date: May. 8, 2002
In the second part of her series on the JSTL, Sue Spielman describes how to work with the tag libraries and the expression language.
JSP Standard Tag Libraries, Part 1
Publish Date: Mar. 13, 2002
Custom tags make working with JSP easier and more efficient, but wouldn't it be good to have standard ways to perform common tasks? Enter JSP Standard Tag Libraries, an attempt to provide a common and standard set of custom tags.
J2EE Design Patterns
Publish Date: Jan. 16, 2002
Design patterns are a way of bringing clarity to a system architecture; they allow for the possibility of better systems being built. This article covers how to identify and use design patterns in J2EE apps, specifically for the presentation layer.
Learning Jakarta Struts, Part 3
Publish Date: Nov. 14, 2001
In the last article in her Jakarta Struts series, Sue Spielman shows you how to use Struts tags to access the ApplicationResource file from a JSP.
Learning Jakarta Struts, Part 2
Publish Date: Oct. 31, 2001
In Part 2 of her series on Jakarta Struts, Sue Spielman shows you how to build a simple application from scratch in Struts 1.0.
Introduction to Jakarta Struts Framework
Publish Date: Sep. 11, 2001
Sue Spielman shows us how to use Apache's Jakarta Struts framework, which encourages an application architecture based on the Model-View-Controller (MVC) design pattern, useful in building servlet- and JSP-based Web applications.
Jakarta Taglibs
Publish Date: May. 29, 2001
Sue Spielman covers Apache's Jakarta Taglib project, and how you can take advantage of some great open source JSP tag libraries.
Designing JSP Custom Tag Libraries
Publish Date: Apr. 19, 2001
In this article, you'll learn what a JSP custom tag library is, why you'd want to use it, and how to build and use a complete tag library.
JSP vs. XSP
Publish Date: Feb. 22, 2001
Sue Spielman looks at JSP and XSP to help you decide which is right for your development needs.
Advanced Features of JSP Custom Tag Libraries
Publish Date: Jan. 18, 2001
In part two of Sue Spielman's JSP Custom Tag Libraries series, she covers advanced features: JSP container interaction with tags, tags with bodies, nested tags, tag extra info, and cooperating tags.