Java Component Samples

Below are several samples of calling Java components from ASP.

Read the readme.txt

Simple examples which do not use the Java ASP Component Framework:

  • A very simple java class, called from ASP

  • A java class that accesses ASP context directly.

    Samples which employ the Java ASP Component Framework:

  • Enumerating server variables

  • Manipulating date/times via the Framework

  • Writing out binary data

  • Using the Framework's Response Object.

  • Customer tracking: working with cookies

    This sample calls the IIS ADSI provider through Java (via J/Direct) to programmatically administer the server.

  • Instructions for this sample