Using a Method in a Workspace or the JadeScript Class

The Workspace or the JadeScript system class enables you to test a method. For example, you can:

The JadeScript class also enables you to execute and debug methods independently of your JADE application. (Running a JadeScript method always starts a new application copy.)

You can execute a JadeScript method or Workspace code only from the current schema context (version)

The Refactor menu is disabled for a Workspace method because a Workspace has no self class object and therefore the menu is not relevant.

For details, see the following subsections.