The following sections describe each tab in the DevGui tool.
Location of Webapp: The JSP files generated by DevGui's XSL transformations will be written into this directory.
Web-URL of Webapp: URL which can be used to access the application.
java.sql.Driver
and which will be used to connect to the database.
Examples
com.databasename.jdbc.Driver
org.freedb.jdbc.type4driver.MainDriver
See your driver's documentation.
Examples:
jdbc:foo:bar://host123:876/myveryimportantdb
jdbc:abcd://host2.dom1.dom2.dom3/database=db3;option1=yes
File name should be something like:
<location-of-webapp>/WEB-INF/dbforms-config.xml
The easiest thing is always to select 'all catalogs', but if needed, you may try to restrict the set of examined tables by entering a catalog name and selecting the corresponding radio button.
Be aware that several database systems that map 'catalog' to 'database' do not allow for reading information about tables in a database other than that one currently in use.
The easiest thing is always to select radio button 'all schemas', but if needed, you may try to restrict the set of examined tables by entering a schema name pattern and selecting the corresponding radio button.
While you always have to enter a complete catalog name, the field for schema name may contain a schema pattern with '%' as pattern for an arbitrary (maybe empty) string.
Examples:
'foo%' would select all tables in a schema with a name that begins with substring 'foo'.
'%nix%' would select all tables in a schema with a name that contains a substring 'nix'.
Save File: Save the configuration in the editor pane to a file.
This tab can be used to automatically generate Java Server Pages that use the DbForms tag library by applying XSL stylesheets to a DbForms configuration file. To do that, you must have generated (or loaded) a dbforms configuration file, then you select the name of a style sheet and select button 'start transformation'.
Defaults to:
<DBFORMS_HOME>/xsl-stylesheets/
Generated pages are written to the web application directory.