Sun Java Solaris Communities My SDN Account Join SDN
 
Article

Articles: JavaServer Pages

 
 

Example Only. View page source to see formatting.
Back to Simple Search Tool article.

JavaServer PagesTM (JSP) technology provides an easy way to create dynamic web pages that simplify the task of building web applications. JSP works with a wide variety of web servers, application servers, browsers and development tools, and keeps content generation separate from business logic.

Maintaining State for HTML Form Buttons by Matthias Laux
Here's the scoop on using JavaServer Pages custom tags to maintain button state in your HTML forms. (October 2002)

Faster Development with JavaServer PagesTM Standard Tag Library (JSTL 1.0) by Qusay H. Mahmoud
Speed up HTML development using the custom tags in JSTL 1.0. A detailed tutorial. (October 2002)

JavaServer PagesTM (JSPTM) Technology Migration from iPlanetTM Application Server, Enterprise Edition 6.0 Service Pack 2 to Later Versions by Matthew Hosanee
Starting with the release of iPlanetTM Application Server ("iAS") Enterprise Edition 6.0 service pack 3, the native JavaServer PagesTM (JSPTM) compiler was migrated to Apache's Jasper JSP compiler. This article covers some of the issues to be aware of with this migration. (June 2002)

Packaging a JavaServer PagesTM (JSPTM) Tag Handler Application Server, Enterprise Edition 6.0 by Matthew Hosanee
The class loader for Web applications in iPlanet Application Server is shared. This article demonstrates the importance of putting the tag handler class in a package, to ensure the uniqueness of a fully qualified Java programming language class name. (June 2002)

Email Web Application Using JSPTM Tag Libraries by Vyjanthi Kuchibhatla and Jim Glennon
This article explores the possibilities of combining JavaTM technologies to create a web deployable email application that uses the JavaMailTM API and custom JSP tag libraries for presentation. (July 2001)

The Jakarta Taglibs Project--Part II by Steve Meloan
In Part II of his series, Steve Meloan explores several recently released Jakarta taglibs (including Scrape), and provides code samples for some of these new libraries. (May 2001)

The Jakarta Taglibs Project--Part I by Steve Meloan
Ever felt like you were reinventing the wheel in creating tag libraries to use in JavaServer PagesTM? Explore how the Jakarta Taglibs project, and the open-source model, can help you improve your own custom libraries. (April 2001)

Get disconnected with CachedRowSet by Taylor G. Cowan
This article shows you how you can use a CachedRowSet as the data model for a JavaServer Pages (JSP) entry/edit form, and how to implement navigation, updates, inserts, and deletes using a CachedRowSet JavaBean. (February 2001)

Strut your stuff with JSP tags by Thor Kristmundsson
This article presents techniques for the writing of properties to hold user input between requests and implement user input validation and error message displays, using the Struts package. (December 2000)

JSP Templates by David Geary
This article presents a template mechanism for JSP that allows layout to be encapsulated and reused. JSP templates minimize the impact of layout changes and encourage modular design. (October 2000)

JavaServer PagesTM: A Developer's Perspective by Scott McPherson
This article provides an overview of JSP from a developer's perspective, and includes examples of JSP in action. (April 2000)

O'Reilly Conference on Java--Enterprise Java by Steve Meloan
Steve Meloan reports on the O'Reilly Conference held in Santa Clara and includes resources for JSP technology. (April 2000)

Clip2.com Gets Supercharged with JavaTM Technology Michael Meloan
This article tracks Clip2's transition from a Microsoft-based architecture to the open world of JavaServer Pages and the Apache Web server and follows their porting effort, looking into why they chose JSP. (April 2000)

Introduction to the J2EE Architecture, Beta Release by Monica Pawlin
An overview of the J2EE platform, including how to get started developing applications. (October 1999)

To Top