Hello World

Overview

This sample component demonstrates that, using the Java Component Framework, simple tasks can be accomplished simply.

Code Tour

This sample implements one class, HelloWorld, that provides one method, sayHello, that simply returns the familiar "Hello, World!" string to the caller. Since the component is not, itself, trying to send the text to the client browser, it is not necessary to gain access to the ASP built-in objects.

Location

This project is available in the ...\iissamples\sdk\components\java\Samples subdirectory of the Internet services directory.