Workspaces and targets
In PowerBuilder, you work with one or more targets in a
workspace. You can add as many targets to the workspace as you want,
open and edit objects in multiple targets, and build and deploy
multiple targets at once.
A PowerBuilder target can be one of several types:
-
Application target
A client/server or multitier executable application. Most of
this book is concerned with building application targets. See
Working with Targets. -
.NET target
(obsolete)A .NET target that you can use to deploy nonvisual
components as .NET assemblies or Web services. .NET targets are
described in detail in Deploying Components as .NET Assemblies or Web Services (Obsolete).
All of these targets can use PowerBuilder’s built-in language,
PowerScript.
You choose targets in the New dialog box. Here are the Target
types that are available in PowerBuilder:

For more information about creating a workspace and targets, see
Creating and opening workspaces and
Creating a target.