Top
Interstage Studio User's Guide
FUJITSU Software

7.2.2 Development Flow

The development of the applet proceeds as follows:

  1. Creating the Project
    First create a Java Application Project to create applets. Classpath settings necessary for the build are made automatically by creating the Java Application Project with the wizard.

  2. Creating the Java Classes
    Create the two classes required for the applet:

    • Create the data class

    • Create the logic class

  3. Creating the input window
    Create the applet to be used as the input window and edit it with the Graphical Editor:

    • Create the input window template

    • Edit the input window

  4. Checking behavior of the applet
    Use the following procedure to confirm the application behavior:

    • Setting breakpoints
      Set breakpoints to confirm the behavior of the program in the debugger when the application is executed.

    • Execute the applet
      Start the applet viewer to start the confirmation of the applet behavior.

    • Debugging the applet
      Debug the program to confirm whether the applet is behaving correctly.

  5. Distribute the applet to the operating environment
    Use the following procedure to distribute the applet to the operating environment:

    • Export the applet
      Create a JAR file to distribute the applet to the operating environment.

    • Create the HTML files
      Create the HTML files to be displayed in the Web browser and enter the applet definition.

    • Distribute to the operating environment
      Deploy the HTML and JAR files.