Welcome to the online walkthrough for deploying a simple
class to the database.
We will create a class file and add a simple method to it,
then deploy that class method to an Oracle8i database and run it
in SQL*Plus.
We start with a workspace and a project already in the
Navigator pane. We have added a new class file to our project, and
name it 'Hello'.
We've added some very simple code to make the Hello method return a string value.
Note that the method must be public and static in order for us to deploy it to
an Oracle8i database.
For more information about creating Workspaces and Projects, see
the online walkthrough for
Multi-tier Project Support.