Java Procedure-Based Web Application Properties


Note: This information applies only to web applications created with a 6.0 or earlier version of Web Builder and is available for backward compatibility. You can continue to configure and build an application of this type, but you cannot create new projects with this feature set. See Support for Existing Projects for more information.


When Java Procedure-based Web Application is selected in a Project Properties dialog box, you can configure these settings:

 

Include source code in archive (.jar file)
Select this option if you want Web Builder to include the source files with the compiled classes in the .jar file. This check box is cleared by default.

 

Generate JavaDoc documentation
Select this option if you want Web Builder to generate JavaDoc documentation of the methods in your generated code. This check box is cleared by default. Because the JavaDoc documentation generation depends on descriptions from the Procedure Editor dialog box, be sure that your procedure descriptions are as complete as possible. See the Tables Overview for more information

 

Java package name
Use this option to create unique package names. Note: This option is only available for individual projects.

 

Method timeout
Specifies how long to wait for a method to complete before timing out. The default is 30 seconds.

 

Locale
Specifies the locale (or language) that the generated Java Beans use to communicate with the Host Integrator Server. Change this setting only if you provide locale-specific resources or files for the Host Integrator Server. The default uses the current operating system locale.

 

Require username and password
Specifies whether generated web applications use Host Integrator security to connect to the host. If you select this option, users are prompted for a valid user ID and password when a project attempts to connect to the host.

 

Require secure connection
Select this option to use a secure connection between the Verastream Host Integrator connector and the Verastream Host Integrator server. This option forces a secure connection even if the server setting is not set to require a secure channel.

 

Allow SQL queries
Provides a left navigation bar selection that allows users to create their own SQL queries to tables in the model. Clear this check box if you do not want users to create SQL queries.

Display procedure output as: