Advantages of the JSP target development environment

The JSP target development environment simplifies the configuration and coding tasks for your applications. Wizards and dialog boxes let you provide the information an application needs while the development tool takes care of implementation details.

Simplifies Web application creation You use the JSP target wizard to create a new JSP target. The JSP Target wizard prompts you to select a JSP server and select connection properties for the server. The wizard also steps you through the Deployment Configuration wizard screens.

The Source Controlled JSP Target wizard allows you to add a JSP target to your workspace when the target is checked in to source control.

Helps automate deployment configuration After you create a JSP target, you can manually run the Deployment Configuration wizard. You access the Deployment Configuration wizard through the JSP target properties sheet. When you set up a deployment configuration, you specify the type of server you want your application to run on. You can choose either Tomcat or EAServer as your JSP server.

Dynamically extends supported object models The Web Target object model extends the programming interface for your Web pages by simplifying how you include connections to databases, Web DataWindows, and EAServer components, and how you handle error reporting. The entries you make in dialog boxes generate server scripts that you can extend and customize.

The Web Target object model supports an open architecture.

Automates link management The build process for JSP targets verifies the links between files, writing warnings for broken links or bad syntax to the Output window. It does not attempt to fix the links and it does not prevent deployment of the target files.

Enables the use of a team environment If you create JSP targets in a team environment, you can control file access though the source control system you have configured for your workspace. You work with the source control system the same way as for PowerScript targets in PowerBuilder, except that for JSP targets, you do not need to compile the files you obtain from the source control server.