build.xml.stylesheet.CRC32=651128d4@1.68.1.1
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=25847443
+nbproject/build-impl.xml.data.CRC32=1292f65c
nbproject/build-impl.xml.script.CRC32=b9d55450
nbproject/build-impl.xml.stylesheet.CRC32=99ea4b56@1.75.1.1
file.reference.jaddressbook-share-core.jar=lib/jaddressbook-share-core.jar
file.reference.jaddressbook-share-lib.jar=lib/jaddressbook-share-lib.jar
file.reference.jcontacts-business-core.jar=lib/jcontacts-business-core.jar
+file.reference.jcontacts-business-lib.jar=lib/jcontacts-business-lib.jar
file.reference.jcontacts-core.jar=lib/jcontacts-core.jar
file.reference.jcontacts-lib.jar=lib/jcontacts-lib.jar
file.reference.jcore-logger-lib.jar=lib/jcore-logger-lib.jar
${file.reference.jcountry-lib.jar}:\
${file.reference.jcontacts-core.jar}:\
${file.reference.jcontacts-business-core.jar}:\
+ ${file.reference.jcontacts-business-lib.jar}:\
${file.reference.jcontacts-lib.jar}:\
${file.reference.jphone-core.jar}:\
${file.reference.jphone-lib.jar}:\
source.reference.jaddressbook-share-core.jar=../jaddressbook-share-core/src
source.reference.jaddressbook-share-lib.jar=../jaddressbook-share-lib/src
source.reference.jcontacts-business-core.jar=../jcontacts-business-core/src/
+source.reference.jcontacts-business-lib.jar=../jcontacts-business-lib/src
source.reference.jcontacts-core.jar=../jcontacts-core/src/
source.reference.jcontacts-lib.jar=../jcontacts-lib/src/
source.reference.jcore-logger-lib.jar=../jcore-logger-lib/src/
<library dirs="200">
<file>${file.reference.jcontacts-business-core.jar}</file>
</library>
+ <library dirs="200">
+ <file>${file.reference.jcontacts-business-lib.jar}</file>
+ </library>
<library dirs="200">
<file>${file.reference.jcontacts-lib.jar}</file>
</library>
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.naming.NamingException;
+import org.mxchange.addressbook.beans.BaseAddressbookController;
+import org.mxchange.addressbook.beans.login.user.AddressbookUserLoginWebSessionController;
import org.mxchange.jcontactsbusiness.BusinessContact;
import org.mxchange.jcontactsbusiness.BusinessContactSessionBeanRemote;
-import org.mxchange.jfinancials.beans.BaseFinancialsController;
-import org.mxchange.jfinancials.beans.login.user.FinancialsUserLoginWebSessionController;
/**
* A business contact bean (controller)
*/
@Named ("businessContactController")
@SessionScoped
-public class AddressbookBusinessContactWebSessionBean extends BaseFinancialsController implements AddressbookBusinessContactWebSessionController {
+public class AddressbookBusinessContactWebSessionBean extends BaseAddressbookController implements AddressbookBusinessContactWebSessionController {
/**
* Serial number
* User instance
*/
@Inject
- private FinancialsUserLoginWebSessionController userLoginController;
+ private AddressbookUserLoginWebSessionController userLoginController;
/**
* Constructor