These samples are located in \Samples\ASP.
Important To use these samples, it is recommended that you have Microsoft® Windows® 2000 with Microsoft Internet Information Services (IIS) 5.0 installed.
The Microsoft® Active Server Pages (ASP) Java Component Framework (the framework) simplifies the creation of Active Server components by adding new interfaces. The goal is to retain all the features and flavor of the ASP programming model, but to present that model in a format that is more familiar to Java programmers. The classes use native Java types and support native Java interfaces. For example, the Application and Session objects, which allow the programmer to store data and associate it with a name, extend the java.util.Dictionary class, the standard Java associative collection class.
The ASP samples demonstrate test components for the ASP Java Component Framework.
The following sections describe the framework, the samples, and how to use them:
Using the ASP Java Component Framework Classes and Samples describes how to set up the Framework classes and create a component.
ASP Java Component Framework Samples describes each sample provided.
ASP Java Component Framework Classes Reference provides reference information on the Framework classes.