home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 39 / IOPROG_39.ISO / SOFT / sdkjava40.exe / data1.cab / fg_Samples / Samples / ASP / IIS_sample / default.asp < prev    next >
Encoding:
Text File  |  2000-05-04  |  1.2 KB  |  34 lines

  1. <HTML>
  2. <HEAD>
  3. <META NAME="GENERATOR" Content="Microsoft Developer Studio">
  4. <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
  5. <TITLE>Java Component Samples</TITLE>
  6. </HEAD>
  7. <BODY>
  8.  
  9. <H2>Java Component Samples</H2>
  10.  
  11. Below are several samples of calling Java components from ASP.<P>
  12.  
  13. <A HREF="readme.txt">Read the readme.txt</A><P>
  14.  
  15. Simple examples which do not use the Java ASP Component Framework:<P>
  16.  
  17. <LI><A HREF="HelloWorld_test.asp">A very simple java class, called from ASP</A><P>
  18. <LI><A HREF="CallAspIntrinsics_test.asp">A java class that accesses ASP context directly, without the advantage of the Framework</A><P>
  19.  
  20. Samples which employ the Java ASP Component Framework:<P>
  21.  
  22. <LI><A HREF="EnumServerVars_test.asp">Enumerating server variables</A><P>
  23. <LI><A HREF="ExpirePage_test.asp">Manipulating date/times via the Framework</A><P>
  24. <LI><A HREF="WriteStream_test.asp">Writing out binary data</A><P>
  25. <LI><A HREF="UseTableStream_test.asp">Using the Framework's Response object as an OutputStream</A><P>
  26. <LI><A HREF="CustomerInfo_welcome.asp">Customer tracking: working with cookies</A><P>
  27.  
  28. This sample calls the IIS ADSI provider through Java (via J/Direct) to programmatically administer 
  29. the server.<P>
  30.  
  31.  
  32. </BODY>
  33. </HTML>
  34.