From 23d8ce3cae4634ab5882bd219f688a0ba91fe504 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Tue, 17 Nov 2015 17:58:10 +0100 Subject: [PATCH] Java properties hint --- Doc/Sda1/jdbc.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Doc/Sda1/jdbc.xml b/Doc/Sda1/jdbc.xml index 0aa85aa7d..3a8ae9794 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> -- GitLab