Top
Interstage Studio General Description
FUJITSU Software

3.1 Development Environment

Interstage Studio provides the workbench that adopts Eclipse, which is one of the world-famous open-source development environments. Workbench usage enables the development of various types of applications, including Java applications and Java EE applications. This section explains the development environment features of workbench.

Integration of various design tools

Various applications can be efficiently created by using various wizards or design tools.

Advanced edit functions

The typical ones are described below.

Refactoring

This function collectively makes changes in common code that is dispersed in different files. For example, the following changes can be made collectively without fail:

Figure 3.1 Refactoring (renaming) example

Local history

When a file is saved after editing, the location of each change that was made is recorded in a local history (change history). The local history enables the following operations:

Figure 3.2 Example of a local history (comparison)

Code assist

To reduce users' editing workloads, Interstage Studio provides an advanced input support function that completes the Java code you are typing. At the start of tag or keyword entry, the code assist displays a popup list containing candidate tags, properties, and methods that are supported with associated keywords, so that the user can make a selection, as necessary.

Editing XML documents

The following editors are provided for efficient editing of XML documents:

Each editor provides functions to reduce the amount of editing work by users:

The XML files that can be edited include Deployment Descriptor, WSDL files, and Web server setting files.