import javax.naming.InitialContext;
import javax.naming.NamingException;
import org.mxchange.jcoreee.beans.BaseFrameworkBean;
-import org.mxchange.jshop.beans.shop.ShopSessionBeanRemote;
import org.mxchange.jshopcore.exceptions.CategoryTitleAlreadyUsedException;
import org.mxchange.jshopcore.exceptions.ProductTitleAlreadyUsedException;
import org.mxchange.jshopcore.model.category.Category;
import org.mxchange.jshopcore.model.product.Product;
+import org.mxchange.jshopeelib.beans.remote.shop.ShopSessionBeanRemote;
/**
* Main application class
import javax.naming.NamingException;
import org.mxchange.jcore.model.contact.gender.Gender;
import org.mxchange.jcoreee.beans.BaseFrameworkBean;
-import org.mxchange.jshop.beans.data.ShopDataBeanRemote;
+import org.mxchange.jshopeelib.beans.remote.data.ShopDataBeanRemote;
/**
* A customer bean which hides the customer instance