diff --git a/Doc/Sda1/jdbc.xml b/Doc/Sda1/jdbc.xml index 0aa85aa7d070d5ad24eb2a347898630666f5b48a..3a8ae979484781da41e0b40faaf6befb9e2f75bb 100644 --- a/Doc/Sda1/jdbc.xml +++ b/Doc/Sda1/jdbc.xml @@ -928,6 +928,21 @@ SimpleInsert.username=hdmuser</programlisting> <para>As being stated earlier the eclipse wizard assists you by generating both the properties file and a helper class reading that file at runtime.</para> + + <tip> + <orderedlist> + <listitem> + <para>Read about handling properties in <xref + linkend="glo_Java"/>.</para> + </listitem> + + <listitem> + <para>Make yourself familiar with <guimenuitem>Source + </guimenuitem>--> <guimenuitem>Externalize + Strings</guimenuitem> support in Eclipse .</para> + </listitem> + </orderedlist> + </tip> </question> <answer>