|
Last
revision of this document: |
This
is document contains the xml-structure with the parameters needed to
connect to a database-system or a Java-Application-Server (JAS).
The
documented structure is in the file 'Connections.xml'; for the
english version this file is in directory 'CONNECTIONS'.
For easy
'cut and paste' ;-)
Credits:To
many to list; please see the linked documents with the detailed
descriptions.
No
special, but implementing the code described here is only meaningful
in context with the step-by-step instructions for developing a
Fat-Client in Java.
The
parameters in this example are taken from
Please
obey that the parameters are very specific to your
database-system.
If you are not responsible for setting up the
database, contact your database-administrator to get the parameters
valid for your installation.<!--
Root-Element (Connections); has to be there otherwise the parser
reports an error -->
<Connections><!--
*********************************************
--></<!--
********** Parameters for connecting to a database ***********
-->
<DataBaseParameters> <DataBaseDriverName>com.mysql.jdbc.Driver</DataBaseDriverName> <DataBaseName>jdbc:mysql://192.168.0.125:3306/js_tutorial</DataBaseName> <DataBaseUserID> mysql</</DataBaseUserID> <DataBasePassword>drowssapDataBasePassword></DataBaseParameters>Connections>
Related
Documents:Related
Documents:Directory
Architecture shows the structure of sub-directories with
parameter-files.
Structure
of the xml-file with the parameters for database- and JAS-connection
(Connections.xml in directory CONNECTIONS)
gives
a theoretical background.