35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
<HTML>
|
|
<HEAD>
|
|
<META NAME="GENERATOR" Content="Microsoft Developer Studio">
|
|
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<TITLE>Java Component Samples</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
|
|
<H2>Java Component Samples</H2>
|
|
|
|
Below are several samples of calling Java components from ASP.<P>
|
|
|
|
<A HREF="readme.txt">Read the readme.txt</A><P>
|
|
|
|
Simple examples which do not use the Java ASP Component Framework:<P>
|
|
|
|
<LI><A HREF="HelloWorld_test.asp">A very simple java class, called from ASP</A><P>
|
|
<LI><A HREF="CallAspIntrinsics_test.asp">A java class that accesses ASP context directly.</A><P>
|
|
|
|
Samples which employ the Java ASP Component Framework:<P>
|
|
|
|
<LI><A HREF="EnumServerVars_test.asp">Enumerating server variables</A><P>
|
|
<LI><A HREF="ExpirePage_test.asp">Manipulating date/times via the Framework</A><P>
|
|
<LI><A HREF="WriteStream_test.asp">Writing out binary data</A><P>
|
|
<LI><A HREF="UseTableStream_test.asp">Using the Framework's Response Object.</A><P>
|
|
<LI><A HREF="CustomerInfo_welcome.asp">Customer tracking: working with cookies</A><P>
|
|
|
|
This sample calls the IIS ADSI provider through Java (via J/Direct) to programmatically administer
|
|
the server.<P>
|
|
|
|
<LI><A HREF="ServerAdmin_readme.asp">Instructions</A> for this sample<P>
|
|
|
|
</BODY>
|
|
</HTML>
|