Java Components
The Active Server Pages Java Component Framework simplifies creating Active Server Components by creating new interfaces that expose the ASP object model. The goal is to retain all of the features and flavor of the ASP Programming model, but to expose it in a way that is more natural for the Java programmer. The classes use native Java types, and support native Java interfaces.
Choose a sample component from this list.
-
Hello World: This sample demonstrates how to create a simple component in Java.
-
Accessing Built-In ASP Objects: This sample illustrates how the ASP built-in objects are accessed and used from within your Java component.
-
File Expiration: The sample demonstrates how to create a simple component that provides important functionality to your ASP scripts.
-
Binary Data Output: This sample illustrates techniques for handling binary data.
-
Server Variable Enumeration: This sample demonstrates how a Java component gains access to the server variables.
-
Forms and Cookies: This sample shows how to use the functionality provided by HTML forms and cookies in a Java component.
-
Java and Tables: This sample shows how to create HTML tables in Java.
For more information, see the Java Component Framework Reference.
© 1997 by Microsoft Corporation. All rights reserved.