From 49860a7fdcaf4795b9b5fb4be430237f25a327de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 19 Apr 2017 21:26:55 +0200 Subject: [PATCH] Continued renaming: - renamed AddressbookFoo classes to FinancialsFoo - more renames from Addressbook to JFinancials MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- ...kContactConverter.java => FinancialsContactConverter.java} | 4 ++-- ...kCountryConverter.java => FinancialsCountryConverter.java} | 4 ++-- src/java/org/mxchange/localization/bundle_de_DE.properties | 2 +- src/java/org/mxchange/localization/bundle_en_US.properties | 2 +- web/WEB-INF/templates/base.tpl | 4 ++-- web/WEB-INF/web.xml | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) rename src/java/org/mxchange/jfinancials/converter/contact/{AddressbookContactConverter.java => FinancialsContactConverter.java} (97%) rename src/java/org/mxchange/jfinancials/converter/country/{AddressbookCountryConverter.java => FinancialsCountryConverter.java} (97%) diff --git a/src/java/org/mxchange/jfinancials/converter/contact/AddressbookContactConverter.java b/src/java/org/mxchange/jfinancials/converter/contact/FinancialsContactConverter.java similarity index 97% rename from src/java/org/mxchange/jfinancials/converter/contact/AddressbookContactConverter.java rename to src/java/org/mxchange/jfinancials/converter/contact/FinancialsContactConverter.java index 51c2d25d..c689881b 100644 --- a/src/java/org/mxchange/jfinancials/converter/contact/AddressbookContactConverter.java +++ b/src/java/org/mxchange/jfinancials/converter/contact/FinancialsContactConverter.java @@ -37,7 +37,7 @@ import org.mxchange.jcoreeelogger.beans.local.logger.LoggerBeanLocal; * @author Roland Häder */ @FacesConverter (value = "ContactConverter") -public class AddressbookContactConverter implements Converter { +public class FinancialsContactConverter implements Converter { /** * User EJB @@ -53,7 +53,7 @@ public class AddressbookContactConverter implements Converter { /** * Initialization of this converter */ - public AddressbookContactConverter () { + public FinancialsContactConverter () { // Try to get it try { // Get initial context diff --git a/src/java/org/mxchange/jfinancials/converter/country/AddressbookCountryConverter.java b/src/java/org/mxchange/jfinancials/converter/country/FinancialsCountryConverter.java similarity index 97% rename from src/java/org/mxchange/jfinancials/converter/country/AddressbookCountryConverter.java rename to src/java/org/mxchange/jfinancials/converter/country/FinancialsCountryConverter.java index 2b86ba01..21eb2317 100644 --- a/src/java/org/mxchange/jfinancials/converter/country/AddressbookCountryConverter.java +++ b/src/java/org/mxchange/jfinancials/converter/country/FinancialsCountryConverter.java @@ -37,7 +37,7 @@ import org.mxchange.jcountry.data.CountrySingletonBeanRemote; * @author Roland Häder */ @FacesConverter (value = "CountryConverter") -public class AddressbookCountryConverter implements Converter { +public class FinancialsCountryConverter implements Converter { /** * Country bean @@ -53,7 +53,7 @@ public class AddressbookCountryConverter implements Converter { /** * Initialization of this converter */ - public AddressbookCountryConverter () { + public FinancialsCountryConverter () { // Try to get it try { // Get initial context diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index d80c76ad..02b3cebd 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -19,7 +19,7 @@ GENDER_FEMALE=Frau CHOICE_YES=Ja CHOICE_NO=Nein PAGE_TITLE_INDEX_WELCOME=Willkommen! -CONTENT_TITLE_INDEX_WELCOME=Willkommen zum Addressbook: +CONTENT_TITLE_INDEX_WELCOME=Willkommen zu JFinancials PAGE_TITLE_ADMIN_WELCOME=Willkommen zum Administrationsbereich CONTENT_TITLE_ADMIN_WELCOME=Willkommen zur Administration: PAGE_TITLE_ADMIN_LOGOUT=Ausloggen diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index d9252c2d..53386328 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -19,7 +19,7 @@ GENDER_FEMALE=Mrs. CHOICE_YES=Yes CHOICE_NO=No PAGE_TITLE_INDEX_WELCOME=Welcome! -CONTENT_TITLE_INDEX_WELCOME=Welcome to Addressbook +CONTENT_TITLE_INDEX_WELCOME=Welcome to JFinancials PAGE_TITLE_ADMIN_WELCOME=Welcome to administration area CONTENT_TITLE_ADMIN_WELCOME=Welcome to website administration: PAGE_TITLE_ADMIN_LOGOUT=Logout diff --git a/web/WEB-INF/templates/base.tpl b/web/WEB-INF/templates/base.tpl index a8c5fc47..c72326f8 100644 --- a/web/WEB-INF/templates/base.tpl +++ b/web/WEB-INF/templates/base.tpl @@ -15,14 +15,14 @@ - Addressbook - <ui:insert name="title">Default title</ui:insert> + JFinancials - <ui:insert name="title">Default title</ui:insert>
diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index 536cec40..9650b076 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -1,7 +1,7 @@ - An online address book application to share private and business memebers between all members. It is also possible that the user's profile can be made visible to outside. - Addressbook Application v1.0 + An application to handle all your receipts and do some calculation with it + JFinancials Application v1.0 Whether the multi-page registration page or a single registration page is active is_feature_user_register_multiple_page_enabled -- 2.39.5