home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_07.cab / default.asp7 < prev    next >
Text File  |  1997-10-25  |  1KB  |  35 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. <LI><A HREF="ServerAdmin_readme.asp">Instructions</A> for this sample<P>
  32.  
  33. </BODY>
  34. </HTML>
  35.