Download camera webstore Free Java Code

Description

A camere webstore using Enterprise Java Beans, Webservices and Java Persistent API, developed in the ambit of Systems Integration course from the Master in Informatics Engineering.

Icons

camera webstore

Source Files

The download file camera_webstore-master.zip has the following entries.


CameraSupplierWS/.classpath/*w  w  w. ja  va2 s.  co m*/
CameraSupplierWS/.project
CameraSupplierWS/.settings/.jsdtscope
CameraSupplierWS/.settings/org.eclipse.jdt.core.prefs
CameraSupplierWS/.settings/org.eclipse.wst.common.component
CameraSupplierWS/.settings/org.eclipse.wst.common.project.facet.core.xml
CameraSupplierWS/.settings/org.eclipse.wst.jsdt.ui.superType.container
CameraSupplierWS/.settings/org.eclipse.wst.jsdt.ui.superType.name
CameraSupplierWS/build/classes/META-INF/MANIFEST.MF
CameraSupplierWS/build/classes/META-INF/application.xml
CameraSupplierWS/build/classes/is/cameras/Camera.class
CameraSupplierWS/build/classes/is/cameras/CameraListReader.class
CameraSupplierWS/build/classes/is/utils/XMLFileIO.class
CameraSupplierWS/build/classes/is/utils/puPriceInCameras.class
CameraSupplierWS/build/classes/is/ws/CameraSearch.class
CameraSupplierWS/build/classes/is/ws/CameraSearchRemote.class
CameraSupplierWS/ejbModule/META-INF/MANIFEST.MF
CameraSupplierWS/ejbModule/META-INF/application.xml
CameraSupplierWS/ejbModule/is/cameras/Camera.java
CameraSupplierWS/ejbModule/is/cameras/CameraListReader.java
CameraSupplierWS/ejbModule/is/utils/XMLFileIO.java
CameraSupplierWS/ejbModule/is/utils/puPriceInCameras.java
CameraSupplierWS/ejbModule/is/ws/CameraSearch.java
CameraSupplierWS/ejbModule/is/ws/CameraSearchRemote.java
CameraSupplierWS/lib/jdom.jar
CameraSupplierWS/xmlFiles/agfa.xml
CameraSupplierWS/xmlFiles/camera_list.xsd
CameraSupplierWS/xmlFiles/canon.xml
CameraSupplierWS/xmlFiles/casio.xml
CameraSupplierWS/xmlFiles/contax.xml
CameraSupplierWS/xmlFiles/epson.xml
CameraSupplierWS/xmlFiles/fujifilm.xml
CameraSupplierWS/xmlFiles/hp.xml
CameraSupplierWS/xmlFiles/kodak.xml
CameraSupplierWS/xmlFiles/konica_minolta.xml
CameraSupplierWS/xmlFiles/kyocera.xml
CameraSupplierWS/xmlFiles/olympus.xml
CameraSupplierWS/xmlFiles/panasonic.xml
CameraSupplierWS/xmlFiles/pentax.xml
CameraSupplierWS/xmlFiles/ricoh.xml
CameraSupplierWS/xmlFiles/samsung.xml
CameraSupplierWS/xmlFiles/sanyo.xml
CameraSupplierWS/xmlFiles/sigma.xml
CameraSupplierWS/xmlFiles/sony.xml
CameraSupplierWS/xmlFiles/toshiba.xml
IS-TP2  overall.jpg
IS-TP2  overall.sdr
IS-TP2-EJB/.classpath
IS-TP2-EJB/.project
IS-TP2-EJB/.settings/.jsdtscope
IS-TP2-EJB/.settings/org.eclipse.jdt.core.prefs
IS-TP2-EJB/.settings/org.eclipse.jdt.ui.prefs
IS-TP2-EJB/.settings/org.eclipse.wst.common.component
IS-TP2-EJB/.settings/org.eclipse.wst.common.project.facet.core.xml
IS-TP2-EJB/.settings/org.eclipse.wst.jsdt.ui.superType.container
IS-TP2-EJB/.settings/org.eclipse.wst.jsdt.ui.superType.name
IS-TP2-EJB/build/classes/META-INF/MANIFEST.MF
IS-TP2-EJB/build/classes/META-INF/persistence.xml
IS-TP2-EJB/build/classes/is/entities/CameraEntity.class
IS-TP2-EJB/build/classes/is/entities/OrderEntity.class
IS-TP2-EJB/build/classes/is/entities/OrderItemEntity.class
IS-TP2-EJB/build/classes/is/entities/UserAccountEntity.class
IS-TP2-EJB/build/classes/is/exceptions/CreditCardException.class
IS-TP2-EJB/build/classes/is/sessionbeans/CatalogManager.class
IS-TP2-EJB/build/classes/is/sessionbeans/OrdersManager.class
IS-TP2-EJB/build/classes/is/sessionbeans/SearchCameraClient.class
IS-TP2-EJB/build/classes/is/sessionbeans/UserManager.class
IS-TP2-EJB/build/classes/is/sessionbeans/interfaces/remote/CatalogManagerRemote.class
IS-TP2-EJB/build/classes/is/sessionbeans/interfaces/remote/OrdersManagerRemote.class
IS-TP2-EJB/build/classes/is/sessionbeans/interfaces/remote/SearchCameraRemote.class
IS-TP2-EJB/build/classes/is/sessionbeans/interfaces/remote/UserManagerRemote.class
IS-TP2-EJB/build/classes/is/sharedObjects/Camera.class
IS-TP2-EJB/build/classes/is/sharedObjects/Cart.class
IS-TP2-EJB/build/classes/is/sharedObjects/Order.class
IS-TP2-EJB/build/classes/is/sharedObjects/OrderItem.class
IS-TP2-EJB/build/classes/is/utils/Mailer.class
IS-TP2-EJB/build/classes/is/ws/ShippingCallBack.class
IS-TP2-EJB/build/classes/is/ws/ShippingCallBackRemote.class
IS-TP2-EJB/ejbModule/META-INF/MANIFEST.MF
IS-TP2-EJB/ejbModule/META-INF/persistence.xml
IS-TP2-EJB/ejbModule/is/entities/CameraEntity.java
IS-TP2-EJB/ejbModule/is/entities/OrderEntity.java
IS-TP2-EJB/ejbModule/is/entities/OrderItemEntity.java
IS-TP2-EJB/ejbModule/is/entities/UserAccountEntity.java
IS-TP2-EJB/ejbModule/is/exceptions/CreditCardException.java
IS-TP2-EJB/ejbModule/is/sessionbeans/CatalogManager.java
IS-TP2-EJB/ejbModule/is/sessionbeans/OrdersManager.java
IS-TP2-EJB/ejbModule/is/sessionbeans/SearchCameraClient.java
IS-TP2-EJB/ejbModule/is/sessionbeans/UserManager.java
IS-TP2-EJB/ejbModule/is/sessionbeans/interfaces/remote/CatalogManagerRemote.java
IS-TP2-EJB/ejbModule/is/sessionbeans/interfaces/remote/OrdersManagerRemote.java
IS-TP2-EJB/ejbModule/is/sessionbeans/interfaces/remote/SearchCameraRemote.java
IS-TP2-EJB/ejbModule/is/sessionbeans/interfaces/remote/UserManagerRemote.java
IS-TP2-EJB/ejbModule/is/sharedObjects/Camera.java
IS-TP2-EJB/ejbModule/is/sharedObjects/Cart.java
IS-TP2-EJB/ejbModule/is/sharedObjects/Order.java
IS-TP2-EJB/ejbModule/is/sharedObjects/OrderItem.java
IS-TP2-EJB/ejbModule/is/utils/Mailer.java
IS-TP2-EJB/ejbModule/is/ws/ShippingCallBack.java
IS-TP2-EJB/ejbModule/is/ws/ShippingCallBackRemote.java
IS-TP2-EJB/lib/com/camerasupplierws/Camera.class
IS-TP2-EJB/lib/com/camerasupplierws/Camera.java
IS-TP2-EJB/lib/com/camerasupplierws/CameraSearch.class
IS-TP2-EJB/lib/com/camerasupplierws/CameraSearch.java
IS-TP2-EJB/lib/com/camerasupplierws/CameraSearchService.class
IS-TP2-EJB/lib/com/camerasupplierws/CameraSearchService.java
IS-TP2-EJB/lib/com/camerasupplierws/ObjectFactory.class
IS-TP2-EJB/lib/com/camerasupplierws/ObjectFactory.java
IS-TP2-EJB/lib/com/camerasupplierws/SearchCamera.class
IS-TP2-EJB/lib/com/camerasupplierws/SearchCamera.java
IS-TP2-EJB/lib/com/camerasupplierws/SearchCameraResponse.class
IS-TP2-EJB/lib/com/camerasupplierws/SearchCameraResponse.java
IS-TP2-EJB/lib/com/camerasupplierws/package-info.class
IS-TP2-EJB/lib/com/camerasupplierws/package-info.java
IS-TP2-EJB/lib/com/shipping/Add.java
IS-TP2-EJB/lib/com/shipping/AddResponse.java
IS-TP2-EJB/lib/com/shipping/ObjectFactory.java
IS-TP2-EJB/lib/com/shipping/ShippingBean.java
IS-TP2-EJB/lib/com/shipping/ShippingBeanService.java
IS-TP2-EJB/lib/com/shipping/package-info.java
IS-TP2-EJB/lib/com/shippingdepartmentws/Add.java
IS-TP2-EJB/lib/com/shippingdepartmentws/AddResponse.java
IS-TP2-EJB/lib/com/shippingdepartmentws/HelloWorld.java
IS-TP2-EJB/lib/com/shippingdepartmentws/HelloWorldResponse.java
IS-TP2-EJB/lib/com/shippingdepartmentws/ObjectFactory.class
IS-TP2-EJB/lib/com/shippingdepartmentws/ObjectFactory.java
IS-TP2-EJB/lib/com/shippingdepartmentws/Order.class
IS-TP2-EJB/lib/com/shippingdepartmentws/Order.java
IS-TP2-EJB/lib/com/shippingdepartmentws/Ship.class
IS-TP2-EJB/lib/com/shippingdepartmentws/ShipOrder.class
IS-TP2-EJB/lib/com/shippingdepartmentws/ShipOrderResponse.class
IS-TP2-EJB/lib/com/shippingdepartmentws/ShippingBean.class
IS-TP2-EJB/lib/com/shippingdepartmentws/ShippingBean.java
IS-TP2-EJB/lib/com/shippingdepartmentws/ShippingBeanService.class
IS-TP2-EJB/lib/com/shippingdepartmentws/ShippingBeanService.java
IS-TP2-EJB/lib/com/shippingdepartmentws/package-info.class
IS-TP2-EJB/lib/com/shippingdepartmentws/package-info.java
IS-TP2-EJB/lib/net/java/dev/jaxb/array/IntArray.class
IS-TP2-EJB/lib/net/java/dev/jaxb/array/IntArray.java
IS-TP2-EJB/lib/net/java/dev/jaxb/array/ObjectFactory.class
IS-TP2-EJB/lib/net/java/dev/jaxb/array/ObjectFactory.java
IS-TP2-EJB/lib/net/java/dev/jaxb/array/package-info.class
IS-TP2-EJB/lib/net/java/dev/jaxb/array/package-info.java
IS-TP2-EJB/lib/shipping/Add.java
IS-TP2-EJB/lib/shipping/AddResponse.java
IS-TP2-EJB/lib/shipping/ObjectFactory.java
IS-TP2-EJB/lib/shipping/ShippingBean.java
IS-TP2-EJB/lib/shipping/ShippingBeanService.java
IS-TP2-EJB/lib/shipping/package-info.java
IS-TP2-WAR/.classpath
IS-TP2-WAR/.project
IS-TP2-WAR/.settings/.jsdtscope
IS-TP2-WAR/.settings/org.eclipse.jdt.core.prefs
IS-TP2-WAR/.settings/org.eclipse.wst.common.component
IS-TP2-WAR/.settings/org.eclipse.wst.common.project.facet.core.xml
IS-TP2-WAR/.settings/org.eclipse.wst.jsdt.ui.superType.container
IS-TP2-WAR/.settings/org.eclipse.wst.jsdt.ui.superType.name
IS-TP2-WAR/WebContent/META-INF/MANIFEST.MF
IS-TP2-WAR/WebContent/WEB-INF/web.xml
IS-TP2-WAR/WebContent/ajax/checkout.jsp
IS-TP2-WAR/WebContent/ajax/login.jsp
IS-TP2-WAR/WebContent/ajax/myCart.jsp
IS-TP2-WAR/WebContent/ajax/register.jsp
IS-TP2-WAR/WebContent/ajax/search.jsp
IS-TP2-WAR/WebContent/base.jsp
IS-TP2-WAR/WebContent/camera.jsp
IS-TP2-WAR/WebContent/cameras.jsp
IS-TP2-WAR/WebContent/cart.jsp
IS-TP2-WAR/WebContent/checkout.jsp
IS-TP2-WAR/WebContent/css/styles.css
IS-TP2-WAR/WebContent/header.html
IS-TP2-WAR/WebContent/icons/cart.png
IS-TP2-WAR/WebContent/index.jsp
IS-TP2-WAR/WebContent/logout.jsp
IS-TP2-WAR/WebContent/main.jsp
IS-TP2-WAR/WebContent/orders.jsp
IS-TP2-WAR/WebContent/scripts/jquery.js
IS-TP2-WAR/WebContent/sessionVerify.jsp
IS-TP2-WAR/build/classes/is/entities/UserAccountEntity.class
IS-TP2-WAR/build/classes/is/exceptions/CreditCardException.class
IS-TP2-WAR/build/classes/is/frontBeans/SessionBean.class
IS-TP2-WAR/build/classes/is/sessionbeans/interfaces/remote/CatalogManagerRemote.class
IS-TP2-WAR/build/classes/is/sessionbeans/interfaces/remote/OrdersManagerRemote.class
IS-TP2-WAR/build/classes/is/sessionbeans/interfaces/remote/SearchCameraRemote.class
IS-TP2-WAR/build/classes/is/sessionbeans/interfaces/remote/UserManagerRemote.class
IS-TP2-WAR/build/classes/is/sharedObjects/Camera.class
IS-TP2-WAR/build/classes/is/sharedObjects/Cart.class
IS-TP2-WAR/build/classes/is/sharedObjects/Order.class
IS-TP2-WAR/build/classes/is/sharedObjects/OrderItem.class
IS-TP2-WAR/build/classes/is/test/AccountBean.class
IS-TP2-WAR/build/classes/is/test/AccountBeanRemote.class
IS-TP2-WAR/build/classes/is/test/SessionTracker.class
IS-TP2-WAR/src/is/entities/UserAccountEntity.java
IS-TP2-WAR/src/is/exceptions/CreditCardException.java
IS-TP2-WAR/src/is/frontBeans/SessionBean.java
IS-TP2-WAR/src/is/sessionbeans/interfaces/remote/CatalogManagerRemote.java
IS-TP2-WAR/src/is/sessionbeans/interfaces/remote/OrdersManagerRemote.java
IS-TP2-WAR/src/is/sessionbeans/interfaces/remote/SearchCameraRemote.java
IS-TP2-WAR/src/is/sessionbeans/interfaces/remote/UserManagerRemote.java
IS-TP2-WAR/src/is/sharedObjects/Camera.java
IS-TP2-WAR/src/is/sharedObjects/Cart.java
IS-TP2-WAR/src/is/sharedObjects/Order.java
IS-TP2-WAR/src/is/sharedObjects/OrderItem.java
IS-TP2-WAR/src/is/test/AccountBean.java
IS-TP2-WAR/src/is/test/AccountBeanRemote.java
IS-TP2-WAR/src/is/test/SessionTracker.java
IS-TP2.docx
IS-TP2.pdf
ShippingDepartmentWS/.classpath
ShippingDepartmentWS/.project
ShippingDepartmentWS/.settings/.jsdtscope
ShippingDepartmentWS/.settings/org.eclipse.jdt.core.prefs
ShippingDepartmentWS/.settings/org.eclipse.wst.common.component
ShippingDepartmentWS/.settings/org.eclipse.wst.common.project.facet.core.xml
ShippingDepartmentWS/.settings/org.eclipse.wst.jsdt.ui.superType.container
ShippingDepartmentWS/.settings/org.eclipse.wst.jsdt.ui.superType.name
ShippingDepartmentWS/build/classes/META-INF/MANIFEST.MF
ShippingDepartmentWS/build/classes/is/objects/Order.class
ShippingDepartmentWS/build/classes/is/objects/OrderItem.class
ShippingDepartmentWS/build/classes/is/ws/OrderDispatcher.class
ShippingDepartmentWS/build/classes/is/ws/ShippingBean.class
ShippingDepartmentWS/build/classes/is/ws/ShippingBeanRemote.class
ShippingDepartmentWS/ejbModule/META-INF/MANIFEST.MF
ShippingDepartmentWS/ejbModule/is/objects/Order.java
ShippingDepartmentWS/ejbModule/is/objects/OrderItem.java
ShippingDepartmentWS/ejbModule/is/ws/OrderDispatcher.java
ShippingDepartmentWS/ejbModule/is/ws/ShippingBean.java
ShippingDepartmentWS/ejbModule/is/ws/ShippingBeanRemote.java
ShippingDepartmentWS/lib/com/shippingcallback/ObjectFactory.class
ShippingDepartmentWS/lib/com/shippingcallback/OrderReady.class
ShippingDepartmentWS/lib/com/shippingcallback/OrderReadyResponse.class
ShippingDepartmentWS/lib/com/shippingcallback/ShippingCallBack.class
ShippingDepartmentWS/lib/com/shippingcallback/ShippingCallBackService.class
ShippingDepartmentWS/lib/com/shippingcallback/package-info.class

Download

Click the following link to download camera_webstore-master.zip.

camera_webstore-master.zip




















Home »
  Java Free Code »
    Web »




CSS
CSS3
HTML
HTML5
HTTP
Web
Web Application
WebSite