The examples in this chapter include the Visual J++ project files, as well as the compiled DLLs which you can register and use
on your own Web test site.
You do not have to re-compile the components if you don't wish to; you can, instead,
use regsvr32.exe to register the components and run the tests directly.
Example to Chapter Mapping |
Example 16-1 ScriptingContext component, page 405 | Component is aspBigTest.dll, first testing page is first.asp; second (correct page) is second.asp |
Example 16-3, accessing ASP built-in Objects from MTS ObjectContext, Page 408 | Component is tstjava.dll, testing page is third.asp |
Example 16-5, ObjectContext component, page 411 | Component is objcont.dll, testing page is fourth.asp -- make sure DTC is on |
Example 16-7, working with Application object, page 416 | Component is javaObjs.dll, testing page is fifth.asp |
Unlabeled Example, session object, bottom of page 418 | Component is sessionObj.dll, testing page is seventh.asp |
Unlabeled Example, session object, bottom of page 418 | Component is sessionObj.dll, testing page is eighth.asp |
Unlabeled Example, server object, top of page 423 | Component is objServer.dll, testing page is ninth.asp |
Unlabeled Examples, server object and encoding, grouped from throughout page 423-424 | Component is objServer.dll, testing page is tenth.asp |
Example 16-10, request object and form collection, Page 426 | Component is objRequest.dll, testing page is form.htm, which calls eleventh.asp |
Example 16-11, request object and request environment values, page 427 | Component is objRequest.dll, testing page is twelfth.asp |
Unlabeled Example, The Java Class Framework, bottom of page 434 | Component is jcftest.dll, testing page is form2.htm, which calls jcf.asp |