Object Expo 1999

Dynamic Page Compilation with
Java Server Pages

By Chád Darby

SIGS Java Developer Conference,  Mar 31 1999
New York City, NY


Introduction

Java Server Pages allows developers to easily create dynamic, interactive web pages by embedding scripts directly into HTML. By separating presentation code from the generation of dynamic content, JSP also allows HTML web designers to change the presentation of applications with minimal Java programming knowledge.

This session begins with an introduction to the Java Server Pages API and its capabilities.  Next, information is presented on how you can use JSP to deliver information on the web.  Examples will be shown on how to process HTML forms, create JSP beans and use state management.

Related Servlet Articles by Chád Darby


Related Books Recommended by Chád Darby