Preparing for Java Application Development
Before developing a Java application, a Java application project must be created. Create a project and set the required classpath and other project settings. For details, refer to "7.3.1 Preparing the Environment for Creating Java Applications".
Creating classes/applets/forms/JavaBeans
Use the source wizards and editors to create the resources required for Java applications.
Refer to "7.3.2 Creating a Class", "7.3.3 Creating an Applet", "7.3.4 Creating a Form", and "7.3.5 Creating JavaBeans" for details.
Building and Validating a Java Application
By default, a build is performed automatically when resources are saved. During a build, various validators check that there are no compile errors or resource problems.
For details, refer to "Build" and "6.2.5.2 Validation".
Verifying Java Application Operation
Execute and debug the created Java application.
For details, refer to "7.3.11 Verifying Java Application Operation".
Distributing a Java Application
Distribute the execution resources to the operating environment.
For details, refer to "7.3.12 Distributing a Java Application to the Operational Environment".